StarterGpoBackup Class

 

Represents a backed-up Starter Group Policy object (GPO) on the file system.

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

Inheritance Hierarchy

System.Object
  Microsoft.GroupPolicy.StarterGpoBackup

Syntax

public sealed class StarterGpoBackup : IEquatable<StarterGpoBackup>
public ref class StarterGpoBackup sealed : IEquatable<StarterGpoBackup^>
[<Sealed>]
type StarterGpoBackup = 
    class
        interface IEquatable<StarterGpoBackup>
    end
Public NotInheritable Class StarterGpoBackup
    Implements IEquatable(Of StarterGpoBackup)

Properties

Name Description
System_CAPS_pubproperty BackupDirectory

Gets the directory in which the Starter Group Policy object (GPO) backup exists.

System_CAPS_pubproperty Comment

Gets the comment associated with the Starter Group Policy object (GPO) backup.

System_CAPS_pubproperty CreatedTime

Gets the date and time when the Starter Group Policy object (GPO) backup was created.

System_CAPS_pubproperty DisplayName

Gets the display name of the backed-up Starter Group Policy object (GPO).

System_CAPS_pubproperty DomainName

Gets the name of the domain in which the Starter GPO existed when it was backed up.

System_CAPS_pubproperty Id

Gets the GUID that uniquely identifies the Starter Group Policy object (GPO) backup within its backup directory.

System_CAPS_pubproperty StarterGpoId

Gets the ID of the backed-up Starter Group Policy object (GPO).

System_CAPS_pubproperty StarterGpoType

Gets the type of the backed-up Starter Group Policy object (GPO).

Methods

Name Description
System_CAPS_pubmethod Delete()

Removes the Starter Group Policy object (GPO) backup from the backup directory.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Equals(StarterGpoBackup)

Determines whether the specified Starter Group Policy object (GPO) backup is equal to this Starter GPO backup.

System_CAPS_pubmethod GenerateReport(ReportType)

Generates a report for the Starter Group Policy object (GPO) backup in the specified format.

System_CAPS_pubmethod GenerateReport(ReportType, GPStatusMessageCollection)

Generates a report for the Starter Group Policy object (GPO) backup in the specified format and returns status.

System_CAPS_pubmethod GenerateReportToFile(String, ReportType)

Generates a report for the Starter Group Policy object (GPO) in the specified format and saves it to the specified file.

System_CAPS_pubmethod GenerateReportToFile(String, ReportType, GPStatusMessageCollection)

Generates a report for the Starter Group Policy object (GPO) in the specified format, saves it to the specified file, and returns status.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

The file system object is also known as a Starter GPO backup.

This class wraps the IGPMStarterGPOBackup 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

StarterGpo
StarterGpoBackupCollection
Microsoft.GroupPolicy Namespace

Return to top