Skip to content

webmd-health-services/Carbon.Security

Repository files navigation

Carbon.Security PowerShell Module

Overview

The "Carbon.Security" module has a function get an ACLs that works across PowerShell editions.

System Requirements

  • Windows PowerShell 5.1 and .NET 4.6.1+
  • PowerShell 7+

Installing

To install globally:

Install-Module -Name 'Carbon.Security'
Import-Module -Name 'Carbon.Security'

To install privately:

Save-Module -Name 'Carbon.Security' -Path '.'
Import-Module -Name '.\Carbon.Security'

Commands

  • Get-CAcl: Gets the access control (i.e. security descriptor) for a file, directory, or registry key.

About

PowerShell module for managing Windows privileges, and file system, registry, and private key permissions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published