diff --git a/GlobalVariables.ps1 b/GlobalVariables.ps1 index b0df624..11a7fab 100644 --- a/GlobalVariables.ps1 +++ b/GlobalVariables.ps1 @@ -1,5 +1,5 @@ #Script Info - please do not modify the following line -$scriptVersion = "2.0.1" +$scriptVersion = "2.0.2" #Cluster Environment $clusterDeployment = $false #Set to $true for a clustered environment @@ -52,3 +52,4 @@ $encryptedSMTPCredsFileName = "EncryptedCreds.xml" #name of the encrypted creds $smtpServerUser = "smtpserver.user" $smtpServerPwd = "mySecretPwd" +