msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Powershell SDK for Microsoft Graph

Results 446 msgraph-sdk-powershell issues
Sort by recently updated
recently updated
newest added

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...

Status: Needs Investigation

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...

AutoREST-dependency
Request: Feature

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...

Status: Needs Investigation

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...

AutoREST-dependency
Service issue
Request: Feature
Question: API
Request: Kiota

**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...

AutoREST-dependency
Request: Feature
Needs: Team Discussion

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...

Request: Feature
type:feature

**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...

AutoREST-dependency
Request: Feature
Breaking Change

**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...

Status: Needs Investigation
type:bug

**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...

type:bug
priority:p1

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...

Bug