[sourcecode language="powershell" padlinenumbers="true"] $session = New-PSSession -ConnectionUri https://lyncse.coex.com/OcsPowershell -Credential (Get-Credential) Import-PSSession -Session $session [/sourcecode]