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
The yearly Microsoft MVP Global Summit will lift its curtain on Nov 17th in Bellevue, WA. This year, we have prepared three new apps and many new samples in response to MVPs’ feedbacks last year. If you are attending this year’s Microsoft MVP Global Summit, you will have the privilege to kiss or bite their development team
Interested? Please open your Schedule Builder for the MVP Summit 2013, and register for the event called “OneCode & OneScript” on Nov 17th. We look forward to seeing you and learning your feedback.
Script of the Day
Script Download: ForceAutomaticRestarts(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-force-automatic-195fbe07
Whenever after updates, the server does not reboot immediately. However if we remote into the server we will receive a notice that you have to restart the computer in three days. If the restart does not occur in three days, the computer displays a 15-minute countdown and then automatically restarts. By default, this automatic restart is delayed if the computer is locked, and the countdown will begin the next time that you sign in to the computer.
This script can help to force automatic restarts to finish installing important updates.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ListLibrary_ExportImport.ziphttp://gallery.technet.microsoft.com/scriptcenter/Copy-Files-with-version-f2af7001
In a real world, a lot of people ask copying just one List / Library from one web to another web while retaining versions, security info and metadata; this script would help to facilitate that.
Script Download: ForceAutomaticRestarts(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/How-to-force-automatic-c5cb6a06/
Script Download: Wait.ziphttp://gallery.technet.microsoft.com/scriptcenter/Check-instantaneous-and-3a2ed244
You can use this script for troubleshooting when you want to check wait in SQL Server.
Script Download: 21766.ziphttp://gallery.technet.microsoft.com/scriptcenter/Checking-For-Protected-ddfaddbf
Exchange Server setup grants permissions to various groups at various places in the domain and configuration contexts of Active Directory. Since Exchange relies on these permissions in order for everything to work properly, from time to time we see cases where something is not working, and we eventually track it down to the fact that an object has been set to NOT inherit permissions from its parent. This is called a protected ACL, because it is protected from inheriting permissions from the parent.