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
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!
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.
Script of the Day
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
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: SetDNSServerSearchOrder.zip http://gallery.technet.microsoft.com/scriptcenter/Set-DNS-Server-Search-6a3e3ede
This script allows you to retrieve or set DNS server search order for multiple computers that belongs to one organizational unit. It will only modify the DNS server search order for the network adaptors with static DNS server search order.
When you replace an old DNS server by a new one, IT administrators often want to retrieve a list of computers that are using old DNS server. After getting the list of these servers, IT administrators also need to replace the old DNS server search order with the new one.
Script Download: ChangeDesktopIconSize.zip http://gallery.technet.microsoft.com/scriptcenter/Change-window-borderdesktop-609a6fb2
IT administrators can use this script to adjust desktop appearance for a group of computers to keep a consistent user experience.
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.
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.