We offer two things:
1. Hundreds of automation script samples based on IT Pros' frequently asked IT tasks
2. Script Browser & Script Analyzer tools to ease and improve the script writing
Script of the Day
Script Download: GetDisconnectMailbox(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Get-disconnect-mailbox-in-6ffc50a0
As usual, the Exchange cmdlet could not easily get the disconnected mailbox, we need to Check the "DisconnectDate" from Get-MailboxStatistics. And Get-MailboxStatistics need to run one mailbox by one mailbox. This script can list of all disconnected mailboxes on your mailbox server.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: CreatePersonalSite.ziphttp://gallery.technet.microsoft.com/scriptcenter/Pre-Provision-SharePoint-ec781ee9
Each user's personal MySite will be automatically created when the user himself click the button "My Site"/"My Profile" first time, this will make user wait several seconds/minutes until the his MySite site creation is finished, it can save some time (or better experience) for users with using PowerShell to provision the users' MySites previously.
Script Download: FixIssuesDescribedinKB947215(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-issues-ab65f43e
Script Download: RemoveNotes.ziphttp://gallery.technet.microsoft.com/scriptcenter/Remove-Notes-Pages-in-28b70642
Script Download: OSCforwardingAddress(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Get-or-Remove-forwarding-9943efc6
Test if a specific user, computer, group, OU already exists in your domain.