ProxmoxMonitor.psd1
|
@{ RootModule = 'ProxmoxMonitor.psm1' ModuleVersion = '1.3.1' GUID = '0f96dc6d-d9f1-47e7-a88e-c782756d4217' Author = 'Mirano Verhoef' CompanyName = 'Mirano Verhoef' Copyright = '(c) 2026 Mirano Verhoef. All rights reserved.' Description = 'PowerShell module for collecting Proxmox VE 8/9 health and inventory through the read-only REST API. It is designed for an N-central Automation Manager Policy (AMP) that passes the API token on every run and receives one complete JSON document.' PowerShellVersion = '5.1' CompatiblePSEditions = @('Desktop', 'Core') FunctionsToExport = @('Invoke-ProxmoxMonitor') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Proxmox', 'PVE', 'N-able', 'N-central', 'Monitoring', 'Windows', 'PSEdition_Desktop', 'PSEdition_Core') ProjectUri = 'https://github.com/MiranoVerhoef/N-able-Proxmox' LicenseUri = 'https://github.com/MiranoVerhoef/N-able-Proxmox/blob/main/LICENSE' ReleaseNotes = 'PowerShell module for collecting Proxmox VE 8/9 health and inventory through the read-only REST API. It is designed for an N-central Automation Manager Policy (AMP) that passes the API token on every run and receives one complete JSON document.' } } } |