PowerShell Pointers
Tidbits on managing Windows Administration using PowerShell.
Showing posts with label
Get-Service
.
Show all posts
Showing posts with label
Get-Service
.
Show all posts
Tuesday, January 30, 2018
Find Service Dependencies
We can use PowerShell to find services that have the same dependencies. Just use the
-RequiredServices
switch and provide the service name:
Get-Service -Required Services rpcss
This would be useful if, say, we can't get a particular service to start. Are there any other services that need to be started first?
Older Posts
Home
Subscribe to:
Posts (Atom)