Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Change company logo
To change the logo of the company that is displayed on the sign-in page, use the following PowerShell Windows PowerShell cmdlet and syntax.
Important
We recommend the dimensions for the logo to be 260x35 @ 96 dpi with a file size of no greater than 10 KB.
Set-AdfsWebTheme -TargetName default -Logo @{path="c:\Contoso\logo.png"}
Note
The TargetName
parameter is required. The default theme that is released with AD FS is named default.