ps/Modules/Alkami.PowerShell.AD/Alkami.PowerShell.AD.psd1
2023-05-30 22:51:22 -07:00

13 lines
621 B
PowerShell

@{
RootModule = 'Alkami.PowerShell.AD.psm1'
ModuleVersion = '3.20.4'
GUID = '56a6af93-a660-4a63-9561-fd3be354ae10'
Author = 'cbrand'
CompanyName = 'Alkami Technologies, Inc.'
Copyright = '(c) 2018 Alkami Technologies, Inc. All rights reserved.'
Description = 'A set of functions for managing Windows Active Directory'
PowerShellVersion = '5.0'
RequiredModules = 'Alkami.PowerShell.Common'
FunctionsToExport = 'Add-UsersToLocalSecurityGroup','Get-ComputerOU','Get-WindowsServiceUser','Install-ActiveDirectoryModule','Test-AppTierGMSAAccounts','Test-OrInstallADServiceAccount'
}