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}
Tweet Get-MailboxDatabase “Mailbox Database” | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount
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 [...]
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’
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> [...]
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 [...]


