en-US/about_WindowsAccessControlRegistryKeySecurityDescriptor.help.txt
|
.NAME
WindowsAccessControlRegistryKeySecurityDescriptor .SYNOPSIS Manages the exact security descriptor of a registry key. .DESCRIPTION Compares the selected sections of the registry key security descriptor against the desired SDDL and rewrites only those sections. The registry view is part of the resource identity, so the 32-bit and 64-bit views of the same path are two separate targets. .PARAMETER Path Key - string The registry key whose security descriptor is managed. .PARAMETER RegistryView Key - WindowsRegistryView The registry view the key is opened in. It is part of the key identity. .PARAMETER Sections Key - WindowsSecurityDescriptorSection The security descriptor sections this resource owns. Only these sections are compared and written. .PARAMETER Sddl Required - string The desired security descriptor for the selected sections, in SDDL form. Capture it from Get-RegistryKeySecurityDescriptor. .PARAMETER Reasons Read - WindowsAccessControlDscReason[] Returns why the resource is not in the desired state. Not configurable. |