ComputerConfiguration Class

 

Contains the settings in the Group Policy object (GPO) that apply to computer configurations.

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

Inheritance Hierarchy

System.Object
  Microsoft.GroupPolicy.ComputerConfiguration

Syntax

public sealed class ComputerConfiguration
public ref class ComputerConfiguration sealed 
[<Sealed>]
type ComputerConfiguration = class end
Public NotInheritable Class ComputerConfiguration

Properties

Name Description
System_CAPS_pubproperty DSVersion

Gets the version of the ComputerConfiguration object that is stored in directory services.

System_CAPS_pubproperty Enabled

Gets or sets a value that specifies whether computer settings are enabled.

System_CAPS_pubproperty Policy

Gets an object that provides access to the registry-based policy settings in the computer configuration portion of the Group Policy object (GPO).

System_CAPS_pubproperty Preference

Gets an object that provides access to the Registry preference items in the computer configuration portion of the Group Policy object (GPO).

System_CAPS_pubproperty SysvolVersion

Gets the version of the ComputerConfiguration object that is stored in the System Volume (SYSVOL) folder.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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
PolicySettings
PreferenceSettings
Microsoft.GroupPolicy Namespace

Return to top