Question Fetching Active Directory Object metadata

elfranger

New member
Joined
Nov 13, 2008
Messages
4
Programming Experience
Beginner
I am working on an application that lists the disabled accounts in AD with mailboxes homed on a specific exchange server.

New criterion was just added that the account had to have been disabled for at least 60 days before we can move the account to archiving...

So, using repadmin /showobjmeta | find /i "useraccountcontrol" gives me the last modified data of the useraccountcontrol attribute...

But how can I accomplish the same in vb.net? How can I get the required metadata from the useraccountcontrol attribute in vb.net?
 
Back
Top