@{ RootModule = 'Alkami.DevOps.SystemEngineering.psm1' ModuleVersion = '1.4.0' GUID = '5151a169-c763-489e-8213-b437b7a294b1' Author = 'Alkami' CompanyName = 'Alkami Technology, Inc.' Copyright = '(c) 2020 Alkami Technology, Inc.. All rights reserved.' Description = 'A set of common functions typically used by SystemEngineering' RequiredModules = 'Alkami.PowerShell.Common','Alkami.DevOps.Common','Alkami.PowerShell.AD' FunctionsToExport = 'Disable-ActiveDirectoryAccount','Disable-AlkamiDomainAccounts','Export-ACMCertificatesByName','Get-ACMCertificateBindingList','Get-ACMCertificateDetailsListByName','Get-ActiveDirectoryAccount','Get-BitLockerRecoveryKeys','Get-DnsByIP','Get-DomainNameDistinguishedName','Get-SecurityGroupsForUser','Get-TerminatedComputersReport','Get-WorkspaceBundleList','Move-AccountToDisabledOU','New-GMSAStack','New-SecurePassword','New-ServerlessServiceAccountPair','New-SftpPasswordHash','New-SftpUser','Test-IsUserDomainAdmin','Update-AWSProfile','Update-SftpPassword','Write-AlkamiSecretResourcePolicy' AliasesToExport = '' PrivateData = @{ PSData = @{ Tags = @('powershell', 'module', 'syseng') ProjectUri = 'Https://extranet.alkamitech.com/display/SRE/Alkami.DevOps.SystemEngineering+Module' IconUri = 'https://www.alkami.com/files/alkamilogo75x75.png' } } HelpInfoURI = 'https://extranet.alkamitech.com/display/SRE/Alkami.DevOps.SystemEngineering+Module' }