• [Script of Mar. 15] 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

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

  • [Script of Mar. 14] Export Email Messages from OWA in Office 365 Exchange Online

    Script Download: ExportOSCEXOEmailMessage.zip
    http://gallery.technet.microsoft.com/scriptcenter/Export-Email-Messages-from-1419bbe9

    This script can export email messages from Outlook Web App to a specific folder. These email messages will be saved in .eml format. You need to find the email messages by using search folder.

    ​Microsoft Outlook allows you to export email messages very easily. However, this feature is not available in the Outlook Web App (OWA). Therefore, in order to export email messages from OWA, you must find a workaround.

    image image
    image

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

  • [Script of Mar. 13] Send Emails until a Designated Time in Office 365 Exchange Online

    Script Download: SendOSCEXOMailMessage.zip
    http://gallery.technet.microsoft.com/scriptcenter/Send-Emails-until-a-9cee20cf

    This script can send an email message with Office 365 Exchange Online. Also this script allows you to delay sending an email message.

    ​Microsoft Outlook has a feature that enables you to delay sending email messages. However, this feature is not available in the Outlook Web App (OWA). Therefore, in order to delay sending email messages for some business needs, you must find a workaround.

    image image
    image

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

  • [Script of Mar. 12] Set Email Signatures in Office 365 Exchange Online

    Script Download:SetOSCEXOEmailSignature.zip
    http://gallery.technet.microsoft.com/scriptcenter/Set-Email-Signatures-in-792587f5

    This script can set text and HTML email signatures to your outgoing email messages in Office 365 Exchange Online.

    ​Microsoft Outlook enables you to change email signatures very easily. However, this feature is difficult to use in Outlook Web App (OWA). For example, it may be difficult to insert images as signatures. Therefore, in order to set email signatures in OWA, you must find a workaround.

    image image
    image

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

  • [Script of Mar. 11] Import Contacts to a Public Folder in an On-Premises Exchange Server Deployment

    Script Download:ImportOSCEXPFContact.zip
    http://gallery.technet.microsoft.com/scriptcenter/Import-Contacts-to-a-08e6ffd7

    This script imports contacts to a Public Folder in an On-Premises Exchange Server Deployment. This script uses Exchange Web Service Managed API for importing contacts to specific public folder.

    ​In some enterprises, information workers use public folder for sharing their contacts. Public folder can provide a central location to save these contacts. But unlike the Contacts folder in your mailbox, you cannot use Outlook to import contacts to the public folder. You have to use other solutions to achieve this goal.

    image image
    image

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