Exchange migration: creating receive connectors

…in the authorization groups, choose Exchange Servers and Legacy Exchange Servers. Finally, in the extended part, you must add the Exchange cohabitation server(s). When creating the connector, you must choose…

Exchange: add a database in PowerShell

…been validated, wait while the Exchange database is copied. Once the copy is complete, a message appears indicating to restart the Microsoft Exchange Information Store service, on the server that…

Exchange : install and configure an SSL certificate

…import the certificate: Import-ExchangeCertificate -Server SRV-EXCHANGE -FileName “\\SRV\certs\ExchangeCertificat.pfx” -PrivateKeyExportable:$true -Password (ConvertTo-SecureString -String “CertPassword” -AsPlainText -Force) You must now retrieve the digital fingerprint of the certificate, enter the command below: Get-ExchangeCertificate…

ARR: Block PowerShell access to Exchange

In this tutorial, I will show you how to block PowerShell remote access to Exchange with ARR. As a security measure, if you use IIS ARR to publish Exchange servers…