question

Marshall-1747 avatar image
0 Votes"
Marshall-1747 asked piaudonn answered

ADFS login page logo

Hi guys,
I always changed the company logo following this document:
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/operations/change-the-company-logo-on-the-ad-fs-sign-in-page

But yesterday running this command Set-AdfsWebTheme -TargetName default -Logo @{path="c:\Contoso\logo.png"} nothing happen also if seems to be executed correctly because no errors appear on PowerShell.

Any Idea?

Thanks :)

adfs
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

piaudonn avatar image
0 Votes"
piaudonn answered piaudonn converted comment to answer

The command is right and should work right away.

Maybe you are using a custom webtheme already? You can run

 Get-AdfsWebConfig

And see what's the active one.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi piaudonn,
Thanks for your reply.
Yes I'm using the custom webtheme so I've tried also with this command:

Set-AdfsWebTheme -TargetName default -Logo @{path="c:\CustomWebTheme\logo\logo.png"}


without success91167-screenshot-2021-04-26-at-094340.png



Any other ideas?

Thank you so much

0 Votes 0 ·
piaudonn avatar image
1 Vote"
piaudonn answered

But your cmdLet is targeting the "default" theme where your active theme is "custom".

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Oh perfect! That's where I was wrong.
Thanks!!

1 Vote 1 ·