Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. get-childitem C:UsersuserDesktophere -Recurse | where {!$_.PSIsContainer} | select-object * | export-csv -notypeinformation -path C:UsersuserDesktopOutputoutput.csv | % {$_.Replace('"','')}
  2.  
  3. plink.exe -ssh root@user -pw password -m C:UsersuserDesktopScripsLinuxScriptCommand.txt > C:UsersuserDesktopOutputLinux.csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement