How do you do....it? Thread, do you startup all stations on a schedule in Technical; we currently have specops gpudate installed (wonderful tool) & i have been using it to boot up stations remotly when ...
we currently have specops gpudate installed (wonderful tool) & i have been using it to boot up stations remotly when installing packages, and this works a treat!
what i want to do tho is every (week) day to boot up all stations in the school at 730/800. this would save the problems of teachers getting to an IT lesson and having to wait for the stations to all boot then login - only a few mins difference but it would help (my ears if nothing else)
gpudate displays a powershell comandline which i guess you can use some how to schedule - but i dont know how....yet
We're using a wake-on-lan program - mc-wol.exe is the executable, can't remember what its actual name is though, sorry.
We have batch files set up as scheduled tasks to boot the computers at appropriate times (staff at 7:30am, classroom at 8am) on weekdays, and I suspend the tasks over the holidays.
We have specops installed here as well, and agreed, it is a fantastically useful tool for lots of things.
The previous network manager setup some Powershell scripts using SpecOps to wake the computers up every morning and shut them down at night, as well as a restart one for Saturdays (to help with updates) - I can pass these scripts along to you if you like, all that needs editing is the OU path and then you can set it up as a scheduled task on your DC.
All the Dells we have are configurable to boot up automatically at a set time.
All the workstations boot up weekdays at 8:30.
You just have to remember to switch them off at the wall in school holidays!
What about using OpenManage or whatever they call their tool so you can mass manage the BIOS'es on your workstations centrally from your server (since you mentioned the running of dells)
We have specops installed here as well, and agreed, it is a fantastically useful tool for lots of things.
The previous network manager setup some Powershell scripts using SpecOps to wake the computers up every morning and shut them down at night, as well as a restart one for Saturdays (to help with updates) - I can pass these scripts along to you if you like, all that needs editing is the OU path and then you can set it up as a scheduled task on your DC.
ooo.... can I be cheeky and as for a copy of thos scripts?
and just edit the long string of OU’s to reflect your own AD structure. The recurse flag (iirc) means it will go into OU’s below the level you specify if you want to target all the machines in your school at once; we’ve got 9 of these covering different departments so we can stagger the startups and shutdowns and prevent a spike in electricity tripping the switchboard.
Our primary domain controller then just runs the scripts as a scheduled task (Run C:\WINDOWS\system32\WindowsPowerShell\v1.0\powersh ell.exe "D:\ADScripts\StartupEnglish.ps1", Start In C:\WINDOWS\system32\WindowsPowerShell\v1.0 and running with the network admin account) and every time we get to a major holiday (e.g. Xmas) I just edit the startup script to run from the first day back, to stop them firing up.
Hope that helps some people!
Feel free to ask for more info below and I'll do what I can - as I hinted at before though, I inherited these scripts so you could probably learn as much as me with a bit of jiggerypokery.
Looking at them, as well, I don't think you need SpecOps to run them - just Powershell.
We have specops installed here as well, and agreed, it is a fantastically useful tool for lots of things.
The previous network manager setup some Powershell scripts using SpecOps to wake the computers up every morning and shut them down at night, as well as a restart one for Saturdays (to help with updates) - I can pass these scripts along to you if you like, all that needs editing is the OU path and then you can set it up as a scheduled task on your DC.