• [Script Of Oct. 01] How to archive email accounts in Exchange

    Oct.
    01
    image
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-archive-email-fcab8d75.  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 export unused mailbox to PST file for archiving and removing this mailbox.

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

  • [Script Of Oct. 08] Check and Disable the OnlyUseLatesCLR configuration of .Net Framework

    Oct.
    08
    image
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/Check-and-Disable-the-f28403cc.  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 sample can help you to resolve the issue "'OnlyUseLatestCLR' breaks Exchange on SBS 2011 Standard" which is described in KB 2616444. It shows how to check and disable the .Net Framework "OnlyUseLatestCLR" setting on the Exchange Servers by using PowerShell script.

    The "OnlyUseLatestCLR" registry value can be used in compatibility testing scenarios when developing managed code applications, but should never be created on a production server. "OnlyUseLatestCLR" with .Net Framework 4.0 installed forces Exchange 2010 managed code to execute in the 4.0 CLR, which it was not designed to do. To resolve this issue, you can use this script to check and disable the .Net Framework "OnlyUseLatestCLR" setting on the Exchange Servers.

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

  • [Script Of Oct. 02] How to block end users from uploading new avatars in Exchange Online

    Oct.
    02
    image
    image

    Script Download:  
    The script is available for download from http://gallery.technet.microsoft.com/How-to-block-end-users-97968b56.  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 disable the feature of uploading new avatar photo by end user

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

  • [Script Of Oct. 16] How to split comma-delimited string column into multiple records in SQL Server

    Oct.
    16
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//How-to-split-comma-90a35ace.  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 T-SQL script will demo how to split comma-delimited string column into multiple records in SQL Server.

    As many people asked how to split comma-delimited string column into multiple records in SQL Server, we create a table for demonstrating.

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

  • [Script Of Oct. 23] Search for Email Messages that have a Retention Tag in Office 365 EXO

    Oct.
    23
    image
    image

    Script Download:  
    The script is available for download from https://gallery.technet.microsoft.com//Search-for-Email-Messages-b56979d0.  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 searches for email messages that have a retention tag in Office 365 Exchange Online. This script returns email messages from multiple mailbox folders by default. You can use retention period rather than retention tag name to search.

    Currently, you can easily search email messages that have a retention tag in Outlook. But you will find that this feature is not available in Outlook Web App (OWA). You want to find a workaround for those people who use Outlook Web App only.

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