• [Script Of Dec. 19] How to Remove Un-existed User from Public Folder permission list in Exchange

    Dec.
    19
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-Remove-Un-existed-5d36c14d.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    This script will remove Un-existed User from Public Folder permission list in Exchange.

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

  • [Script Of Dec. 18] How to solve Store Broker (wshost.exe) high CPU usage in Windows 8.1

    Dec.
    18
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-solve-Store-Broker-e0fa4759.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    The goal of this script is how to solve Store Broker (wshost.exe) high CPU usage in Windows 8.1.

    After upgrading Windows 8 to 8.1. some consumers encounter an issue that Store Broker‘s CPU usage is always more than 30%. This script is to fix that..

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

  • [Script Of Dec. 17] How to solve Store Broker (wshost.exe) high CPU usage in Windows 8.1 (VBScript)

    Dec.
    17
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-solve-Store-Broker-4709b7cf.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    The goal of this script is how to solve Store Broker (wshost.exe) high CPU usage in Windows 8.1.

    After upgrading Windows 8 to 8.1. some consumers encounter an issue that Store Broker‘s CPU usage is always more than 30%. This script is to fix that..

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

  • [Script Of Dec. 16] How to check for duplicate paths in PATH environment variable

    Dec.
    16
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-check-for-duplicate-5d9dd711.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    Sometimes repeated installation of software can add duplicate entries into the PATH environment variable. Since environment variable has a there is a hard coded limit in the size of this variable, there are chances that you may it that limit over a period of time. This script checks the PATH environment variable and removes any duplicate path entries.

    This script was originally developed to check and remove duplicate paths in the PATH system environment variable.

    Faulty software installers may add duplicate paths to the PATH environment variable. Also, there is a known bug associated with http://support2.microsoft.com/kb/2823180 - This KB adds an extra string : “%systemroot%\System32\WindowsPowerShell\v1.0\“ to the PATH environment variable. As a result the length of the PATH variable may reach close to the 32,767 limit. In some cases applications that try to add additional paths may fail. The issue can be resolved by simply removing the duplicate entries from the PATH variable.

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

  • [Script Of Dec. 15] How to assign a Role to multiple users in Exchange Online

    Dec.
    15
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-assign-a-Role-to-6833b665.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    This script is used to help administrator to query current role assignment policies and assign the selected policy to multiple mailboxes.

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