How to create a certificate request for Exchange 2019

How to create a certificate request for Exchange 2019
Change the script below and you'll have a signed certificate in no time for Exchange 2019. This also works for Exchange 2016, but there you can still use the GUI. # Vars $serverName = "YourServerName" $friendlyName = "FriendlyName" $exportable = "$True | $False" $subjectName = "c=COUNTRY, s=STATE, l=CITY, o=ORGANIZATION, ou=DEPARTMENT,…