Update GlobalVariables.ps1

This commit is contained in:
Federico Lillacci
2025-11-19 15:58:37 +01:00
committed by GitHub
parent 9af3870141
commit 6c9026f65a

View File

@@ -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"