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: SystemRestoreShortCut(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-4fb604a6
After users install some software or change system settings, they want to get back to the system before. In that situation, users need to create a "system restore point". And it will be more convenient if there is a shortcut on desktop.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: SystemRestoreShortCut(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-f8f3e27d
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: 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.
Script Download: BackupSPFarmExcludingWebApps.ziphttp://gallery.technet.microsoft.com/Backup-a-Farm-excluding-a-c971864d
This script performs a Full Backup for all components (as mentioned below) of SharePoint Farm except Web Applications.Components which would be backed up:
In a real world, customers would like to have an ability to backup entire SharePoint farm except web applications as web applications could be backed up separately or using other backup utilities like DPM etc.