PowerShell Snippets: Start-Sleep
Views (487)
This post is part of the series on PowerShell Snippets.
The following PowerShell command will sleep for the supplied number of milliseconds (replace the highlighted section with the number of milliseconds to sleep):
Start-Sleep -Milliseconds {milliseconds}
Click to show/hide the PowerShell Snippets Series Index
| PowerShell Snippets |
|---|
| Write-Output |
| Start-Sleep |
(Visited 1 times, 1 visits today)
This was originally posted here.

Like
Report
*This post is locked for comments