Summary: Learn how to wait for a Windows PowerShell job to complete.
How can I use Windows PowerShell to wait for a job that I have run to complete?
Use the Wait-Job cmdlet, and specify the job ID, for example:
Wait-Job –ID 5
Summary: Learn how to wait for a Windows PowerShell job to complete.
How can I use Windows PowerShell to wait for a job that I have run to complete?
Use the Wait-Job cmdlet, and specify the job ID, for example:
Wait-Job –ID 5
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments