Win32_UserStateConfigurationControls class

Contains properties that control the user state configuration for a computer. The property value settings for this class determine whether Group Policy or WMI should be the configuration mechanism for user state components.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class Win32_UserStateConfigurationControls
{
  uint8 FolderRedirection;
  uint8 RoamingUserProfile;
  uint8 OfflineFiles;
};

Members

The Win32_UserStateConfigurationControls class has these types of members:

Properties

The Win32_UserStateConfigurationControls class has these properties.

FolderRedirection
Data type: uint8
Access type: Read/write

Controls whether the computer's folder redirection feature settings are configured by using the User State Manageability WMI classes or by using Group Policy.

One of the following values.

GroupPolicy (0)
WMI (1)
OfflineFiles
Data type: uint8
Access type: Read/write

Controls whether the computer's offline files feature settings are configured by using the User State Manageability WMI classes or by using Group Policy.

One of the following values.

GroupPolicy (0)
WMI (1)
RoamingUserProfile
Data type: uint8
Access type: Read/write

Controls whether the computer's roaming user profile feature settings are configured by using the User State Manageability WMI classes or by using Group Policy.

One of the following values.

GroupPolicy (0)
WMI (1)

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

Root\CIMv2

MOF

UserStateWmiProvider.mof

 

 

Community Additions

ADD
Show: