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: HideFullPathForMappedDrive.zip http://gallery.technet.microsoft.com/Hide-the-specified-full-4049ad73
By default, the full path is displayed in default name of mapped drive. Some users may want to hide the full path of mapped drive for security.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: AttachmentSaver.zip http://gallery.technet.microsoft.com/scriptcenter/Save-attachments-from-bb855eea
When multiple items are selected, the Save Attachments option in the File menu will be grayed out, and it's inconvenient to save attachments one by one. This script is useful and can be used to save attachments from multiple selected items all at once.
Script Download: ReomveSIDFromACL.zip http://gallery.technet.microsoft.com/Remove-orphaned-SIDs-from-2231b1f0
Sometimes, the objects are removed, but the orphaned SIDs are remained​ under security tab. The orphaned SIDs are annoying.
Script Download: ReinitializeOfflineFilesCacheAndDatabase.ziphttp://gallery.technet.microsoft.com/scriptcenter/Reset-Offline-Files-Cache-83249475
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: UpdateFBAUserDisplayname.zip http://gallery.technet.microsoft.com/Update-Users-Display-Name-f32f5a52
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.