Forum Discussion
StefanKi
Jan 14, 2018Iron Contributor
Connect-AzureAD with login credentials
Hey,
is it posible to use by Connect-AzureAD the credentials from the Login user?
Without open the window to fill in username and Password.
Regards
Stefan
VasilMichev
Jan 17, 2018MVP
Not possible afaik. You should be able to skip some steps in federated scenarios or when using PTA. Or you can simply use the -Credentials parameter and pass the username/password - there are many examples available online how you can securely store/reuse creds.