msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Add support to specify which account to use
Other MS powershell modules supports a way to specify which account to sign in with... Connect-AzAccount -AccountId Connect-AzureAd -AccountId
MS Graph PowerShell doesn't have this yet. Please add this. This especially helps with federated SSO scenarios or if multiple accounts are signed in and we need to manually pick which one to use.
Related to #2231