• [Script of Aug. 9] Script to list the cluster servers (VBScript)

    Script Download: ExportServersInCluster(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-list-the-cluster-50bfb718/

    This script will demo how to list the servers in a cluster.

    Sometimes, IT pro needs to list all servers in a cluster. This script is to accomplish it.

    image image
    image

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

  • [Script of Aug. 8] Automatic Email Notification to Administrator about Inactive Accounts in AD

    Script Download: Automatic Email(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Automatic-Email-Notificatio-e45800ca/

    The goal of this script is to automatic email notification to Administrator about Inactive accounts in Active Directory.

    For management administrators always intend to identify the inactive user/computer accounts that have not logged on the domain for a certain period of time, then they could determine to disable, delete or remove these accounts. Rather than administrator manually finding out inactive accounts when he needed, automatically generating an inactive user/computer accounts report and sending a email notification to administrator would be much better.

    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

  • [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. 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