Hi,
I have a script that sets a new warning limit in AD - Exchange General - Storage Limits, Selected lines below:
SetUser.Put "mDBStorageQuota", 471040
SetUser.SetInfo
However, I can't get it to work if I want to use a variable rather than an actual integer. Selected code below:
If theType...