Jump to content

ChrisH

Edu Supporters
  • Posts

    5,590
  • Joined

Everything posted by ChrisH

  1. 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 !
  2. Fair enough
  3. They should list all test centres on the Prometric site so just browse that.
  4. 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.
  5. Have the machines been on a while or are they doing this freshly booted ?
  6. We're purely x64 so we don't have those complications.
  7. We have these printers and they work fine, if they are not listed when adding the printer use the window update button.
  8. This thread has been closed pending further enquiries.
  9. Hard to tell without the proxy farm being under normal term time load.
  10. 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.
  11. 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.
  12. 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.
  13. Dariks boot and nuke http://www.dban.org
  14. 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.
  15. 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.
  16. 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 ?
  17. 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.
  18. ChrisH

    WDS

    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.
  19. You need to move your declarations to the top set objNetwork = WScript.CreateObject("WScript.Network") set objShell = WScript.CreateObject("WScript.Shell")
  20. 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
  21. 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.
  22. Are you using MDT 2012 and letting the GPO pack apply in the task sequence ?
  23. 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.
  24. 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 .
  25. 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.
×
×
  • Create New...