(imported topic written by wnolan91)
I would like to modify the below to exclude specific Members. The Not Contains does not seem to work. Any help would be great. For example I only want Accounts that start with “Domain” or I don’t want anything that starts with {Computer Name}\
If ((it contains “Win” AND it != “Win98” AND it != “WinME”) of name of operating system AND version of regapp “BESClient.exe” >= “6” AND exists local group “Administrators”) then (members of local group “Administrators” as string) else “Unsupported Configuration”
Thanks
Bill