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.
'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'
PrivilegesNotHeld property is in 1 class (Win32_PrivilegesStatus) of ROOT\CIMV2\ms_409 and in 4 namespaces
'The PrivilegesRequired property indicates all privileges required to perform an operation. This includes values from the PrivilegesNotHeld property. Example: SE_SHUTDOWN_NAME'
PrivilegesRequired property is in 1 class (Win32_PrivilegesStatus) of ROOT\CIMV2\ms_409 and in 4 namespaces
Derived properties (5) of Win32_PrivilegesStatus class
'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.'