Browse by Tags
All Tags »
cmdlet (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...
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...
I composed couple of Windows PowerShell questions: Can you create your own PowerShell object? We can write a Cmdlet, but we have to do that with a .NET Framework language such as C# or VB.NET. Can we create a.BAT file using PowerShell? No. But we can
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...
Publishing Free/Busy data: Free/busy data is published information that contains a user's personal availability data based on the user's schedule. Microsoft Exchange Server uses the information extensively when users schedule meetings. Exchange Server
Read More...
When we make use of Exchange Server 2007 SP1 & Windows Powershell, if we have a requirement to sort the mailboxes based on their size on the ascending order, then try this command: Get-MailboxStatistics -Server Servername | Sort-Object -Property TotalItemSize
Read More...
Configure Public folder permissions Please find the lists of management tasks that you can perform to configure and maintain public folder permissions: How to Add Permissions for Client Users to Access Public Folder Content You can use the Add-PublicFolderClientPermission
Read More...
Managing mail-enabled Public Folders Please find the following topics provide instructions for the management tasks that you can perform for mail-enabled public folders. How to Mail-Enable Public Folders How to Mail-Disable Public Folders How to View
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...
How to list Service Information using Windows Powershell & cmdlet: In Exchange Server 2007, Get-Service cmdlet will be used to retrieve information about the services installed on the computer. By default, it will return the results in alphabetical
Read More...
How to verify Autodiscover Service info for Outlook 2007 using "Test-OutlookWebServices" cmdlet: In Exchange Server 2007 environment, to verify the Autodiscover service settings for Outlook and that has Client Access server role installed or not, we can
Read More...