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: 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.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: AddWindowsGadgetToUserProfile.zip http://gallery.technet.microsoft.com/scriptcenter/Script-to-add-Windows-c35ab4fd
This PowerShell script demo illustrates how to add windows gadget to user profile.
Script Download: UpdateFBAUserDisplayname.zip http://gallery.technet.microsoft.com/scriptcenter/Update-Users-Display-Name-f32f5a52
This script updates users display name after enabling Forms-based authentication (FBA) in Microsoft SharePoint Server 2010.
After enabling form-based authentication, you may want to change users display name to friendly ones. Nowadays, you may notice that some display names are showed in this form, i:0#.f|membership|username. Suppose you need to manage a large number of site collections with FBA enabled, change display names will be a time-consuming task for you.
Script Download: SetOSCSPUserPicture.zip http://gallery.technet.microsoft.com/scriptcenter/Set-User-Profile-Picture-1cdbe171
This script changes user profile picture in Microsoft SharePoint Server 2010. It finds user profile pictures from specified picture library. After finding the pictures, it uses User Profile Manager to change PictureUrl property for each user who has user profile.
Under some circumstances, administrators may manage user pictures manually without enabling User Profile Synchronization Service. It indicates that the pictures will not be imported from external systems. They need to find a way to help HR specialist to import user profile picture for each user.
Script Download: ListUnusedContentDatabases.zip http://gallery.technet.microsoft.com/scriptcenter/List-Unused-Content-c078e894/
This script can be used to list your unused SharePoint content databases. It can also be used to list used content databases or all content databases.
By default, we can use Get-SPContentDatabase to retrieve SharePoint content databases. But this can only list the database that’s status is Ready. The content database cannot be listed if its status is Offline.