Creates a CIM session
Functions: | |
Type: | |
Toolsets: |
$s = New-CimSession -ComputerName W10.ad.bitsadmin.com
Usecase
-Authentication
parameter that can be used
$so = New-CimSessionOption -Protocol Dcom -Authentication Kerberos
$s = New-CimSession -ComputerName W10.ad.bitsadmin.com -SessionOption $so
Usecase
-Authentication
parameter that can be used