I am running A/D on windows 2008 R2 along with Exchange 2010 (exchange is on a different server windows 2008 R2). We have 150 users with 40 user working remote that only use OWA and never logon to the domain. I am looking for an Active Directory tool provide a minimum the following that will do the following.
First name ,Last Name, Email address, User Logon Name,Password Never expires (if checked), Profile path, logon Script, home folder, Date password was changed, Last Logon
The other part of this (the first section I need as fast as you can get it) I have several remote users that Only user Outlook Web Access. I need a way to notify them via e-mail that their password will expire in 5 days, then 4 days and so on.
any help is appreciated
http://www.quest.com/powershell/activeroles-server.aspx
get-qaduser * -includeallproperties | select-object firstname, lastname, email, samaccountname, passwordneverexpires, profilepath, logonscript, homedirectory, passwordlastset >> C:\file.txt