• [Script of May 16] Modify Content Filter Configuration in Microsoft Exchange 2010

    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 could be used to modify content filter configuration in Microsoft Exchange 2010. You can use this script to add or remove values for multi valued property of content filter configuration.

    In a real world, IT administrators may want to modify the content filter configuration based on different requests. There are several multi valued properties in content filter configuration. Currently, IT administrators need additional efforts for editing these values. In a large scale deployment, IT administrators may also need to maintain a same configuration on multiple edge transport servers.

    image image
     image

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

  • [Script of May 15] How to manage distribution groups synced from on-premise AD in cloud side

    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 is used to help user managing DG in cloud side.

    After Hybrid is set up, the user mailbox, who was moved to cloud side, can't manage the DG created in On-Premise Exchange. This script will create a DG with prefix "EXO".  All option can be changed with this DG, and this script can reflect the configuration changes back to on premise DG. 

    image image
     image

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

  • [Script of May 14] How to get notifications if mailbox item count reaches a certain number

    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 is used to check the mailbox item count. If the count reaches or exceeds a certain number, an email will be sent as notification.

    image image
     image

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

  • [Script of May 13] How to get a user password expiration date in Active Directory (VBScript)

    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 shows how to get a user password expiration date in Active Directory.

    Sometime users want to know when their password will expire. This script is to get the date without Active Directory Cmdlet.

    image image
     image

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

  • [Script of May 12] How to reset all users password in a given OU (VBScript)

    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 shows how to reset all users password in a given OU.

    In many cases, the customer need to reset the user password one by one. If would be great if we have a script to automate this task.

    image image
     image

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