UserConfiguration Class

 

Represents the User Configuration of a Group Policy object (GPO).

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

Inheritance Hierarchy

System.Object
  Microsoft.GroupPolicy.UserConfiguration

Syntax

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

Properties

Name Description
System_CAPS_pubproperty DSVersion

Gets the version number of the directory service component of the user configuration portion of the GPO.

System_CAPS_pubproperty Enabled

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

System_CAPS_pubproperty Policy

Gets an object that provides access to the registry-based policy settings in the user configuration portion of the GPO.

System_CAPS_pubproperty Preference

Gets an object that provides access to the Registry preference items in the user configuration portion of the GPO.

System_CAPS_pubproperty SysvolVersion

Gets the version number of the system volume folder (SYSVOL) component of the user configuration portion of the GPO.

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