• [Script of Jun. 10] 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 VBscript 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. 9] How to change the Power button behavior in Windows

    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 change the power button behavior in Windows 7.

    Sometime users do not want to shut down the computer, and want the computer to sleep or hibernate. However, the default action in Power button "Shut down". This script is to change the power button behavior.

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