$s = New-PSSession -Computername <servername> Invoke-Command -Session $s -ScriptBlock {Add-PSSnapin ... Get-PSSession | Remove-PSSession.
確定! 回上一頁