• [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. 15] Scroll as New Messages are Received in Outlook 2010 (VBA)

    Script Download: mAutoScrollInbox.zip
    http://gallery.technet.microsoft.com/scriptcenter/Scroll-as-New-Messages-are-190668a3

    This VBA sample illustrates how to scroll the scroll bar to the top of a folder when there is (are) new message(s) received in Outlook 2010.

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

    • Outlook 2010 not displaying (scrolling) to latest message.
    • Outlook 2010 scroll as new messages arrive.
    image image
     image

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

  • [Script of Jan. 16] Find Out and Move the Latest Mail Items in a Conversation (VBA)

    Script Download: basMailProcessing.zip
    http://gallery.technet.microsoft.com/scriptcenter/Find-Out-and-Move-the-134f3982

    This VBA demo illustrates how to pick up the latest received mail items among emails which have the same subject, move it to a specific folder.

    This is helpful when you've subscribed lots of notifications which might update frequently, but you only need to check the latest one. Also it is a frequently asked question by users in the TechNet forum. For example,

    • How to flag the lastest E-mail on a thread?
    • Delete all but the most recent version of an email
    • Keep the latest email and remove the rest (remove duplicates)
    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. 20] Export Windows event log and send report to IT administrators

    Script Download: ExportEvent.zip
    http://gallery.technet.microsoft.com/scriptcenter/Export-Windows-event-log-ecdfadfc

    This script can be used for exporting specified Windows event log to CSV file. Then send email to specified IT administrators with this attachment.

    IT Administrators may want to know whether some specific events occurred on their servers. Sometimes also they need to collect some event log for daily reports. 

    image image
     image

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