• [Script Of Aug. 29] How to get all users in a group in SharePoint

    image image
    Aug.
    29
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-list-all-users-in-a-a3246a2e.  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 shows how to get all users in a group in SharePoint.

    Sometime users want to know how many users in a specified group. This script is to achieve that goal.

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

  • [Script Of Aug. 28] How to change the system display language in Windows

    image image
    Aug.
    28
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-change-the-system-5a963f8e.  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 sample can change the system display language in Windows.

    Here is a scenario that in a company the default language of Windows is Japanese. But some system admins only knows Japanese but not English. And the other admins only knows English. The English admins usually go to regional setting in the control panel and change the display language to English. After they finish their tasks they need to set back the language to Japanese. And these steps are really time consuming. This script can help users to change the system display language automatically.

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

  • [Script Of Aug. 27] How to change the system display language in Windows

    image image
    Aug.
    27
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-change-the-system-39f06b1c.  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 sample can change the system display language in Windows.

    Here is a scenario that in a company the default language of Windows is Japanese. But some system admins only knows Japanese but not English. And the other admins only knows English. The English admins usually go to regional setting in the control panel and change the display language to English. After they finish their tasks they need to set back the language to Japanese. And these steps are really time consuming. This script can help user to change system display language automatically.

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

  • [Script Of Aug. 26] How to kill SQL Server connection which was an idle session

    image image
    Aug.
    26
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-kill-SQL-Server-a33476b7.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

    DBA sometimes found SQL Server had a lot of idle connection and want to free these connection resources, but it is a terrible effort to kill these session one by one. This T-SQL script will bring DBA an easy way to manage idle session.

    DBA will use the T-SQL script to manage idle session. If the SQL Server resource is tight and too many connection already cause the new connection failure, then DBA could use this script to kill these idle connection to let new request could be handled.

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

  • [Script Of Aug. 25] How to create GALs based on UPN's domain in Exchange Online

    image image
    Aug.
    25
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-create-GALs-based-d1026173.  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 create address lists by domain suffix in Office 365 when this tenant has multiple domains.

    This script is to help Exchange Administrators to create address lists by domain suffix in Office 365 when this tenant has multiple domains.

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