Hi, i have a vbscript and i want to catch certain description. I am not sure about the syntax in vbscript, in powershell you could use wild cards, is there something similar in vbscript that i could use? Trying to do something like this. Also what do <> mean?
ifErr.Description="*AccessDenied*"then
WScript.EchostrServer&"AccessDenied"
Err.Clear
end if
thanks


