New to powershell
this do. input
create command list of stopped services microsoft services.
thanks,
eekk
hi,
please try:
get-service |where {$_.status -eq "stopped"}
regards,
yan li
cataleya li
technet community support
Windows Server > Windows PowerShell

Comments
Post a Comment