home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / DataLink / acctexp.qry.txt < prev    next >
Encoding:
Text File  |  1998-12-02  |  345 b   |  11 lines

  1. SELECT givenName, 
  2.             sn, 
  3.             telephoneNumber, 
  4.             userPrincipalName, 
  5.             physicalDeliveryOfficeName 
  6. FROM  'GC://DC=activeds,DC=nttest,DC=microsoft,DC=com' 
  7. WHERE
  8.         objectCategory='organizationalPerson' 
  9. AND objectClass='user' 
  10. AND department = '1024' 
  11. AND accountExpires < 125596224000000000