Skip to content

Releases: webmd-health-services/Carbon.Security

1.0.0

10 Jun 19:50
ef323b7
Compare
Choose a tag to compare

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.