• [Script of Jun. 23] How to change AD user displayname in a given OU

    Script Download:  
    The script is available for download in Microsoft Script Browser for Windows PowerShell ISE. You need to install the Script Browser application first, and search for the script sample title.

    This script shows how to changes the display name of all users in an OU to the format Lastname, Firstname.

    Through the script admins could be able to format users display name as what they want. It will make it easy to find users name and manage users' name.​

    image image
     image

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

  • [Script of Jun. 20] How to duplicate distribution groups in Exchange Online

    Script Download:  
    The script is available for download in Microsoft Script Browser for Windows PowerShell ISE. You need to install the Script Browser application first, and search for the script sample title.

    This script will create a new distribution group with an existing group's setting.

    This script is to help Exchange Administrators to create a distribution group which has the same configuration of an existing group. Also, the new group can be a different group type. And, this script can get two groups to a same setting.

    image image
     image

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

  • [Script of Jun. 19] How to import Multiple Tables from Access to Excel

    Script Download:  
    The script is available for download in Microsoft Script Browser for Windows PowerShell ISE. You need to install the Script Browser application first, and search for the script sample title.

    This VBScript illustrates how to import multiple Access tables to Excel worksheets at once, meanwhile each worksheet's name will correspond to each table's name.

    Users would like to import Access tables to Excel worksheets, meanwhile each worksheet's name will correspond to each table's name.

    image image
     image

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

  • [Script of Jun. 18] How to batch add URLs to trusted sites in Internet Explorer

    Script Download:  
    The script is available for download in Microsoft Script Browser for Windows PowerShell ISE. You need to install the Script Browser application first, and search for the script sample title.

    This PowerShell script sample shows how to batch add Urls to trusted sites in Internet Explorer. 

    Some users work on a large network with active directory. They want to add a lot of URLs to the trusted Sites Zone in Internet Explorer, and doing it manually would be time consuming, if we use this script to batch add these URLs, it would be very convenient.

    image image
     image

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

  • [Script of Jun. 17] How to batch add URLs to trusted sites in Internet Explorer

    Script Download:  
    The script is available for download in Microsoft Script Browser for Windows PowerShell ISE. You need to install the Script Browser application first, and search for the script sample title.

    This VBScript sample shows how to batch add Urls to trusted sites in Internet Explorer. 

    Some users work on a large network with active directory. They want to add a lot of URLs to the trusted Sites Zone in Internet Explorer, and doing it manually would be time consuming. If we use this script to batch add URLs, it would be very convenient. 

    image image
     image

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