web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

PowerShell Snippets: Start-Sleep

Ian Grieve Profile Picture Ian Grieve 22,784

PowerShellThis 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}
(Visited 1 times, 1 visits today)

This was originally posted here.

Comments

*This post is locked for comments