Creates a persistent connection to a local or remote computer
Functions: | |
Type: | |
Toolsets: |
$ps = New-PSSession -ComputerName W10.ad.bitsadmin.com
$ps = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://exch2019.ad.bitsadmin.com/PowerShell/ -Authentication Kerberos
ERROR_WSMAN_CLIENT_WORKGROUP_NO_KERBEROS
is returned on a non-domain joined machine