Module: WMI::Privilege

Defined in:
lib/ruby-wmi/constants.rb

Constant Summary collapse

CreateToken =

Required to create a primary token.

1
PrimaryToken =

Required to assign the primary token of a process.

2
LockMemory =

Required to lock physical pages in memory.

3
IncreaseQuota =

Required to increase the quota assigned to a process.

4
MachineAccount =

Required to create a machine account.

5
Tcb =

Identifies its holder as part of the trusted computer base. Some trusted, protected subsystems are granted this privilege.

6
Security =

Required to perform a number of security-related functions, such as controlling and viewing audit messages. This privilege identifies its holder as a security operator.

7
TakeOwnership =

Required to take ownership of an object without being granted discretionary access. This privilege allows the owner value to be set only to those values that the holder may legitimately assign as the owner of an object.

8
LoadDriver =

Required to load or unload a device driver.

9
SystemProfile =

Required to gather profiling information for the entire system.

10
Systemtime =

Required to modify the system time.

11
ProfileSingleProcess =

Required to gather profiling information for a single process.

12
IncreaseBasePriority =

Required to increase the base priority of a process.

13
CreatePagefile =

Required to create a paging file.

14
CreatePermanent =

Required to create a permanent object.

15
Backup =

Required to perform backup operations.

16
Restore =

Required to perform restore operations. This privilege enables you to set any valid user or group security identifier (SID) as the owner of an object.

17
Shutdown =

Required to shut down a local system.

18
Debug =

Required to debug a process.

19
Audit =

Required to generate audit-log entries.

20
SystemEnvironment =

Required to modify the nonvolatile RAM of systems that use this type of memory to store configuration information.

21
ChangeNotify =

Required to receive notifications of changes to files or directories. This privilege also causes the system to skip all traversal access checks. It is enabled by default for all users.

22
RemoteShutdown =

Required to shut down a system using a network request.

23
Undock =

Required to remove a computer from a docking station.

24
SyncAgent =

Required to synchronize directory service data.

25
EnableDelegation =

Required to enable computer and user accounts to be trusted for delegation.

26
ManageVolume =

Required to perform volume maintenance tasks. Windows 2000, Windows NT 4.0, and Windows Me/98/95: This privilege is not available.

27