PowerShellUniversal.API.System.psd1

@{
    ModuleVersion = '1.0.0'
    GUID          = '2c5b6a4f-8aee-4109-b67b-e2a26d994225'
    Author        = 'Ironman Software'
    CompanyName   = 'Ironman Software'
    Copyright     = '(c) Ironman Software. All rights reserved.'
    Description   = 'Provides API endpoints for system information.'
    PrivateData   = @{
        PSData = @{
            Tags       = @('api', 'system', "PowerShellUniversal")
            LicenseUri = 'https://github.com/ironmansoftware/scripts/tree/main/LICENSE'
            ProjectUri = 'https://github.com/ironmansoftware/scripts/tree/main/APIs/PowerShellUniversal.API.System'
            IconUri    = 'https://raw.githubusercontent.com/ironmansoftware/scripts/main/images/script.png'
        }
    }
}