Forum Discussion
bala official
Aug 01, 2018Copper Contributor
How to connect MSOL in powershell using App Password?
hi, My global administrators are having MFA enabled account. Is there any possibility to authenticate a user in MSOL using app password? or any other ways to connect-msolservice for MFA account. Is...
Helios Comms
Jul 31, 2019Iron Contributor
VasilMichev ahh yes, only recently started looking at Graph. To be honest, Graph is a bit of a sideways step or maybe slightly backwards compared to PowerShell cmdlets. I assume there is a strong case for using HTTP calls instead of cmdlets? It's almost as if cmdlets have fallen out of favour which is weird considering how much effort has gone into them. At least with Graph, permissions are under control.
VasilMichev
Jul 31, 2019MVP
REST is supposedly more robust, they are actually working on redoing all the other PowerShell modules in such manner (Azure AD PowerShell is already a "wrapper" for Graph calls). But yeah, the Graph sucks when it comes to searching/filtering data, and definitely lacks the "friendliness" of PowerShell. It's a tool for devs mostly...