All-Star
35159 Points
9075 Posts
Jun 23, 2014 02:54 PM|smirnov|LINK
whencreated requires a time string format defined by ASN.1 standards
http://msdn.microsoft.com/en-us/library/ms680924(v=vs.85).aspx
Your filter should correspond to the following format
searcher.Filter = "(whencreated>=20140523000000.0Z)"
DirectoryServices vb net
All-Star
35159 Points
9075 Posts
Re: AD User accounts created in the past 24 hours
Jun 23, 2014 02:54 PM|smirnov|LINK
whencreated requires a time string format defined by ASN.1 standards
http://msdn.microsoft.com/en-us/library/ms680924(v=vs.85).aspx
Your filter should correspond to the following format
searcher.Filter = "(whencreated>=20140523000000.0Z)"
DirectoryServices vb net