Here is a report that I have modified from a couple of people that uses admin permissions to traverse a users mailbox and see if they have an activesync folder and writes a report and emails it out. The script also updates a users extensionAttribute1 with a stamp for a Dynamic Distribution list.
I will include a link to the script here
http://www.murmans.com/mostlymail/reportactivesync.txt
Tuesday, September 25, 2007
Subscribe to:
Post Comments (Atom)
4 comments:
Very nice script. For some reason I only get 16 returns and I know I have more than 25 users. Please help.
thanks,
Ralph
Hello again, I'm only getting the smart phone users not the pocket pc ones.
thanks,
Rafael
Change this line
If fname = "SmartPhone" then
to
if fname <>"" then
and that will get you all the devices
Ralph, are you the same post as Rafael?
Post a Comment