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

  • [Script of Jun. 5] How to check and set Exchange Web Services message size limit to default

    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 is used to help administrator to get and set the EWS message size limit for Exchange 2010 and Exchange 2013.

    The message size limit is set in web.config in IIS. This script will modify the value in the web.config file.

    image image
     image

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

  • [Script of Jun. 30] How to add a site list to Enterprise Mode in Internet Explorer 11

    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 sample shows how to enable Enterprise Mode in Internet Explorer 11. 

    Enterprise Mode is a new feature in Internet Explorer that allows businesses to use old web applications in modern versions of IE. It is a compatibility mode that runs on Internet Explorer 11 on Windows 8.1. In a way, if we want to open multiple sites as Enterprise Mode, we have to set it manually. Actually we can add multiple sites to your Enterprise Mode site list by creating a XML file of problematic sites, and with use this script to add site list to Enterprise Mode.

    image image
     image


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

  • [Script of Jun. 4] How to remove disabled users from distribution lists

    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 shows how to remove disabled member from distribution group for Exchange 2010.

    Frequently, for some reason, some mailboxes will be disable, if they belong to a distribution list, it is better to remove those disabled users.

    image image
     image

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