$session = New-PSSession -ComputerName $serverName -UseSSL -Credential $cred -SessionOption $ ... Remove-PSSession $session. Exit-PSSession
確定! 回上一頁