标签:style class code http tar color
function Start-GPUpdate{ param ( [String[]] $ComputerName ) $code = { $rv = 1 | Select-Object -Property ComputerName, ExitCode $null = gpupdate.exe /force $rv.Exitcode = $LASTEXITCODE $rv.ComputerName = $env:COMPUTERNAME $rv } Invoke-Command -ScriptBlock $code -ComputerName $ComputerName | Select-Object -Property ComputerName, ExitCode}远程使用Gpupdate(Hash,哈希),布布扣,bubuko.com
标签:style class code http tar color
原文地址:http://www.cnblogs.com/dreamer-fish/p/3786312.html