GPMigrationTable.Add Method (GpoBackup, Boolean)

 

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

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

Syntax

public void Add(
    GpoBackup gpoBackup,
    bool copySecurity
)
public:
void Add(
    GpoBackup^ gpoBackup,
    bool copySecurity
)
member Add : 
        gpoBackup:GpoBackup *
        copySecurity:bool -> unit
Public Sub Add (
    gpoBackup As GpoBackup,
    copySecurity As Boolean
)

Parameters

  • copySecurity
    Type: System.Boolean

    true to copy all the entries from the DACLs and settings; false to not copy security principals from the DACLs.

Remarks

This method also updates any entries that are already present in the migration table for security principals and UNC paths in the GPO backup.

See Also

Add Overload
GPMigrationTable Class
Microsoft.GroupPolicy Namespace

Return to top