Comment on page
Get-Connectors
Gets the connectors from a management agent connector space
Get-Connectors [-MA] <string> [[-Type] <ConnectorState>] [<CommonParameters>]
The Get-Connectors cmdlet allows you to get the connectors from a management agent's connector space, optionally specifying to get either explicit or normal connectors.
The management agent to get the connectors from
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
The type of connectors to get, either "Explicit" or "Normal"
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
PS C:\> Get-Connectors -MA ADMA
PS C:\> Get-Connectors -MA ACMA -Type Explicit
PS C:\> Get-Connectors -MA ACMA -Type Normal
Last modified 1yr ago