Quick Equivalent PSexec en PowerShell 21 février 2017 by mgioia·0 Commentaire Invoke-Command -computername "servername" -ScriptBlock {ipconfig} $VMlist = get-vm foreach ($VM in $VMList) { Invoke-Command -computername $VM -ScriptBlock {ipconfig} } Partager la publication "Quick Equivalent PSexec en PowerShell" LinkedInRedditTwitterFacebookE-mailAjouter aux favorisPartager... 0 0 votes Évaluation de l'article invoke-command Powershell