Get-Disconnectors
Synopsis
Gets the disconnectors from a management agent connector space
Syntax
Description
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.
Parameters
-MA <string>
The management agent to get the disconnectors from
Required?
true
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false
-Type <ConnectorState>
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
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
Examples
Get all disconnectors from a connector space
Get explicit disconnectors from a connector space
Get normal disconnectors from a connector space
Get filtered disconnectors from a connector space
Last updated