• [Script of Nov 2nd] Generate report of user mailbox’s size for Exchange 2010

    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...
  • [Script of Nov 30th] Remove orphaned SIDs from File/Folder ACL (PowerShell)

    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...
  • [Script of Nov 19th] Reset Offline Files Cache and Database in Windows

    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...
  • [Script of Nov 23rd] How to verify if an OU exists (VBScript)

    Script Download: VBSFindOU.zip http://gallery.technet.microsoft.com/scriptcenter/How-to-verify-if-an-OU-b0317c33 This VBScript illustrates how to check or verify if an Active Directory (AD) Organizational Unit (OU) exists If we bind to a particular OU that does not exist using VBScript, the script...
  • [Script of Nov 20th] Synchronizes configurations on RADIUS proxy servers (VBScript)

    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...