# Get-PendingExportDeletes

## Synopsis

Gets connector space objects that are pending export delete operations

## Syntax

```
Get-PendingExportDeletes [-MA] <string> [-Delta] [-Hologram] [<CommonParameters>]
```

## Description

The [Get-PendingExportDeletes](https://docs.lithnet.io/mim-sync-service/usage/cmdlet-reference/get-pendingexportdeletes) cmdlet gets all objects in the connector space that are pending export delete operations.

## Parameters

#### -MA \<string>

The management agent to get the connectors from

|                             |       |
| --------------------------- | ----- |
| Required?                   | true  |
| Position?                   | 1     |
| Default value               |       |
| Accept pipeline input?      | false |
| Accept wildcard characters? | false |

#### -Delta \<SwitchParameter>

Specifies to get only the changes being made to the object

|                             |       |
| --------------------------- | ----- |
| Required?                   | false |
| Position?                   | 2     |
| Default value               |       |
| Accept pipeline input?      | false |
| Accept wildcard characters? | false |

#### -Hologram \<SwitchParameter>

Specifies to get only the representation of the object with the changes applied

|                             |       |
| --------------------------- | ----- |
| 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 pending export deletes from the connector space

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

### Get only the changed attributes for the objects from the connector space

```
PS C:\> Get-PendingExportDeletes -MA ADMA -Delta
```

### Get the representation of the objects with the changes applied from the connector space

```
PS C:\> Get-PendingExportDeletes -MA ADMA -Hologram
```


---

# 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-pendingexportdeletes.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.
