EUCMonitoring.psm1

function EUCMonitoring {
<#
.SYNOPSIS
    Monitors the Server Workers
.DESCRIPTION
    Monitors the Server Workers
.PARAMETER
    None
.INPUTS
    None
.OUTPUTS
    None
.NOTES
    Current Version: 1.0
    Creation Date: 07/02/2018
.CHANGE CONTROL
    Name Version Date Change Detail
    David Brett 1.0 07/02/2018 Script Creation
    David Brett 1.1 20/02/2018 Added Error Checking and Single Ring output
    James Kindon 1.2 15/03/2018 Added Provisioning Server Module
        
.EXAMPLE
    None Required
#>


}