I have two servers Server A and Server B i want to Stop server A from Server B remotely using powershell script Can anybody help me on this its urgent. Thank you in advance
feedback
|
|
One of the simplest ways to do this is really with just a command line execution using PsExec. And send over to the machines IISReset /STOP or /START or /RESTART So you'd do something like this
Just be careful with password management if you go this route or any route that involves some type of admin level account impersonation so that no one can get a plain text copy of the admin password. | |||
|
feedback
|
|
Because you asked for Powershell:
Agreed this question should be moved to ServerFault. | ||||
|
feedback
|
| ||||
|
feedback
|