L
Latinmiguel
Hello,
I am using an vbscript to read users data and create a signature. One
user is having a problem...
This is the part of the code where the error occurs:
Set objSysInfo = CreateObject("ADSystemInfo")
objSysInfo.RefreshSchemaCache
qQuery = "LDAP://" & objSysInfo.Username
Set objuser = GetObject(qQuery)
I receive an error for the líne "objSysInfo.RefreshSchemaCache" -
Active Directory (0x80070005) "General access denied error "
What rights are necessary? Can anybody help?
Thanks in advance,
Marco
I am using an vbscript to read users data and create a signature. One
user is having a problem...
This is the part of the code where the error occurs:
Set objSysInfo = CreateObject("ADSystemInfo")
objSysInfo.RefreshSchemaCache
qQuery = "LDAP://" & objSysInfo.Username
Set objuser = GetObject(qQuery)
I receive an error for the líne "objSysInfo.RefreshSchemaCache" -
Active Directory (0x80070005) "General access denied error "
What rights are necessary? Can anybody help?
Thanks in advance,
Marco