I am hoping this will be an easy fix...
I have done many things in my company's logon script using:
Code:
If InGroup("Com_Div_GroupName")
?"Installing software..."
Else
?"User does not appear to be in group."
EndIf
I have recreated this one group twice, and removed/readded the members. I have also logged off/on the machines several times.
However, it still says "User does not appear to be in group." even though I KNOW I have added that user to the group. I tried renaming the function, renaming the group, etc... but it is not working for me.
My computers are on a Windows 2003 domain. I was able to get it to work succesfully on a test machine (user appeared to be in the group), but the users' (like four of them) own machines cannot seem to find them in the group.
I am pulling my hair out. Any suggestions?
Thanks!