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
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