Advertisement
Yuven

Untitled

Aug 28th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. get-service | Where-Object {($_.status -eq "stopped" -and $_.StartType -eq "automatic")} | format-table DisplayName,status | export-csv -path e:\skole\powershell\example_csv3.csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement