<?xml version="1.0" ?>
<list>
	<Item Key="Never Logged on to the domain">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(|(lastlogon=0)(!(lastlogon=*)))
  ]]>
	</Item>
	<Item Key="Password Never Expires">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=65536))
  ]]>
	</Item>
	<Item Key="Locked User Accounts">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(lockoutTime>=1))
  ]]>
	</Item>
	<Item Key="Enabled User Accounts">
		<![CDATA[
   (&(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2))
   ]]>
	</Item>
	<Item Key="Disabled User Accounts">
		<![CDATA[
     (&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=2))
   ]]>
	</Item>
	<Item Key="Users with exchange mailbox">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(msExchHomeServerName=*))
   ]]>
	</Item>
	<Item Key="Must change password at next logon" >
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(pwdLastSet=0))
   ]]>
	</Item>
	<Item Key="Account Never Expires">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(|(accountExpires=9223372036854775807)(accountExpires=0)))
   ]]>
	</Item>
	<Item Key="Account has Expiry Date">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(!accountExpires=9223372036854775807)(!accountExpires=0))
  ]]>
	</Item>
	<Item Key="Account is expired">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(!accountExpires=0)(accountExpires<=##FT:Now##))
  ]]>
	</Item>
	<Item Key="Account expires in 7 days">
		<![CDATA[
  (&(objectCategory=person)(objectClass=user)(!accountExpires=0)(accountExpires>=##FT:Now+d1##)(accountExpires<=##FT:Now+d8##))
  ]]>
	</Item>
	<Item Key="Users with old passwords">
		<![CDATA[
   (&(objectCategory=person)(objectClass=user)(pwdLastSet<=##FT:Now-m3##)(!pwdLastSet=0))
	  ]]>
	</Item>
		<Item Key="Recently created user accounts">
		<![CDATA[
   (&(objectCategory=person)(objectClass=user)(whenCreated>=##GT:Now-d2##))
	  ]]>
	</Item>
	<Item Key="Recently modified user accounts">
		<![CDATA[
   (&(objectCategory=person)(objectClass=user)(whenChanged>=##GT:Now-d2##))
	  ]]>
	</Item>
	
</list>