Comment on page
Get-Disconnectors
Gets the disconnectors from a management agent connector space
Get-Disconnectors [-MA] <string> [[-Type] <ConnectorState>] [<CommonParameters>]
The Get-Disconnectors cmdlet allows you to get the disconnectors from a management agent's connector space, optionally specifying to get explicit, normal or filtered disconnectors.
The management agent to get the disconnectors from
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
The type of disconnectors to get, either
Explicit
, Normal
or Filtered
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-Disconnectors -MA ADMA
PS C:\> Get-Disconnectors -MA ACMA -Type Explicit
PS C:\> Get-Disconnectors -MA ACMA -Type Normal
PS C:\> Get-Disconnectors -MA ACMA -Type Filtered
Last modified 1yr ago