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

10 lines
3.5 KiB
PowerShell

@{
RootModule = 'Alkami.PowerShell.Configuration.psm1'
ModuleVersion = '3.26.1'
Description = 'A set of functions for managing server configurations.'
PowerShellVersion = '5.0'
RequiredModules = 'Alkami.PowerShell.Common','Alkami.PowerShell.AD'
FunctionsToExport = 'Add-EagleEyeConfig','Add-NetshExcludedPortRange','Copy-AlkamiLog4net','Find-CertificateBySubjectOrSAN','Get-AllAppSettingKeys','Get-AllCertificatesFromSpecificStore','Get-AppServiceAccountName','Get-AppSetting','Get-ConfigSetting','Get-ConfigurationFiles','Get-EnvironmentDesignation','Get-EnvironmentHosting','Get-EnvironmentName','Get-EnvironmentNameSafeDesignation','Get-EnvironmentServer','Get-EnvironmentType','Get-EnvironmentUserPrefix','Get-HelmApplicationYamls','Get-HelmDeploymentMetadata','Get-LogPathsForOrbApplication','Get-MachineConfigServiceAccount','Get-NetshExcludedPortRanges','Get-NetshHttpIPListens','Get-NewRelicAppNameForConfigurationValue','Get-NewRelicNextLink','Get-NewRelicObjects','Get-OrbSymLinkFolderNames','Get-PackageManifest','Get-RedisConnectionString','Get-RegistryKeyValue','Get-RemoteDotNetConfigPath','Get-ReportServerConfiguration','Get-ServerRoleEnvironmentalVariable','Get-ValidPackageDatabaseConfigFilenames','Get-ValidPackageManifestFilenames','Get-ValidWebTierInstallLocations','New-AlkamiManifest','New-MachineConfigConnectionString','New-MachineConfigMachineKeys','New-OrbSymLinks','New-RegistryKey','New-VIPsHostFileEntries','New-WebTierHostFileEntries','Remove-AppSetting','Remove-EnvironmentVariable','Remove-NetshExcludedPortRange','Rename-NewLogConfig','Rename-TemporaryConfigFiles','Set-AlkamiConfigs','Set-AppSetting','Set-BeaconFeatureSettings','Set-DefaultNetshIPListens','Set-DefaultNetshURLACLS','Set-DefaultTLSVersion','Set-EagleEyePermissions','Set-EnvironmentDesignation','Set-EnvironmentHosting','Set-EnvironmentName','Set-EnvironmentNameSafeDesignation','Set-EnvironmentServer','Set-EnvironmentType','Set-EnvironmentUserPrefix','Set-EnvironmentVariable','Set-HelmDeploymentVersions','Set-NewRelicAppName','Set-NewRelicAppNameConfigFileValue','Set-ORBEnvironmentalVariables','Set-RedisConnectionString','Set-RegistryKeyValue','Set-ServerRoleEnvironmentalVariable','Set-SMSvcHostSids','Set-StaticConfigValues','Test-AlkamiApiComponentManifest10','Test-AlkamiFluentMigrationManifest10','Test-AlkamiHotfixManifest10','Test-AlkamiInstallerManifest10','Test-AlkamiLegacyUtilityManifest10','Test-AlkamiManifest','Test-AlkamiManifestGeneral10','Test-AlkamiProviderManifest10','Test-AlkamiReportManifest10','Test-AlkamiRepositoryManifest10','Test-AlkamiServiceManifest10','Test-AlkamiSREModuleManifest10','Test-AlkamiWebApplicationManifest10','Test-AlkamiWebExtensionManifest10','Test-AlkamiWebsiteManifest10','Test-AlkamiWidgetManifest10','Test-IsAppServer','Test-IsAws','Test-IsBuildEnvironment','Test-IsDeveloperMachine','Test-IsEntrustServer','Test-IsEnvironment','Test-IsMicServer','Test-IsOverflowServer','Test-IsProductionEnvironment','Test-IsQaEnvironment','Test-IsSecureEnvironment','Test-IsServiceFabricServer','Test-IsUnconfiguredEnvironment','Test-IsWebServer','Test-IsWindowsServer','Test-IsWindowsServerCore','Test-ORBEnvironmentalVariables','Test-OrbSymLinksExist','Test-RegistryKey','Update-AWSPowershellModule','Update-SystemPortReservations'
AliasesToExport = 'Create-MachineConfigConnectionString','Create-MachineConfigMachineKeys','Create-VIPsHostFileEntries','Create-WebTierHostFileEntries','IsAppServer','IsAws','IsMicroServer','IsWebServer','Test-IsDevelopmentEnvironment','Test-IsMicroServer'
}