Update GlobalVariables.ps1

This commit is contained in:
Federico Lillacci
2025-10-17 13:23:42 +02:00
committed by GitHub
parent a8bfabd203
commit 287aaee2df

View File

@@ -1,4 +1,4 @@
#Script Info - do not modify
#Script Info - do not modify the following line
$scriptVersion = "1.0"
#Cluster Environment - Coming soon...
@@ -38,3 +38,4 @@ $smtpAuthRequired = $true
#DO NOT USE A SENSITIVE OR PRIVILEGED ACCOUNT HERE!!!
$smtpServerUser = "smtpserver.user"
$smtpServerPwd = "mySecretPwd"