How to Check the Current DKIM Selector in an Microsoft 365 Tenant using Powershell

Written by James McDonald

November 8, 2021

Connect-ExchangeOnline

Get-DkimSigningConfig -Identity toggen.com.au | Format-List

Run the above powershell substituting toggen.com.au with the custom domain in your tenant you want to know which dkim selector is the active one.

Find the RotateOnDate in the example below it’s 25/09/2021 11:10:08 PM

Find the SelectorAfterRotateOnDate which in the example is selector2

If todays date is after the SelectorAfterRotateOnDate then the current selector is selector2 if it is not then it’s the other one.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...