ps/Modules/Alkami.DevOps.Inventory/Alkami.DevOps.Inventory.psd1
2023-05-30 22:51:22 -07:00

20 lines
1.9 KiB
PowerShell

@{
RootModule = 'Alkami.DevOps.Inventory.psm1'
ModuleVersion = '1.7.1'
GUID = '03fd4b8d-43a9-42a3-bf94-783fb89fae76'
Author = 'SRE,dsage'
CompanyName = 'Alkami Technologies, Inc.'
Copyright = '(c) 2018 Alkami Technologies, Inc.. All rights reserved.'
Description = 'A set of cmdlets used to pull machine details'
RequiredModules = 'Alkami.PowerShell.Common','Alkami.PowerShell.IIS','Alkami.PowerShell.Configuration','Alkami.DevOps.Common','Alkami.PowerShell.AD','Alkami.PowerShell.Services','Alkami.PowerShell.Choco'
FunctionsToExport = 'Get-AlkamiInstallationDriveInventory','Get-ApplicationInventory','Get-AppSettingsInventory','Get-AppSettingsInventoryConfigPaths','Get-CertificateInventory','Get-ChocolateyInventory','Get-ComputerUptime','Get-ConnectionStringInventory','Get-DotNetTempFilesCreationTime','Get-EnvironmentalVariables','Get-FileSystemInventory','Get-IISInventory','Get-IISResetHistory','Get-LocalSecurityPolicyInventory','Get-MachineInventory','Get-MemoryInventory','Get-ModuleInventory','Get-OrbInventory','Get-PlatformElementInventory','Get-PlatformInventory','Get-ProcessorInventory','Get-RestartHistory','Get-ServiceFabricInventory','Get-SystemWebSettingsInventory','Get-TimeConfiguration','Get-WindowsFeatureInventory','Get-WindowsServiceInventory','New-PlatformElementDetailPSObject','New-PlatformElementDetails','Remove-PlatformElementDetailById','Remove-PlatformElementDetails','Save-MachineManifest','Send-DeploymentManifestToS3','Sync-PlatformElementInventory','Update-PlatformElementInventory'
PrivateData = @{
PSData = @{
Tags = @('powershell', 'module', 'inventory', 'sre')
ProjectUri = 'https://extranet.alkamitech.com/display/SRE/Alkami.DevOps.Inventory'
IconUri = 'https://www.alkami.com/files/alkamilogo75x75.png'
}
}
HelpInfoURI = 'https://extranet.alkamitech.com/display/SRE/Alkami.DevOps.Inventory'
}