• [Script of Aug. 1] Retrieve Inbox Rules in Office 365 Exchange Online

    Script Download: GetOSCEXOInboxRule.zip
    http://gallery.technet.microsoft.com/scriptcenter/Retrieve-Inbox-Rules-in-c46a35d8/

    This script demonstrates how to get inbox rules in Office 365 Exchange Online. You can get inbox rules for multiple rules with this script.

    Currently, you can easily create inbox rules in Outlook Web App (OWA). But after creating multiple inbox rules, you find it is difficult for troubleshooting if something goes wrong. So you want to find a script to document the details of a rule.

    image image
    image

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

  • [Script of Aug. 2] Get User Availability Information in Office 365 Exchange Online

    Script Download: GetOSCEXOUserAvailability.zip
    http://gallery.technet.microsoft.com/scriptcenter/Set-User-Retention-Policy-b9883452/

    This script demonstrates how to get user availability information in Office 365 Exchange Online. You can get availability information for both multiple users and room mailboxes with this script.

    Currently, Outlook Web App (OWA) allows you to check the availability information by using Schedule Assistant. But you still want to have a list of events to track the availability of meeting rooms.

    image image
    image

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

  • [Script of Aug. 5] Import Master Category List for Multiple Users in Office 365 Exchange Online

    Script Download: ImportOSCEXOMasterCategoryList.zip
    http://gallery.technet.microsoft.com/scriptcenter/Import-Category-List-for-2ef1bc05/

    This script demonstrates how to import master category list for multiple users in Office 365 Exchange Online. This script requires you to add proper permission to the default Calendar folder before exporting or importing master category list by default. However, this script also allows you to use Impersonation. Impersonation enables an account on an Exchange server to perform actions by using the permissions that are associated with another account.

    Currently, Outlook Web App (OWA) does not allow you to export or import master category list (color categories). But some of you rely on this feature for handling your email messages efficiently. For example, you want to import a master category template list for new hires. So you want a script to mitigate this issue. 

    image image
    image

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

  • [Script of Aug. 6] Import Multiple Contacts from vCard Files in Office 365 Exchange Online

    Script Download: ImportOSCEXOVCardFile.zip
    http://gallery.technet.microsoft.com/scriptcenter/Import-Multiple-Contacts-4cbb4fee/

    This script demonstrates how to import multiple contacts from vCard files in Office 365 Exchange Online. You can choose to import a single vCard file or multiple vCard files with this script.

    Currently Outlook Web App supports to import a .CSV file only. You need to find a solution to convert vCard files to a csv file when migrating from another email service providers or solutions. So you want to use a script to mitigate this problem.

    image image
    image

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

  • [Script of Aug. 7] Script to convert Word document to PDF file (VBScript)

    Script Download: ConvertWordToPDF(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-convert-Word-08c5154b/

    This script sample shows how to convert Word document to PDF file.

    Converting Word document to PDF file is a frequently asked question in many public forums.

    image image
    image

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