February 2019
Intermediate to advanced
626 pages
15h 51m
English
The security descriptor for a given namespace can be retrieved from the __SystemSecurity class. By default, administrator privileges are required to get the security descriptor:
$security = Get-CimInstance __SystemSecurity -Namespace root\cimv2 $return = $security | Invoke-CimMethod -MethodName GetSecurityDescriptor $aclObject = $return.Descriptor
Read now
Unlock full access