<# .SYNOPSIS Use EFT's COM interface to configure ARM settings for auditing and reporting. .DESCRIPTION Use EFT's COM interface to check status of ARM and reconnect if needed .PARAMETER serverName .PARAMETER eftAdminPort .PARAMETER authMethod .PARAMETER eftAdminName .PARAMETER eftAdminPassword #> param( [Parameter(Mandatory=$False)][string]$serverName = "localhost", [Parameter(Mandatory=$False)][int]$eftAdminPort = 1100, [Parameter(Mandatory=$False)][int]$authMethod = 1, [Parameter(Mandatory=$False)][string]$eftAdminName = "", [Parameter(Mandatory=$False)][string]$eftAdminPassword = "" ) #------------------------------------------------------------ # Setup logging to a file #------------------------------------------------------------ #Output