MIM Sync Service
Documentation Home
  • Home
  • Disclaimer
  • Installation
    • Getting Started
    • Downloads
  • Usage
    • Cmdlet Reference
      • Clear-RunHistory
      • Clear-FullSyncWarning
      • Disconnect-CSObject
      • Export-MetaverseConfiguration
      • Export-ManagementAgent
      • Get-Connectors
      • Get-CSObject
      • Get-Disconnectors
      • Get-LastRunDetails
      • Get-MAStatistics
      • Get-MVSchema
      • Get-MVObject
      • Get-MVConfiguration
      • Get-ManagementAgent
      • Get-PendingImports
      • Get-PendingImportAdds
      • Get-PendingImportDeletes
      • Get-PendingImportUpdates
      • Get-PendingExports
      • Get-PendingExportAdds
      • Get-PendingExportDeletes
      • Get-PendingExportRenames
      • Get-PendingExportUpdates
      • Get-RunProfiles
      • Get-RunProfileNames
      • Join-CSObject
      • New-MVObject (Project-MVObject)
      • New-MVQuery
      • Set-DisconnectorState
      • Set-MVProvisioningRulesExtension
      • Start-ManagementAgent
      • Stop-ManagementAgent
      • Sync-CSObject
      • Wait-ManagementAgent
Powered by GitBook
On this page
  • Synopsis
  • Syntax
  • Description
  • Parameters
  • Examples
  • Get all pending import updates from the connector space
  • Get only the changed attributes for the objects from the connector space
  • Get the representation of the objects with the changes applied from the connector space
  1. Usage
  2. Cmdlet Reference

Get-PendingImportUpdates

PreviousGet-PendingImportDeletesNextGet-PendingExports

Last updated 2 years ago

Synopsis

Gets connector space objects that are pending import update operations

Syntax

Get-PendingImportUpdates [-MA] <string> [-Delta] [-Hologram] [<CommonParameters>]

Description

The cmdlet gets all objects in the connector space that are pending import update operations. These are objects were changed in the last import, but have not yet been synchronized.

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>

Examples

Get all pending import updates from the connector space

PS C:\> Get-PendingImportUpdates -MA ADMA

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

PS C:\> Get-PendingImportUpdates -MA ADMA -Delta

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

PS C:\> Get-PendingImportUpdates -MA ADMA -Hologram

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see .

Get-PendingImportUpdates
about CommonParameters