You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Function Get-CAcl to get the access control (i.e. security descriptor) for a registry key, file, or directory.
Supports getting only specific sections/parts of the security descriptor, too. Works across PowerShell editions.
Function Get-CPrivilege (migrated from Carbon), which gets a user/group's rights/privileges.
Function Grant-CPrivilege (migrated from Carbon), which grants a user/group rights/privileges.
Function Revoke-CPrivilege (migrated from Carbon), which removes a user/group's rights/privileges.
Function Test-CPrivilege (migrated from Carbon), which tests a user/group's rights/privileges.
Function Test-CPrivilegeName, which tests if rights/privileges are supported on the current operating system.
Changed
The Privilege parameters on the Grant-CPrivilege and Revoke-CPrivilege functions are now case-insensitive.