Schedule Task Monitor Script

Hi Readers, We have created a new script which was required by our backup team. They had below requirements: Montor Task Scheduler for failed tasks Send email if the task is failed. Send the error as attachement Send the server name in message subject Only monitor tasks that have name snapshot or backup Updated 02/28/2014…

Export AD group members – nested / recursive group members – input via textfile

Hi Readers, This script is the extension of below script http://gallery.technet.microsoft.com/Export-AD-group-members-6e6c8a9f The only difference is: It takes input of group names from text file & you can run this for multiple groups. You just have to put CN of a group (otherwise it will not work) in the text file. “groupname.txt”   Extract the script &…

Recoverable items/deletions – Exchange 2010

Hi Readers, We have faced another issue during our migration to Exchange 2010, We had a situation where we had to move back some users to Exchange 2007. Some of these users got quota full issue, they had deleted n number of items but still quota full message was hanging on. Ultimately we used mfcmapi…