• [Script of Apr. 8] Script to display the deleted objects in Active Directory (PowerShell)

    Script Download:DisplayDeletedADObjects.zip
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-display-the-c995a5f6

    This PowerShell script sample can display the deleted objects from the Active Directory. 

    Accidental deletion of Active Directory objects is a common occurrence for users of ADDS and ADLDS. This script can display the deleted objects from the Active Directory Recycle Bin. 

    image image
    image

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

  • [Script of Apr. 22] Export Contacts from OWA in Office 365 Exchange Online

    Script Download:ExportOSCEXOContact.zip
    http://gallery.technet.microsoft.com/scriptcenter/Export-Contacts-from-OWA-9f8cc0f2/

    This script demonstrates how to export contacts in the Default contact folder from Outlook Web App to a comma separated values (CSV) file.

    Outlook Web App (OWA) allows you to import multiple contacts in a very simple way. However, it does not allow you to export contact. Therefore, in order to export contacts from the OWA and import in other mail clients, you must find a workaround.

    image image
    image

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

  • [Script of Apr. 23] Move Multiple Email Messages to a Specific Folder in Office 365 Exchange Online

    Script Download:NewOSCEXOAppointment.zip
    http://gallery.technet.microsoft.com/scriptcenter/Move-Multiple-Email-e2bd1e7d/

    This script demonstrates how to move multiple email messages to a specific folder in Office 365 Exchange Online. You can use this script to search email messages that meet specified search criteria and then move these email messages to a specific folder.

    Currently, you have limitations when moving multiple email messages by using Outlook Web App (OWA). Although, you may already set up inbox rules to manage your email messages, but you still find you need a script to move multiple email messages in a regular manner.

    image image
    image

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

  • [Script of Apr. 24] Get Distribution Group Members in Office 365 Exchange Online

    Script Download:GetOSCEXODistributionGroupMember.zip
    http://gallery.technet.microsoft.com/scriptcenter/Get-Distribution-Group-4f0ad588

    This script demonstrates how to use Exchange Web Service Managed API to get group members in distribution groups. Additionally, this script enables you to easily get group members if you have nested distribution groups.

    Get distribution group members in Office 365 Exchange Online is a common maintenance job for Office 365 administrators. They need this information for varieties of reasons. For example, they want to compare two different email formats of distribution group members before applying new email formats.

    image image
    image

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

  • [Script of Apr. 11] Setting Tab Process Growth for Internet Explorer (VBScript)

    Script Download:SettingIETabProcessGrowth(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Setting-Tab-Process-Growth-4ead21ac

    This sample can help you to operate the “TabProcGrowth” registry entry to set Tab Process Growth(Sets the rate at which IE creates New Tab processes) for Internet Explorer 8 or later.  It shows how to get and set Tab Process Growth setting for the Internet Explorer installed on your computer by using VBScript.

    If you have been using IE7, you are probably used to all your tabs opening under the same iexplore.exe process. The only exception is if you are on a Windows Vista machine and you are moving from Protected to Unprotected mode. 
    Internet Explorer 8 or later had a big makeover in this area. You will now notice that new tabs typically open in a new process.  By default,  IE8 will start with two instances of iexplore.exe (one for the Frame, one for the tab) and grows the number of tab processes as needed based on the amount of available RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions .

    image image
    image

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