February 2019
Intermediate to advanced
626 pages
15h 51m
English
Once the ACL has been changed, the modified security descriptor must be set. The instance returned by Win32_LogicalShareSecuritySetting contains a SetSecurityDescriptor method:
$security | Invoke-CimMethod -MethodName SetSecurityDescriptor -Arguments @{
Descriptor = $aclObject
}
Read now
Unlock full access