rhubarb-geek-nz.LocalSecurityAuthority.psd1

@{
    RootModule = 'LocalSecurityAuthority.dll'
    ModuleVersion = '1.0.0'
    GUID = '8691309f-2c6e-4be1-9bb8-79bbd73afd71'
    Author = 'Roger Brown'
    CompanyName = 'rhubarb-geek-nz'
    Copyright = '2023'
    Description = 'Local Security Authority Tools'
    FunctionsToExport = @()
    CmdletsToExport = @('Open-LsaPolicy', 'Close-LsaPolicy', 'Get-LsaAccountRights', 'Add-LsaAccountRights', 'Remove-LsaAccountRights')
    VariablesToExport = '*'
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/rhubarb-geek-nz/LocalSecurityAuthority'
        }
    }
}