PowerShell - Remote Management
What will be the output of this code?
$session = New-PSSession -ComputerName Server01
Get-PSSession -Id $session.Id | Select-Object ComputerName
