Get Running Services using PowerShell Command


Get-Service | Where-Object {$_.Status -eq "Running"} | Out-File RunningServices.txt 

This command will save system running services in a file called RunningServices.txt


Get Running Services using PowerShell Command Get Running Services using PowerShell Command Reviewed by Haxbaba Tech on 21:44 Rating: 5

No comments:

Powered by Blogger.