We are using ADFS and the certs expire every 2 months and can be renewed manually but we want to create an automation for auto renewal. Can someone walk me through how to do this through either PowerShell or any other Microsoft platform?
Thanks,
I have searched these PowerShell commands but would need to put them together.
Connect-MsolService
Update-MSOLFederatedDomain –DomainName
Set-AdfsSslCertificate
Restart-Service ADFSSRV
Trying to understand more