Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Some-Cmdlet -someswitch | Outfile -filepath .somefile.txt -append
  2. Another-Cmdlet -someswitch | Out-File -filepath .somefile.txt -append
  3. Hello-Cmdlet -someswitch | Out-File -filepath .somefile.txt -append
  4. Banana-Cmdlet -someswitch | Out-File -filepath .somefile.txt -append
  5.  
  6. Some-Cmdlet -someswitch
  7. Another-Cmdlet -someswitch
  8. Hello-Cmdlet -someswitch
  9. Banana-Cmdlet -someswitch
  10.  
  11. | Outfile -filepath .somefile.txt -append
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement