Forum Discussion
cybervex
Oct 19, 2022Copper Contributor
Connect-MsolService Script Error
Hey all Maybe my google-fu is not what it used to be. Getting an annoying script error when using Connect-MsolService. Failed to load external resource on the password page of Sign into your ...
- Oct 20, 2022Do you get this only with the MSOL module, or other modules that authenticate against Azure AD? The error suggests that the branding image is unavailable, which might be due to firewall/proxy blocking it on your end, or simply because the module uses older libraries.
zaymen
Oct 21, 2022Copper Contributor
Hi Cybervex
did you try to connect with credentials in parameters passed with Connect-MsolService ?
because it dosnt work with account useing MFA Authentification.
if you try this you shoud delete all parameters , and uses only :
# like this :
Connect-MsolService
did you try to connect with credentials in parameters passed with Connect-MsolService ?
because it dosnt work with account useing MFA Authentification.
if you try this you shoud delete all parameters , and uses only :
# like this :
Connect-MsolService