Msft_SyncUserStatus class
Retrieves the Work Folders synchronization status for a user.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class Msft_SyncUserStatus
{
string User;
string DeviceName;
string DeviceOS;
string DeviceSyncApp;
string SyncShare;
string SyncPath;
datetime LastSuccessfulSync;
string LastSuccessfulSyncSessionId;
datetime LastAttemptedSync;
string LastAttemptedSyncSessionId;
string LastSyncStatus;
};
Members
The Msft_SyncUserStatus class has these types of members:
- Properties
Properties
The Msft_SyncUserStatus class has these properties.
DeviceName
Data type: string
Access type: Read-only
Qualifiers: Key
Gets the name of the client device on which the data was synchronized.
DeviceOS
Data type: string
Access type: Read-only
Gets the operating system of the client device on which the data was synchronized.
DeviceSyncApp
Data type: string
Access type: Read-only
Gets the name of the client application on which the data was synchronized.
LastAttemptedSync
Data type: datetime
Access type: Read-only
Gets the date and time of the last attempted synchronization for the user.
LastAttemptedSyncSessionId
Data type: string
Access type: Read-only
Gets the session ID of the last attempted synchronization for the user.
LastSuccessfulSync
Data type: datetime
Access type: Read-only
Gets the date and time of the last successful synchronization for the user.
LastSuccessfulSyncSessionId
Data type: string
Access type: Read-only
Gets the session ID of the last successful synchronization for the user.
LastSyncStatus
Data type: string
Access type: Read-only
Gets the status of the last synchronization for the user.
SyncPath
Data type: string
Access type: Read-only
Gets the path to the Work Folders.
SyncShare
Data type: string
Access type: Read-only
Qualifiers: Key
Gets the name of the Work Folders share that hosts the user data.
User
Data type: string
Access type: Read-only
Qualifiers: Key
Gets the user name of the user account for which to retrieve data, in Domain\User Name format.
Requirements
Minimum supported client |
Windows 8.1 [desktop apps only] |
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
Namespace |
\Root\Microsoft\Windows\SyncShareServer |
MOF |
ECSServer.Mof |