• [Script of Dec 17th] How to batch rename virtual machines in Windows Server 2012 (PowerShell)

    Script Download: BatchRenameVirtualMachines.zip
    http://gallery.technet.microsoft.com/scriptcenter/How-to-batch-rename-f3980e1d

    This PowerShell script illustrates how to batch rename multiple virtual machines by using PowerShell 3.0 in Windows Server 2012.

     

    Batch rename virtual machines is a frequently asked question in many public forums. IT Admin wants to batch rename virtual machines like add prefix name or postfix name or replace specific string with multiple virtual machines name. Normally, we need to change the name one by one, it is really time-consuming.

     

    image image
    image image

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

  • [Script of Dec 18th] Script to add Windows Gadget to user profile (PowerShell)

    Script Download: AddWindowsGadgetToUserProfile.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-add-Windows-c35ab4fd

    This PowerShell script demo illustrates how to add windows gadget to user profile.

     

    image image
    image image

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

  • [Script of Dec 19th] Save attachments from multiple selected items in Outlook (VBScript)

    Script Download: AttachmentSaver.zip
    http://gallery.technet.microsoft.com/scriptcenter/Save-attachments-from-bb855eea 

    This VBScript sample illustrates how to save attachments from multiple selected items in Outlook.

    When multiple items are selected, the Save Attachments option in the File menu will be grayed out, and it's inconvenient to save attachments one by one. This script is useful and can be used to save attachments from multiple selected items all at once.

     

    image image
    image image

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

  • [Script of Dec 20th] Scroll as New Messages are Received in Outlook 2010

    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 image

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

  • [Script of Dec 21th] 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 LATEST 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 image

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