S
Sunil B.G.
Hi
I'm trying to access the user property lastlogoff
the adsurl is
WinNT://domainname/username,user and
WinNT://domaincontrollermachine/username,user
the src is
Dim usr As IADsUser
Set usr = GetObject(adsurl)
while accessing lastlogin, there are no issues, but while accessing
lastlogoff I get
The Active Directory property cannot be found in the cache
Any solutions for this.
thx. in advance
-unil
I'm trying to access the user property lastlogoff
the adsurl is
WinNT://domainname/username,user and
WinNT://domaincontrollermachine/username,user
the src is
Dim usr As IADsUser
Set usr = GetObject(adsurl)
while accessing lastlogin, there are no issues, but while accessing
lastlogoff I get
The Active Directory property cannot be found in the cache
Any solutions for this.
thx. in advance
-unil