Get-Service | Where-Object {$_.Status -eq "Running"} | Out-File RunningServices.txt This command will save system running services in a file called RunningServices.txt
No comments: