How to establish a remote session with Powershell
Windows Server makes it possible to establish a remote session with powershell.
To establish a remote PowerShell session, use the command:
Enter-PSSession
When you're finished with the session, disconnect it using the
To establish a remote PowerShell session, use the command:
Enter-PSSession
<servername>
When you're finished with the session, disconnect it using the
command:
Exit-PSSession
Comentários
Postar um comentário