Guest User

Untitled

a guest
Feb 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function fun1{
  2. # code
  3. Write-verbose "Useful information from fun1"
  4. }
  5.  
  6. function fun2{
  7. # code
  8. Write-verbose "Useful information from fun2"
  9. }
  10.  
  11. fun1 -params <paramvalue> -verbose
  12. fun2 -params <paramvalue> -verbose
Add Comment
Please, Sign In to add comment