-
Posts
5,590 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by ChrisH
-
That is either just intentional scaremongering or the person who wrote that should have worded it a lot better. Yes you will have to use a different email service provider, but you will be able to use your own school domain name for your email !
- 21 replies
-
Fair enough
-
They should list all test centres on the Prometric site so just browse that.
-
If they were just the ones turned on I would be looking at spanning tree settings on your switches and if they are not going to forward quick enough and delaying DHCP, but since it's happening to machines that have been on a while I would be looking for something causing a broadcast storm maybe. This is where a system like HPs PCM is invaluable else you will need to be checking the management pages and logs of each switch.
-
Have the machines been on a while or are they doing this freshly booted ?
-
This thread has been closed pending further enquiries.
-
Hard to tell without the proxy farm being under normal term time load.
-
Everything you do with the N+, you will end up repeating in the earlier parts of the CCNA so I would go straight to CCNA if you have some experience with VLANS, routing etc.
-
uninstall office 2010 completely and silently
ChrisH replied to engineer_z's topic in Office Software
See if you can find reference to them in: HKLM\Software\Microsoft\Windows\Currentversion\Uninstall That should tell you any un-install strings you need to know. -
Suitably decent and free hard drive wiping software?
ChrisH replied to GREED's topic in General Chat
Have you looked in the NAS settings then it may have a zero disk option. I think you will end up connecting them to a PC though as Ben says. -
Suitably decent and free hard drive wiping software?
ChrisH replied to GREED's topic in General Chat
Dariks boot and nuke http://www.dban.org -
What screensavers? Folding@Home. Would you use one?
ChrisH replied to dany2010's topic in General Chat
I would do but you have to consider how much extra power you are using keeping the machine active all the time considering energy prices these days. -
I know about RIP and OSPF but my point is such protocols are for sending routing updates for advertised networks to other routing devices and that people sometimes seem to have some RIP configuration when they only have one router/layer 3 switch. I have had a Procurve 5406 routing my VLANs for 3-4 years now and it only needs IP routing Enabled. This is why I ask about what other devices people are using with RIP on their networks with their Procurve.
-
I suspected that would be the case as it's the same for our setup but what I also thought is that there is no actual definition for the 48.x network on the switch but I have found it now ip address 10.43.48.95 255.255.255.0 I use PFSense with LEA default gateway and then just use one supernetted static route to reach all my VLANs but that is possible in my case because of my network numbers ie 10, 20, 30, 40 etc. Also I would like to know why a lot of you seem to have RIP configuration on your switches ? Do you have other routers to send routing updates to as well ?
-
Can you do a route print on the switch and paste it, I have a suspicion about something but I can't quite picture it looking at your config.
-
It probably only does one pass of updates ie it does the updates until it needs a restart but then it finishes, if you use MDT it can handle multiple checks for updates etc.
-
You need to move your declarations to the top set objNetwork = WScript.CreateObject("WScript.Network") set objShell = WScript.CreateObject("WScript.Shell")
-
You have started a for loop For LOOP_COUNTER = 0 To WSHPrinters.Count - 1 Step 2 But you haven't defined an end to it. Try this Set WSHPrinters = WSHNetwork.EnumPrinterConnections For LOOP_COUNTER = 0 To WSHPrinters.Count - 1 Step 2 'To remove only networked printers use this If Statement If Left(WSHPrinters.Item(LOOP_COUNTER +1),2) = "\\" Then WSHNetwork.RemovePrinterConnection WSHPrinters.Item(LOOP_COUNTER +1),True,True End If next On Error resume Next set objNetwork = WScript.CreateObject("WScript.Network") set objShell = WScript.CreateObject("WScript.Shell") 'Add Network printers objNetwork.AddWindowsPrinterConnection "\\smcessvr\ICT-SUITE" 'Set Default Printer objNetwork.SetDefaultPrinter "\\smcessvr\ICT-SUITE" WScript.quit
-
You need to read the requirements for each exam on the MS website, don't just use one source and expect that to cover everything as it never does. You will need to hit the interwebs for the rest of the stuff your material doesn't cover.
-
Sounds like you need to a new service provider for a start as enforcing safe search is fairly easy as it it involves is adding something to the end of every url request for a Google search. I find that "Wikipedia is banned because it may not be accurate enough" to be a strange one, while this maybe true I'm sure it will be good enough, who came up with this ? YouTube completely blocked ? What about the education side of it, it may not cover everything but it's a start at least. I'm sure some people from primaries could suggest some search engines that they use that maybe better for the younger audience.
-
Well after going to the trouble of getting a 32 bit machine installed I can say that the printing back end must still be 16 bit .
-
We are just using the time table wizard to print the pupils timetables for next year and we are getting the following error Please tell me this does not mean I can't use this with 64 bit Windows 7 and it's something else I need to change.
