Advertisement
amnich

TestMod.psm1

May 29th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Start-Sleep -Seconds 3
  2. function test-function {
  3.  
  4.     Write-Output "Test"
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement