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
Microsoft All-In-One Script Framework is featured by script samples that address frequently asked IT requests in TechNet forums and Microsoft Support. In order to give IT Pros an easier, quicker and more enjoyable learning experience of our script samples, the team is partnering with Microsoft DPE Julie-Anne Arsenault, Chris Caldwell and Jana Butler, and a video creation team lead by Felix Wu and Jianhua Dong, to create 5 to 10 mins’ short HD demonstration videos for selected Windows 8 and Windows Server 2012 script samples. Thanks to the DPEs’ support, the videos are published on the well-known Microsoft Channel 9 community with a new homepage aggregating all our videos.
http://channel9.msdn.com/Blogs/OneScript
After watching the video, you can easily download and learn more details of the script sample by clicking its “Sample Download” link on the page. Here is one of the videos.
This is a continuous effort. Microsoft All-In-One Script Framework and the partner teams are committed to this. You can subscribe to the videos by clicking the “Subscribe to this blog” button in http://channel9.msdn.com/Blogs/OneScript. We hope to hear your feedback and suggestions and continuously improve the videos to better serve our customers.
Nov 22 is Thanksgiving in U.S. This is a holiday where we are thankful for the people and circumstances in our lives. It is a good time to say thank you. We are deeply grateful for your supports and helps. You, our readers, the project authors, the people behind the scenes, the sponsors, and our family and friends, help the project grow. Nothing is more honorable than a grateful heart. THANK YOU!
Script of the Day
Script Download: CompareMailboxSize.zip http://gallery.technet.microsoft.com/scriptcenter/Generate-report-of-user-e4e9afca
This script could be used to export mailboxes’ information to a CSV file, including SamAccountName, DisplayName, TotalItemSize. Based on these CSV files, script will also generate a report about the variation tendency of user mailbox.
IT Administrators may care about the size of user’s mailbox. It’s good for admins to log this size information every day, and create report when admins want to check the variation tendency of use rmailbox.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: ReomveSIDFromACL.zip http://gallery.technet.microsoft.com/scriptcenter/Remove-orphaned-SIDs-from-2231b1f0
This script is used to remove orphaned SIDs from File/Folder ACL.
Sometimes, the objects are removed, but the orphaned SIDs are remained under security tab. The orphaned SIDs are annoying.
Script Download: VBSFindOU.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-verify-if-an-OU-b0317c33
If we bind to a particular OU that does not exist using VBScript, the script terminates with object not found exception. Using this sample script we can verify the existence of required OU before we perform some operation on respective OU
Script Download: ReinitializeOfflineFilesCacheAndDatabase.zip http://gallery.technet.microsoft.com/scriptcenter/Reset-Offline-Files-Cache-83249475
This script resets offline files cache and database. You can use this script to reset offline files cache and database on a local computer or against remote computers. Workgroup computers are also supported.
On a Windows Vista-based or Windows 7-based client computer, you can still access offline files even though the file server is removed from the network. On a Windows XP-based client computer, sometimes the offline files cache and database may be corrupted. If multiple computers have this problem, Help desk need a script to reset offline files cache and database on multiple machines.
Script Download: SyncNPSConfiguration.zip http://gallery.technet.microsoft.com/scriptcenter/Synchronizes-configurations-983962bf
This script synchronizes the NPS configuration of different NPS proxy servers that are located in the same domain.
In some scenarios, you may deploy multiple RADIUS servers instead of one central RADIUS server and other servers that act as proxy servers. However, it is difficult to ensure the consistency of the configurations of multiple RADIUS proxy servers. IT Administrators have to use the "netsh nps export" command to export a configuration file, and then use the "netsh nps import" command to import it to other NPS servers manually. There is no automatic way to synchronize the servers.