Get-CMMigrationEntityDependency

Get-CMMigrationEntityDependency

Gets a dependency for a migration entity in Configuration Manager.

Syntax

Parameter Set: SearchById
Get-CMMigrationEntityDependency [-Id <String> ] [ <CommonParameters>]

Parameter Set: SearchByType
Get-CMMigrationEntityDependency [-Type <String> ] [ <CommonParameters>]

Detailed Description

The Get-CMMigrationEntityDependency cmdlet gets a migration entity dependency in Microsoft System Center 2012 SP1 Configuration Manager. A migration entity dependency is an object upon which another object to be migrated is dependent.

Parameters

-Id<String>

Specifies an ID in Configuration Manager.

Aliases

EntityId

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Type<String>

Specifies a type in Configuration Manager.

Aliases

DependencyType

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get information about all migration entity dependencies

This command returns information about all your migration entity dependencies.

PS C:\> Get-CMMigrationEntityDependency

Example 2: Get information about a specific migration entity dependency

This command returns information about the migration entity dependency that has the ID 121989.

PS C:\> Get-CMMigrationEntityDependency -Id "121989"