I have code that hasn't been touched in over a year, but the DCs were upgraded from 2008 to 2008 R2. The AD folks claim it’s not the DC upgrade but the issue started promptly after that went in.
Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'
It's failing on the Set Group line.
Set Group = GetObject("WinNT://" & Logon_name & ",User")
For each Member in Group.Groups
If Member.Class = "Group" then
If Member.Name = "TEST_AD_GROUP" Or Member.Name = "TEST_AD_GROUP2" then
x = "true"
Exit For
End If
End If
Next
Thanks.