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'
MappingStrings
['Win32API|AccessControl|Windows NT Privileges']
read
True
PrivilegesNotHeld property is in 1 class (Win32_PrivilegesStatus) of ROOT\cimv2 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'
MappingStrings
['Win32API|AccessControl|Windows NT Privileges']
read
True
PrivilegesRequired property is in 1 class (Win32_PrivilegesStatus) of ROOT\cimv2 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.'