• [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 3rd] Configuring a Windows PowerShell Profile for Office 365 Exchange Online

    Script Download: SetOffice365PowerShellProfile .zip
    http://gallery.technet.microsoft.com/scriptcenter/Configuring-a-Windows-faecf7cb

    This script can configure a Windows PowerShell profile for Office 365 Exchange Online. It appends the Connect-OSCExchangeOnline and Disconnect-OSCExchangeOnline functions to your Windows PowerShell profile. Afterward, you can use these two functions directly without remembering New-PSSession and its parameters.

    Currently, Office 365 Exchange Online administrators use the New-PSSession function to connect Windows PowerShell to Office 365. Some administrators feel that it is difficult to remember all the parameters clearly. It is better to use a Windows PowerShell profile to store the two functions and help administrators use Office 365 more easily.

     

    image image
    image image

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

  • [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 4th] Retrieve all local user accounts information on remote computers (PowerShell)

    Script Download: GetLocalAccount.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-retrieve-all-b70a1dba 

    This PowerShell Script shows how to retrieve all local user accounts information on remote computers.

    An enterprise uses Active Directory to manage users and groups, but still need to manage local user accounts. This might be because the computer is not a domain member (if it is in a perimeter network). This script allows admins to retrieve all local user accounts information to management on remote computers, it will be really useful.

     

    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