Connecting to a Remote Server via PowerShell

suggest change

Using credentials from your local computer:

Enter-PSSession 192.168.1.1

Prompting for credentials on the remote computer

Enter-PSSession 192.168.1.1 -Credential $(Get-Credential)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents