Configuration/Connect-MS365.Config.psd1
1 2 3 4 5 6 7 |
@{ # default userPrincipalName for authentication # prompted if empty, needed in email format (something@domain.tld) # please note that this option can not be used by some modules as they would not work with MFA if passed # actually supported services: EOL DefaultUserPrincipalName = "" } |