(imported topic written by thesurg3on91)
I’ve a few computers that are in English language and some in Spanish. When I query the local objects I get an error as the object does not exists in the language I was assuming it would be in. I need to write a more complex statement to find if the object exists in English, report the results, if not, report back the results in the secondary language.
example:
members of local group “Administrators”
I need to fancy it up a bit:
if exists local group “Administrators” then members of it else if exists local group “Administradores” then members of it
Needless to say I get quite a few syntax errors, wondering if you can help?