# Get-Disconnectors

## Synopsis

Gets the disconnectors from a management agent connector space

## Syntax

```
Get-Disconnectors [-MA] <string> [[-Type] <ConnectorState>] [<CommonParameters>]
```

## Description

The [Get-Disconnectors](/mim-sync-service/usage/cmdlet-reference/get-disconnectors.md) 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](http://go.microsoft.com/fwlink/?LinkID=113216).

## Examples

### Get all disconnectors from a connector space

```
PS C:\> Get-Disconnectors -MA ADMA
```

### Get explicit disconnectors from a connector space

```
PS C:\> Get-Disconnectors -MA ACMA -Type Explicit
```

### Get normal disconnectors from a connector space

```
PS C:\> Get-Disconnectors -MA ACMA -Type Normal
```

### Get filtered disconnectors from a connector space

```
PS C:\> Get-Disconnectors -MA ACMA -Type Filtered
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lithnet.io/mim-sync-service/usage/cmdlet-reference/get-disconnectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
