Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This one is just for me to remember; more explanations later on
get-service | `
select name,@{Name='ServicesDependedOn';Expression={[string]::join(";",($_.ServicesDEpendedOn.name))}} | export-csv $env:userprofiledesktoptestExport.csv
Comments
- Anonymous
May 06, 2014
Thanks