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

     

    image image
    image image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [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 are annoying.

     

    image image
    image image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [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 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

     

    image image
    image image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

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

     

    image image
    image image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

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

     

    image image
    image image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery