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

### Describe the bug I am trying to remove two orphaned Windows Hello For Business authentication methods from one of our business' user accounts. I get the errors as mentioned...

Status: Needs Investigation

### Is your feature request related to a problem? Please describe the problem. In Gragh Explorer I can send the request `https://graph.microsoft.com/v1.0/me/drive/sharedWithMe?allowexternal=true` to get the files shared with me. And...

Dependency: metadata-issue

### Describe the bug Access Review api examples have a incorrect formatting when translated into powershell scripts. Single quotations are translated into the wrong encoding causing requests to fail without...

type:bug
area:documentation

### Is your feature request related to a problem? Please describe the problem. Ask for support on managing distribution group https://learn.microsoft.com/en-us/graph/api/resources/groups-overview?view=graph-rest-1.0&tabs=http#group-types-in-microsoft-entra-id-and-microsoft-graph ### Describe the solution you'd like. can we support...

Status: Needs Investigation
type:feature

### Describe the bug I am building a export of Intune devices , using PowerShell: $devices = Get-MgDeviceManagementManagedDevice -All ### Expected behavior I expect a range of values for each...

Status: Needs Investigation

### Describe the bug The following endpoint doesn't seem to have any associated PowerShell cmdlet associated. [Update deviceRegistrationPolicy - Microsoft Graph beta | Microsoft Learn](https://learn.microsoft.com/en-us/graph/api/deviceregistrationpolicy-update?view=graph-rest-beta&tabs=http) In addition to this, it...

Dependency: metadata-issue

### Is your feature request related to a problem? Please describe the problem. According to `vscode-powershell` maintainers, Azure PowerShell (and I assume `Microsoft.Graph` too as I see similar problems with...

status:waiting-for-triage
type:feature

### Describe the bug Duplicate entries are getting added for one reseult. The exemple params would be $CalendarSubject = "New Event" $StartDate = "yyyy-MM-ddT00:00:00" $DayAfter= "yyyy-MM-ddT00:00:00" $AllDay = $True $params...

Service issue
no-recent-activity
status:waiting-for-author-feedback

Fixes #3001 ### Changes proposed in this pull request - Updated all beta example files containing ``Connect-MgBetaGraph`` to text ``Connect-MgGraph``

### Describe the bug Some beta cmdlets contain examples that have inexistent ``Connect-MgBetaGraph`` cmdlet. This is mostly in examples that were handwritten. See example [here](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.groups/get-mgbetagroup?view=graph-powershell-beta) and in the image below....

type:bug
area:documentation