Get-CimSession

Sessions created using New-CimSession persist until the CIM session is removed (by Remove-CimSession) or the PowerShell session ends:

PS> Get-CimSession | Select-Object Id, ComputerName, Protocol
Id ComputerName Protocol
-- ------------ --------
1 CIMTEST WSMAN
2 localhost DCOM
3 CIMTEST DCOM
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.178.237