• [Script of Jun. 16] How to get web site authentication configuration

    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 gets websites authentication settings in IIS 7.5. It checks these authentication modes, Anonymous, Basic, ClientCertificateMapping, Digest, IisClientCertificateMapping, Windows and Forms.

    In a real world, websites which hosted by IIS 7.5 often requires correct authentication configuration. It's easy to check the configuration on local computer. But for web farm administrators, it's impossible to check each server manually. They need a script to ease this task.

    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

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