Releases: webmd-health-services/Carbon.Security
Releases · webmd-health-services/Carbon.Security
1.0.4+38
1.0.3
1.0.2+25
1.0.1+19
1.0.0
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 theGrant-CPrivilege
andRevoke-CPrivilege
functions are now case-insensitive.