• [Script of Apr. 23] Move Multiple Email Messages to a Specific Folder in Office 365 Exchange Online

    Script Download:NewOSCEXOAppointment.zip
    http://gallery.technet.microsoft.com/scriptcenter/Move-Multiple-Email-e2bd1e7d/

    This script demonstrates how to move multiple email messages to a specific folder in Office 365 Exchange Online. You can use this script to search email messages that meet specified search criteria and then move these email messages to a specific folder.

    Currently, you have limitations when moving multiple email messages by using Outlook Web App (OWA). Although, you may already set up inbox rules to manage your email messages, but you still find you need a script to move multiple email messages in a regular manner.

    image image
    image

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

  • [Script of Apr. 24] Get Distribution Group Members in Office 365 Exchange Online

    Script Download:GetOSCEXODistributionGroupMember.zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-Distribution-Group-4f0ad588

    This script demonstrates how to use Exchange Web Service Managed API to get group members in distribution groups. Additionally, this script enables you to easily get group members if you have nested distribution groups.

    Get distribution group members in Office 365 Exchange Online is a common maintenance job for Office 365 administrators. They need this information for varieties of reasons. For example, they want to compare two different email formats of distribution group members before applying new email formats.

    image image
    image

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

  • [Script of Apr. 25] Sort Task List Items by Categories in Office 365 Exchange Online

    Script Download:RenameOSCEXOTask.zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-Mailbox-Folder-0f03aa6e

    This script demonstrates how to sort task list items by categories in Office 365 Exchange Online. Technically, this script add category name as a prefix in the Subject property of a task item. Then you need to use Arrange by Subject in Outlook Web App (OWA).

    Currently, you can easily group the task items by categories in Outlook. But you cannot do the same thing in Outlook Web App (OWA). So you need a workaround to mitigate this problem if you only use Outlook Web App (OWA).

    image image
    image

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

  • [Script of Apr. 26] Get Mailbox Folder Statistics for Large Mailbox in Office 365 Exchange Online

    Script Download:GetOSCEXOEmailStatistics.zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-Mailbox-Folder-d18d77ce/

    This script demonstrates how to use Exchange Web Service Managed API to get mailbox folder statistics for large mailbox in Office 365 Exchange Online.

    Some of you find your Outlook is frozen when receiving emails. One workaround is moving the large emails to a new folder to allow Outlook finish the synchronization. But before moving these large emails, we need to identify these large email messages and find a proper destination folder for these emails.

    Although, Office 365 administrators can use Get-MailboxFolderStatistics to help helpdesks to check the folder size. It's better to provide a script to reduce the support calls to these administrators in one company.

    image image
    image

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

  • [Script of Apr. 1] Script to add an item to Startup in Windows 8 (VBScript)

    Script Download:AddItemToStartup(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-add-an-item-to-2b99b14f

    This VBScript sample shows how to add an item to the Startup in Windows 8.

    Sometimes, users want programs to start when your system starts. Usually, you can add items to the startup folder. In Windows 8, adding items to Startup requires additional work. This script can resolve this problem.

    image image
    image

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