-
Posts
196 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by fawkers
-
Hello FranWatson, Welcome. We have intergrated DR plan with the rest of the school but basicly what we have done it look at what would happen to each block\area of the school vs. your chosen disaster and what that would mean to each department. In our case a flood in IT would just mean classrooms out of use for the curriculum side of things (maybe needing mobile classrooms) but for us it could mean anything from a full on disaster since that where are servers are to a mop up job. Hope that helps abit.
-
Hello Everyone, How do you document your networks? I'm looking at tones of word and txt files thinking there must be a better way. Thanks for your input. .Adam
-
This all depends on what you are looking for, if your after a solution which takes into account updates, software deployment, OS deployment, etc then you need to look at system center (Config manager if your after the full works). If however your looking just for a better way to deploy software you may wish to consider Software Management, Deployment & Distribution | Specops Deploy It's an add in that puts extra functionality into group policy to allow software deployment and removal based on user defined targets (can be OU's but does not have to be). Hope this helps
-
SELECT SUM(`cost`) FROM `costs` WHERE `id` in ( SELECT `cost_id` FROM `events` WHERE `printer_id` = $printer_id ) webman should reconise the code (since its been added to his printmaster system ) i've attached the full zip file with the database printmastertest.zip This should return the same row multipule times so I can sum up the cost from each row.
-
Hello Everyone, Seasons Greetings.... Right i've got a SQL query which would should return the same row but multipule times, however i only get the row returned once. How should I go about this? Thanks .Adam
-
Hello Everyone; Please find attached my 'patched' printer master whith a facility to monitor costs. Known Bug: When quiering the costs table if the same row is returned multipule times the cost will only to be summed once. Here is the offeding code "SELECT SUM(`cost`) FROM `costs` WHERE `id` in ( SELECT `cost_id` FROM `events` WHERE `printer_id` = $printer_id AND DATE_SUB(CURDATE(),INTERVAL 30 DAY) <= `date` )" Any Ideas? printmastertest.zip Your have to create your database using the printmastertest.sql in the zip file.
-
Hello Everyone, I'm trying to publish a specific sharepoint site. When capita came in and installed SLG they placed it in a sub site so the internal url is /SLG Now we have a public subdomain which i can quite happy tie to our ISA server, i've run though the SharePoint Publishing wizard and have pubished our sharepoint site, and users are directed to / is there a way to force a re-direction to /SLG? Does that make sence? Thanks .Adam
-
Hello Everyone, We are trying to set up outside access to our Terminal Services Farm. We have a TS agteway machine in place with a public cert. all happy and working. I can create an RDP connection to my machine in the office no porblems at all. However when comes to accessing the Termails Services Farm I get a cert. error "unable to perfrom recvocation check". This is very odd since I dont get this error when connecting to normal desktop. The only differance i can think of is that the cert. for the farm as a whole bunch of subject ault. names to allow it to be used on multipule servers. Anyone else ever had this problem? or have i set it all up compleatly wrong? Thanks .Adam
-
Hello Everyone, A quick asied your may be intrested in GRC's*|*DNS Nameserver Performance Benchmark** for seeing which DNS servers are best for you.
-
Hello DaveP You need to put a group policy preference in place to edit the registry Action Replace PropertiesHive HKEY_LOCAL_MACHINE Key path SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers Value name C:\Program Files\Autograph\agraph.exe Value type REG_SZ Value data DisableNXShowUI Hope this helps
-
Hi everyone, +1 for this idea
-
From The Within Windows Blog linkWithin Windows | Microsoft shits on Windows Home Server users, product Most useful bit
-
[sims] RECALL of SIMS Learning Gateway SLG Autumn 2010
fawkers replied to vikpaw's topic in MIS Systems
Darn! (there is stronger language that i could use), why oh why do they not TEST these things! and why didn't they put it on support net? *end of rant* -
It would be a bit like my solution for parental contacts here http://www.edugeek.net/forums/windows/44528-exchange-2007-mail-contacts-2.html I will try to find two sec's to put my brain in gear and sort somthing like this out.
-
Ok i'm trying to create a SharePoint 'Calendar' using data from the My Planner webpart. I've created a calendar webpart and added my own column. Selected the column value to be a look up and fetched 'subject' from the My Planner webpart. Which doen't return anything, infact i cant get it to return anything at all. I've gone to the My Planner webpart and then created a new view, just a list, which also doesn't do much. (just displays a bar with '0-100' in it). Has anyone else tried somthing like this? .Adam
-
I beleave an update within the V2 release did resolve this issue but we did then have sparadic issues which we couldn't quite pin on Impero. Since the move to V3 we have not had this issue re-appear, we've been running v3 for about a year now.
- 12 replies
-
- flashing lights
- network slow
-
(and 1 more)
Tagged with:
-
Hello Jamesda1, Just for your information we were running impero on a physical server and still had the same issue.
- 12 replies
-
- flashing lights
- network slow
-
(and 1 more)
Tagged with:
-
There is thread somewhere in the V2 forums re this issue in a US School District. Your could just disable the workstation on a bunch of PC in the offices or somthing for a day to see if that resolves the issue. Were currently on V3 here which has been going very well so it might be worth considering the upgrade. Edit: I think this is the link http://www.imperosoftware.com/support/topic.asp?TOPIC_ID=1222 but i dont have access to the v2 boards anymore
- 12 replies
-
- flashing lights
- network slow
-
(and 1 more)
Tagged with:
-
Are you \ have you ever run Impero on your network? We had this issue a long time back with an old version of the software.
- 12 replies
-
- flashing lights
- network slow
-
(and 1 more)
Tagged with:
-
Hi everyone; It's defintly is a common buzzard, poor thing.
-
Sharepoint 2007 Calendar RSS feed in Date Order
fawkers replied to fawkers's topic in Virtual Learning Platforms
To answer my own question you have to create two calculated fileds for the beging and end date. More information can be found here Filter by "Events this Week" in a SharePoint Calendar | EndUserSharePoint.com -
Sharepoint 2007 Calendar RSS feed in Date Order
fawkers replied to fawkers's topic in Virtual Learning Platforms
Hi gpjt, Thanks, I've created my view however my filter columns dont show the column I whis to filter to (start Tme in my case), i can sort by it but not filter. any ideas? -
Sharepoint 2007 Calendar RSS feed in Date Order
fawkers posted a topic in Virtual Learning Platforms
Hello Everyone My brain might be mush since its friday morning but here goes. I'm trying to take our sharepoint school calendar and display todays items on our digital signage (xibo) using an RSS feed. Sound good until I realised that the RSS feed is showing items in the order in which they were last edited, not in date order. Is there a way to sort this out? (and limit the date to today only) Thanks Adam -
xibo Powerpoint 2007 Removing Scroll bar
fawkers replied to fawkers's topic in AV and Multimedia Related
This tick box isn't avalable in 2010 Edit: Have now correct the title post to 2010 from 2007 my bad -
EDIT: Title should say POWERPOINT 2010 OK, I'm trying to set a powerpoint up of our xibo screen, were running office 2010 but I cant seam to to get rid of the side scroll bars. Now i'm sure that I read somewhere on here that you have to play with the XML but I cant seam to find the post. Can anyone point me to a solution. Thanks
