How to renew OAUTH SSL Certificate in Exchange
Open Exchange PowerShell on the Exchange server Run the following command (replace *.domainname below with the domain name) New-ExchangeCertificate -KeySize 2048 -PrivateKeyExportable $true -SubjectName “CN= Microsoft Exchange Server Auth Certificate” -DomainName “*.domainname” -FriendlyName “Microsoft Exchange Server Auth Certificate” -Services SMTP Answer No to over-write Write down the certificate thumpprint Type: $date = Get-Date Type: […]
