Quantcast
Channel: Simon Greaves » Exchange Powershell
Browsing latest articles
Browse All 6 View Live

Exchange 2003 to 2010 Transition guide

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...

View Article



Exchange 2007 Powershell commands

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...

View Article

Exchange 2010 3rd party relay

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...

View Article

Exchange 2010 Anti-Spam modules install

Run the following command from the C:Program FilesMicrosoftExchange ServerV14Scripts folder. ./install-AntispamAgents.ps1 2. After the script has run, restart the Microsoft Exchange Transport service...

View Article

Exchange 2010 List mailboxes by size PowerShell

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

View Article


Exchange 2010 Mailbox import from PST’s

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 |...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images