Forum Discussion
Patrick Rote
Jan 18, 2022Iron Contributor
Connect to Azure AD from Powershell without prompt - what are my options?
Hi there, I want to schedule some script in PowerShell and i would need to login into Azure AD first. Is it possible to login to Azure AD without a prompt as the script needs to be automates/schedu...
tringler
Jan 18, 2022Copper Contributor
You can just pass your username/password to Connect-AzAccount.
- Patrick RoteJan 19, 2022Iron ContributorThanks Tringler . Can you please give me an example. I'm using Connect-AzureAD