DestinationOption Enumeration

 

Specifies how to map the destination for a migration table entry.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public enum DestinationOption
public enum class DestinationOption
type DestinationOption
Public Enumeration DestinationOption

Members

Member name Description
ByRelativeName

The destination is mapped by relative name.

None

The destination is not mapped.

SameAsSource

The destination is set to the same as the source.

Set

The destination is set to the specified value.

Remarks

The DestinationOption enumerators correspond to the GPMDestinationOption COM values.

Migration tables are used when copying GPOs to map user, computer, and group values.

See Also

GPMigrationTable
GPMapEntry
Microsoft.GroupPolicy Namespace

Return to top