GPMigrationTable Class

 

Represents a migration table.

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

Inheritance Hierarchy

System.Object
  Microsoft.GroupPolicy.GPMigrationTable

Syntax

public class GPMigrationTable
public ref class GPMigrationTable 
type GPMigrationTable = class end
Public Class GPMigrationTable

Constructors

Name Description
System_CAPS_pubmethod GPMigrationTable()

Initializes a new instance of the GPMigrationTable class.

System_CAPS_pubmethod GPMigrationTable(String)

Initializes a new instance of the GPMigrationTable class by using the specified path to a migration table.

Methods

Name Description
System_CAPS_pubmethod Add(Gpo, Boolean)

Adds entries to the migration table from the specified GPO.

System_CAPS_pubmethod Add(GpoBackup, Boolean)

Adds entries to the migration table from the specified GPO backup.

System_CAPS_pubmethod AddEntry(String, GPEntryType)

Adds an entry to the migration table by using the specified source and type.

System_CAPS_pubmethod AddEntry(String, GPEntryType, DestinationOption)

Adds an entry to the migration table by using the specified source, type, and destination option.

System_CAPS_pubmethod AddEntry(String, GPEntryType, String)

Adds an entry to the migration table by using the specified source, type, and destination.

System_CAPS_pubmethod DeleteEntry(String)

Deletes the entry for the specified security principal or UNC path.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEntries()

Retrieves all the entries in the migration table.

System_CAPS_pubmethod GetEntry(String)

Retrieves the entry for the specified security principal or UNC path.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Save(String)

Saves the migration table to a file.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UpdateDestination(String)

Updates the destination of the specified entry to SameAsSource

System_CAPS_pubmethod UpdateDestination(String, DestinationOption)

Updates the destination of the specified entry to the specified destination option.

System_CAPS_pubmethod UpdateDestination(String, String)

Updates the destination of the specified entry to the specified destination.

System_CAPS_pubmethod Validate()

Validates the migration table.

System_CAPS_pubmethod Validate(GPStatusMessageCollection)

Validates the migration table and returns status.

Remarks

This class wraps the IGPMMigrationTable COM interface.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Gpo
Microsoft.GroupPolicy Namespace

Return to top