Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Function Clone-VM($computer) {
  2. #$TimeOut=Get-TimeRemaining
  3. $timeout = 4
  4. $job = Start-Job { $ErrorActionPreference="Continue";Get-Process; Start-Sleep -Seconds 20 } -ArgumentList $computer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement