• [Script of Jan. 31] Set DNS Server Search Order for Multiple Computers in an Organizational Unit

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

    image image
     image

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

  • [Script of Jan. 30] Synchronizes configurations on RADIUS Proxy Servers (PowerShell)

    Script Download: SyncNPSConfiguration.zip 
    http://gallery.technet.microsoft.com/scriptcenter/Synchronizes-configurations-f69d78f2

    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

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

  • [Script of Jan. 29] 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

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

  • [Script of Jan. 28] 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. Work group 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

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

  • [Script of Jan. 27] Script to create a Windows 8 Hibernation Tile for the Start menu (PowerShell)

    Script Download: CreateHibernationWindowsTile.zip 
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-create-a-ce24bd63

    This PowerShell Script shows how to create a Windows 8 Hibernation tile for the Start menu.

    Properly hibernating Windows 8 without a Start button can be a bit of a chore. Many users may want to hibernate Windows in just one click. This script enables users to click a tile to hibernate Windows on the Start menu.

    image image
     image

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