| Win32_PrivilegesStatus |
| The Win32_PrivilegesStatus class reports information about privileges required to complete an operation. It may be returned when an operation failed, or when a partially populated instance has been returned. |
| NameSpace Path |
| \ROOT\CIMV2 |
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Description | | String | NA |
| Operation | | String | NA |
| ParameterInfo | | String | NA |
| PrivilegesNotHeld | | String | The PrivilegesNotHeld property indicates required access privileges missing in order to complete an operation. The types ofaccess privileges can be found under the Windows NT Privileges. Example: SE_SHUTDOWN_NAME |
| PrivilegesRequired | | String | The PrivilegesRequired property indicates all privileges required to perform an operation. This includes values from the PrivilegesNotHeld property.
Example: SE_SHUTDOWN_NAME |
| ProviderName | | String | NA |
| StatusCode | | UInt32 | NA |
| SAMPLE DATA INSTANCE |
   Class does not currently contain data instances
|