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 PSTEST WSMAN
2 localhost DCOM
3 PSTEST DCOM
..................Content has been hidden....................

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