Login automatically with current privileges:
Enter-PSSession -computername hostname
Login with different Credentials:
$cred = Get-Credential Domain\username Ender-PSSession -computername hostname -Credential $cred
Login automatically with current privileges:
Enter-PSSession -computername hostname
Login with different Credentials:
$cred = Get-Credential Domain\username Ender-PSSession -computername hostname -Credential $cred
cd Filesystem::\\127.0.0.1\C$ cd hkcu:\