Saturday, January 17, 2009

get-service

[] to identify the status of NT service, e.g. xmlprov
PS> get-service xmlprov | fl


Name : xmlprov
DisplayName : Network Provisioning Service
Status : Stopped
DependentServices : {}
ServicesDependedOn : {RpcSs}
CanPauseAndContinue : False
CanShutdown : False
CanStop : False
ServiceType : Win32ShareProcess

No comments:

Post a Comment