• [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. 27] How to fix explorer.exe blank message on startup in Windows 8

    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.

    The goal of this script is to fix explorer.exe blank message on startup in Windows 8.

    Due to some unexpected reason, some users get explorere.exe blank error on start up. This script is to fix it..

    image image
     image

     

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

  • [Script of Jun. 26] How to rebuild or reorganize indexes for all tables in a SQL Server database

    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 T-SQL script sample shows how to rebuild or reorganize indexes in a specified database.

    This script will list all the indexes in a database, we can choose rebuild or reorganize the indexes according to their defragmentation. If avg_fragmentation_in_percent_value is higher than 30, we can rebuild the indexes. If avg_fragmentation_in_percent_value is between 5 and 30, we can reorganize the indexes.

    image image
     image

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

  • [Script of Jun. 25] How to configure the size limit for both (.pst) and (.ost) files in Outlook

    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 configure the size limit for both (.pst) and (.ost) files in Outlook 2013.

    In Outlook, as the recommended PST file size is less than 2GB, some users want to increase thier Outlook achive files size, but according to the MSKB 832925, the steps seems significantly complicated,  The script can help user configure the size limit for .pst and ost files in Outlook, it could save the tedious process.

    image image
     image


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

  • [Script of Jun. 24] How to configure search suggestions in SharePoint 2013

    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 import phrase to Search Service Application in SharePoint 2013.

    SharePoint admin need to customize search phrase. If there is a script, it  will be more convenient.

    image image
     image

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