• [Script of May 8] Modify Distribution Group Members in Microsoft Exchange 2010 (PowerShell)

    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 distribution group members in Microsoft Exchange 2010. You need use a comma-separated values (CSV) file as input.

    In a real world, IT administrators always need to modify distribution group members due to variety of reasons, like acquisitions, break apart and department reorg. It will be a time-consuming job if IT administrators need to modify the distribution groups one by one.

    image image
     image

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

  • [Script of May 9] Modify Mailbox Folder Permission in Microsoft Exchange 2010 (PowerShell)

    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 mailbox folder permission in Microsoft Exchange 2010. You can use this script to export mailbox folder permission of specified mailboxes. You can use this script to set the mailbox folder permission also.

    In a real world, IT administrators may need to know users’ mailbox folder permissions from time to time. This is because mailbox folder permissions may be misconfigured by users. With help of this script, IT administrators could review the permissions in a single untied view. If IT administrators find the permission of some mailboxes are not correct, they can also try to fix the permission for these mailboxes based on this file.

    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

  • [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 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