• [Script of Jan. 14] Display a notification when the PST file reaches the size limit (VBA)

    Script Download: PSTChecker.zip
    http://gallery.technet.microsoft.com/scriptcenter/Display-a-notification-13dbfa92

    This VBA sample illustrates how to prompt a warning message when Outlook is starting if the PST file size reaches the limit. It can be run on Outlook 2007 and 2010.

    ITPros find a lot of issues caused by the large PST file. This VBA can help ITPros to reduce their workload and prevent potential Outlook issues.

    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

  • [Script of Jan. 17] Pop-up an alert when any items are stuck in Outbox over the specified time (VBA)

    Script Download: basOutboxMonitor.zip
    http://gallery.technet.microsoft.com/scriptcenter/Pop-up-an-alert-when-any-02b302b9

    This VBA demo illustrates how to display a prompt window to warning user that there are any items stuck in Outbox for a long time.

    This is a frequently asked question by users in the TechNet forum. For example,

    • Outlook 2010 stuck.
    • Email Stuck in Outlook 2010 Outbox.
    image image
     image

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

  • [Script of Jan. 22] Script to fix issues described in KB921914

    Script Download: FixIssuesInKB921914.zip 
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-fix-issues-e81ecdf7 

    This Windows PowerShell script will remove the file and key of registry.

    For the version of Microsoft Windows Genuine Advantage (WGA) Notifications that is distributed during the pilot program, this version is included in the pre-release version that accompanies the Microsoft Software License Terms. To safely and easily uninstall the pilot version, you must install the general release version of WGA Notifications. If you do not install this version, you can use the script in this article to disable or uninstall the pilot version.

    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