Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

different in Enter-PSSession connecting methods

$
0
0

hi

please tell me the difference between these two remote connecting methods

Enter-PSSession -ComputerName $ServerName -Credential $PSCredential
or

Enter-PSSession -ConnectionURI $URI -credential $PSCredential

 

thankyou


Viewing all articles
Browse latest Browse all 6937

Trending Articles