Exchange 2010 Mailbox import from PST’s

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet To import PST’s in Exchange 2010 install Outlook 2010 64-bit on Exchange server and run New-ManagementRoleAssignment –Role “Mailbox Import Export” –User “<username>” dir c:\pst_location | %{Import-Mailbox -Identity $_.basename -PSTFolderPath $_.fullname}

Exchange 2010 List mailboxes by size PowerShell

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet Get-MailboxDatabase “Mailbox Database” | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount

Exchange 2010 Anti-Spam modules install

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet Run the following command from the C:\Program Files\Microsoft\Exchange Server\V14\Scripts folder. ./install-AntispamAgents.ps1 2. After the script has run, restart the Microsoft Exchange Transport service by running the following command. Restart-Service MSExchangeTransport For all anti-spam features to work correctly, you must have at least one IP address of an internal SMTP server set on the InternalSMTPServers [...]

Exchange 2010 3rd party relay

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet New-ReceiveConnector -Name RelayConnector -usage Custom –Bindings x.x.x.x -fqdn server.fqdn.local -RemoteIPRanges x.x.x.x-.x.x.x.x -server servername -permissiongroups ExchangeServers -AuthMechanism ‘TLS, ExternalAuthoritative’

Exchange 2007 Powershell commands

On August 26, 2010, in Exchange, Exchange 2007, Exchange Powershell, Microsoft, by Simon Greaves

Tweet Receive Connector —————– Define the FQDN: Set-ReceiveConnector “<Connector-Name>” –Fqdn:name.company.ca Set up Anonymous Authentication: (take a note of the current groups) Get-ReceiveConnector “<Connector-Name>” | Select PermissionsGroups (use the current value plus the new value) Set-ReceiveConnector “<Connector-Name>” –PermissionGroups:<AnonymousUsers, ExchangeUsers, ExchangeServers, ExchangeLegacyServers, Partners> ADMINISTRATION ++++++++++++++ New Mailbox User: New-Mailbox -Name “<name>” -Alias <alias> -Database “<mailboxdatabasename>” -UserPrincipalName <alias>@<domain.local> [...]

Exchange 2003 to 2010 Transition guide

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet This is a guide for transitioning Exchange 2003 to 2010 in the same domain. n.b (An Exchange migration is from one Active Directory forest to a different Active Directory forest.) Bring the Exchange organization to Exchange Native Mode. Upgrade all Exchange 2003 Servers to Exchange Server 2003 Service Pack 2. Bring the AD forest [...]

WordPress主题