Solution Attempt 1
Protect Yourself Before Making Changes (Backup)
# Export the theme to C:\ThemeBackup
Export-AdfsWebTheme -Name "ActiveADFS_Theme" -DirectoryPath "C:\ThemeBackup"#PowerShell(administrator mode)
Set-AdfsWebTheme -TargetName "YourThemeName" -StyleSheet @{Locale=1055; Path="C:\FilePath\style.css"}Last updated