5

Using Windows Server's Active Directory and Group Policy, is there a way to roll out an MSI file at a scheduled time, like midnight?

Vlueboy
  • 153
  • 3

1 Answers1

1

Strickly speaking no. GPOs are not scheduled tasks. They run when the system updates (reboots, etc).

We use Quest's GPOAdmin. It allows for time-based deployment of GPOs. This could help somewhat.

Sounds like you really need a software deployment systems (SCCM, LANDesk, etc)

uSlackr
  • 6,337
  • 21
  • 36
  • Sounds like he needs a scheduled task, set to run at midnight, to reboot the machines that are running and wake machines that are asleep. I do this kind of thing fairy frequently. It's very handy. – Evan Anderson Jun 23 '11 at 03:44
  • Thanks for your answer. It took me a while to create a mirror account here. As a product developer the problem is using a baseline that all clients will have, and it is a disappointment to see that GPO and Active Directory only provide "immediate" deployments, but no forced "run x script daily at 4pm regardless of whether someone's logged off" – Vlueboy Jun 24 '11 at 16:56