Skip to content

Releases: webmd-health-services/Carbon.Security

1.0.4+38

10 Dec 22:51
6cebc17
Compare
Choose a tag to compare
Merge pull request #10 from webmd-health-services/feature/reduce-nest…

1.0.3

03 Dec 19:13
140773f
Compare
Choose a tag to compare
  • Change to the layout of internal nested dependencies.
  • Get-Privilege documentation improvements.

1.0.2+25

19 Nov 20:02
4530e90
Compare
Choose a tag to compare
Merge pull request #8 from webmd-health-services/feature/reduce-nesti…

1.0.1+19

19 Nov 01:06
760c462
Compare
Choose a tag to compare
Merge pull request #7 from webmd-health-services/feature/reduce-nesting

Reducing depth of nested modules.

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.