msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: - Make sure you can reproduce this issue using the latest released version...
Customers can use the delta commands to list all changes on a resource from start to finish and the nextLink will be followed to the end as stated at [Use...
Using Get-MgDomainNameReference, a Shared Mailbox is only returned if the UPN of the mailbox references the domain name. If the domain name is an alias of the sharedmailbox it is...
Different versions of SDK and Graph API cause different, inconsistent, behavior for the UserType property. SDK v1, v1.0 endpoint: Get-MgUser doesn't return UserType by default SDK v1, beta endpoint: Get-MgUser...
**Is your feature request related to a problem? Please describe.** Today API consumers regularly call API endpoints without using $select. This impacts performance of client apps (and impacts service COGS...
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...
**Is your feature request related to a problem? Please describe.** The correct spelling is onPremises not onPremise. A premise is an idea. A premises is a place. Even truncating it...
**Describe the bug** Most of the time, the command `Get-MgUserPhotoContent` does not seem to handle visual progress bar properly as the following error message is given: ````` Get-MgUserPhotoContent_Get: Cannot set...
**Describe the bug** Get-MgEnvironment: SessionNotInitialized exception being thrown after the Microsoft.Graph.Authentication module is not forcibly removed from a session **To Reproduce** Steps to reproduce the behavior: ``` PowerShell 7.4.0 PS...
Hello, I would like to use the Invoke-MgGraphRequest cmdlet to request Guest users. Guest users' UPN contains '#' characters. Example: first.last_foo.com#EXT#@contoso.onmicrosoft.com ``` $upn = first.last_foo.com#EXT#@contoso.onmicrosoft.com Invoke-MgGraphRequest -Method GET -Uri https://graph.microsoft.com/beta/users/$upn...