By default, an exchange 2007 installation does not contain a postmaster mailbox which catches all NDR’s. You have to create the mailbox manually and then configure it. This has to be done on every hub transport server in your organisation. Step 1 is to create the postmaster mailbox. This only has to be done once: [...]
Archive for the ‘Exchange Server 2007’ Category
Configuring a postmaster Mailbox in Exchange 2007
Posted: 23rd January 2010 by neil in Exchange Server 2007Managing Exchange Administrators with Powershell
Posted: 5th January 2010 by neil in Exchange Server 2007, PowershellTo view Exchange Administrators with powershell we can use the get-exchangeadministrator commandlet. This will tell me the current exchange administrator groups in the domain. Example below is: [PS] C:\Windows\system32>get-exchangeadministrator | format-list Identity : EXCHANGELAB.LOCAL/Users/Administrator Scope : Organization wide Role : OrgAdmin Identity : EXCHANGELAB.LOCAL/Microsoft Exchange Security Groups/Exchange Organi zation Administrators Scope : Organization wide [...]
Retrieve information about an Exchange 2007 Server
Posted: 5th January 2010 by neil in Exchange Server 2007, PowershellIf you want to retrieve information about an exchange server you can use the GET-EXCHANGESERVER commandlet. This will retrieve information like the computer name, OU location, site name etc etc. The syntax of the command is: SYNTAX Get-ExchangeServer [-Identity <ServerIdParameter>] [-DomainController <Fqdn >] [-Status <SwitchParameter>] [<CommonParameters>] Get-ExchangeServer -Domain <Fqdn> [-DomainController <Fqdn>] [-Status [...]