I would like to run a powershell script at startup but there is no 'powershell' tab on the dialog box.
I am running Windows Server 2008 64-bit.
Thanks!
I would like to run a powershell script at startup but there is no 'powershell' tab on the dialog box.
I am running Windows Server 2008 64-bit.
Thanks!
Use a newer version of the Group Policy Management Console. Ideally, install RSAT on your Windows 7 or newer Workstation and manage it remotely.
You might be able to run a batch file containing something along the lines of
powershell c:\path\to\powershellscript.ps1
or
powershell \\servername\share\powershellscript.ps1
(You might have to enable powershell on the workstations first.)