Last active
November 4, 2016 05:22
-
-
Save chrisbrownie/7cf64414ada3e422e61bfd05d1aa2e91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-AdfsWebTheme -TargetName "yourcustomtheme" -AdditionalFileResource | |
@{ | |
Uri="/adfs/portal/script/onload.js" | |
Path="C:\adfs\assets\theme\script\onload.js" | |
}, @{ | |
Uri="/adfs/portal/logo/favicon.ico" | |
Path="C:\adfs\assets\script\onload.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment