Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSAutoLab
5.1.0
functions/Test-It.ps1
#this is a development function to test features. It is not normally exported
Function
Test-It
{
[
cmdletbinding
(
)
]
Param
(
[int]
$Minutes
=
1
)
_SleepProgress
-Minutes
$Minutes
}