Advertisement
Guest User

Untitled

a guest
May 4th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. wmic product get name,version /format:csv |more >Installed_Apps.csv
  2.  
  3. ComputerName,Software1,1.0
  4. ComputerName,Software2,2.1
  5. ComputerName,Software3,2.5
  6.  
  7. ComputerName,Software1,1.0
  8.  
  9. ComputerName,Software2,2.1
  10.  
  11. ComputerName,Software3,2.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement