BlueTuxedo.psd1
@{ AliasesToExport = @() Author = 'Jake Hildreth and Jim Sykora' CmdletsToExport = @() CompatiblePSEditions = @('Desktop', 'Core') Copyright = '(c) 2023 - 2024. All rights reserved.' Description = 'A tiny tool to identify and remediate common misconfigurations in Active Directory-Integrated DNS.' FunctionsToExport = 'Invoke-BlueTuxedo' GUID = 'e98445b3-1d76-4a51-831d-ddfc7e0213fa' ModuleVersion = '2024.10' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ ExternalModuleDependencies = @('ActiveDirectory', 'DhcpServer', 'DnsServer', 'DnsClient', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.LocalAccounts', 'Microsoft.PowerShell.Management') ProjectUri = 'https://github.com/TrimarcJake/BlueTuxedo' Tags = @('Windows', 'BlueTuxedo', 'DNS', 'AD', 'ActiveDirectory', 'DomainNameSystem', 'ADIDNS') } } RequiredModules = @('ActiveDirectory', 'DhcpServer', 'DnsServer', 'DnsClient', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.LocalAccounts', 'Microsoft.PowerShell.Management') RootModule = 'BlueTuxedo.psm1' ScriptsToProcess = @() } |