Set-Cluster-Alarms.psd1


@{
    RootModule = 'Set-Cluster-Alarms.psm1'
    ModuleVersion = '0.0.1'
    PowerShellVersion = '5.1'
    RequiredModules = @('VMware.VimAutomation.Core')
    CompatiblePSEditions = @('Desktop','Core')
    FunctionsToExport = @(
        'Set-Cluster-Alarms'
    )
    Description = 'Sets alarm actions on a vmware cluster and all of the hosts that make up the cluster.'
    Author = 'Justin Keppers'
    Guid= '814a047a-522e-440c-bfc8-32906d94548a'
}