@SScott · Welcome to QnA platform and thanks for your query.
You can use below PowerShell cmdlet to convert the domain from federated to manage in Azure AD. This command doesn't make any changes in federated IDP and only changes the federation settings in Azure AD.
Set-MsolDomainAuthentication -DomainName your_domain.com –Authentication Managed
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.