Restart-Computer -Computername (Get-Content c:\list.txt) -throttlelimit 5
Just be careful that you don't take your network down.
Shutdown-Computer –Computername (Get-Content c:\list.txt) –force –throttlelimit 5
My daily experiences with Microsoft.NET, AzMan, Active Directory, Log Parser, and Powershell. Oh yea, and other things non-Microsoft as well!
Restart-Computer -Computername (Get-Content c:\list.txt) -throttlelimit 5
Just be careful that you don't take your network down.
Shutdown-Computer –Computername (Get-Content c:\list.txt) –force –throttlelimit 5
No comments:
Post a Comment