Hello everyone! I'm having a very strange issue, and I'm hoping that somebody could help me troubleshoot. I recently transferred to a new site within my organization, and was told that none of the users at this site are receiving the settings they should receive from their logon script. After a run through debug, I realized that the if statements we're using to test if the users are in a group are always returning false. I wrote a quick script to use EnumGroup() to list my entire group membership, and realized it was showing all the groups I'm a member of except for the ones in this particular site's OU. Is there a reason Kixtart just wouldn't see an OU? Where should I start looking for the root cause?