Browse by Tags
All Tags »
Exchange Management Shell (EMS) (RSS)
As we know by default the Display Name of Exchange Mailboxes(Exchange Server 2007 SP2) is in the format of “Firstname Lastname”. I want to change this for the couple of existing mailboxes to “Lastname, Firstname” for one my customer – he preferred non-development
Read More...
With continuation of my previous article , it just points out to find how we can get by using UI(User Interface like snap-in, MMC Console, ESM..etc)’s. This time, let me try something different with Exchange Server 2007 (i tried with Exchange Server 2007
Read More...
Feature: Exchange Management Shell in Exchange 2010 When we start working with Exchange Server 2010, we have an enhanced Exchange Management Shell, which means more powerful one. As we know the Exchange Management Shell is a powerful command-line management
Read More...
With the continuation of the previous blogpost , today we’re going to see how we can use Microsoft Office Outlook Web Access or the Exchange Management Shell to configure language settings for Outlook Web Access in Microsoft Exchange Server 2007. Microsoft
Read More...
As you know Collaboration Data Objects for Exchange Management or CDOEXM is used to create applications that manage Exchange servers, databases, public folders, and user mailboxes. It provides the fundamental Component Object Model (COM) classes and interfaces
Read More...
In this session, we will have a look about how to get the mailbox statistics information using from Exchange Server 2007 SP1 using C#.Net & Exchange Powershell. I tried the following code to get the mailbox statistics… 1: .... 2: //Create Runspaceconfiguraiton
Read More...
When you migrated from Microsoft Exchange 2000 & 2003, where they provide several API's that are not included in Microsoft Exchange Server 2007. Please find the following API's that are not included in the Exchange Server 2007 environment & the
Read More...
Can we create it programmatically? To create it programmatically using MAPI, we need to make use of CreateFolder() , the MAPI function. It is necessary to have very special privileges (obtained by opening the store with an EntryID created using IExchangeManageStore::CreateStoreEntryID())
Read More...
Microsoft Exchange Server 2007 SP1 Help This download contains a standalone version of Microsoft Exchange Server 2007 SP1 Help. Microsoft Exchange Server 2007 Service Pack 1 Shell Help This download contains the Microsoft Exchange Server 2007 Service
Read More...
Modifying Exchange Transport Agent For administer transport agents, we must use the Set-TransportAgent cmdlet (Exchange Management Shell). For its details syntax and parameters, please refer here . The following example shows how the priority of a sample
Read More...
Now we'll discuss how to configure the deleted mailbox retention period in Exchange Server 2007 Run the following command in Exchange Management shell, Set-MailboxDatabase dbName -MailboxRetention 32.00:00:00 Here, dbname - specifies database name, 32.00:00:00
Read More...
This Articles talks about how to configure the pickup directory in Exchange Server 2007 environment using Set-TransportServer cmdlet
Read More...
Exchange Management Shell: It's a new automation and scripting shell. It has the command-line management interface and associated command-line plug-ins for Exchange Server that enable automation of administrative tasks in an Exchange 2007 environment.
Read More...