Important PowerShell commands
1. List All Running Services:
with parameter:
more with parameters:
Get-Service [[-Name] <String[]> ] [-ComputerName <String[]> ] [-DependentServices] [-Exclude <String[]> ] [-Include <String[]> ] [-RequiredServices] [ <CommonParameters>]
Source: https://technet.microsoft.com/en-us/library/hh849804.aspx
1. List All SharePoint Services Instances:
with parameters:
Source: https://technet.microsoft.com/en-us/library/ff607570.aspxGet-SPServiceInstance -Server <SPServerPipeBind> [-All <SwitchParameter>] [-AssignmentCollection <SPAssignmentCollection>]
2. List
Comments
Post a Comment