[string] $a=get-date -uformat %m%y [string] $revoke = $a - 200 dsquery * forestroot -filter "&(objectClass=User)(description=*$revoke*)" -limit 0 -attr sAMAccountName -l
http://theposherlife.blogspot.com http://www.jandctravels.com
That did the trick. Thanks for the .addMonths function as well.