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 The Update-MgUserPassword command's parameters, -CurrentPassword and -NewPassword, expect a string value instead of a securestring value. ### Expected behavior Password-related parameters shouldn't expect string values. ###...

Question: SDK
Question: API
Needs: Team Discussion
PM: Review
type:security

### Describe the bug Unable to use the parameter -All with the command Get-MgPlaceAsRoom or Get-MgBetaPlaceAsRoom There is no error at execution but this command return only the 100 first...

status:waiting-for-triage
type:bug

### Is your feature request related to a problem? Please describe the problem. `New-MgGroup … -Members 70b5931c-98e4-4077-8e96-81b7a5b057ff,189d20f0-ab4e-4378-a728-3ea0b6f7b1a0` Returns `Error: "Cannot convert the "d7df1f72-6d53-4667-ba05-90a979412bb8" value of type "System.String" to type "Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDirectoryObject"`...

Bug: Documentation
Question: SDK

### Is your feature request related to a problem? Please describe the problem. [UUF](https://apps.powerapps.com/play/e/a15fc3ce-68f1-e8b1-a171-bc6239594f16/a/17c7bf52-4c95-483f-98a0-df8d6e086b3e?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&hint=f35ae72c-7f57-42a0-acd0-2f4d0a37045c&source=sharebutton&sourcetime=1724346387371) customer feedback on the [article](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.reports/get-mgreportauthenticationmethoduserregistrationdetail?view=graph-powershell-1.0): "Permissions mentioned in the permissions table are in correct when compared...

area:documentation
area:permissions

### Is your feature request related to a problem? Please describe the problem. [UUF](https://apps.powerapps.com/play/e/a15fc3ce-68f1-e8b1-a171-bc6239594f16/a/17c7bf52-4c95-483f-98a0-df8d6e086b3e?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&hint=f35ae72c-7f57-42a0-acd0-2f4d0a37045c&source=sharebutton&sourcetime=1724346387371) customer feedback on the [article](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users/update-mguser?view=graph-powershell-1.0): "Hello, I'm referencing Microsoft case "2501210040011803". The case is about Directory.AccessAsUser.All ...

Service issue
type:feature
area:documentation

### Is your feature request related to a problem? Please describe the problem. [UUF](https://apps.powerapps.com/play/e/a15fc3ce-68f1-e8b1-a171-bc6239594f16/a/17c7bf52-4c95-483f-98a0-df8d6e086b3e?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&hint=f35ae72c-7f57-42a0-acd0-2f4d0a37045c&source=sharebutton&sourcetime=1724346387371) customer feedback on the [article](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.search/invoke-mgquerysearch?view=graph-powershell-1.0): "There seems to be an error in the example. There is...

Status: Needs Investigation
Bug: PowerShell

### Is your feature request related to a problem? Please describe the problem. [UUF](https://apps.powerapps.com/play/e/a15fc3ce-68f1-e8b1-a171-bc6239594f16/a/17c7bf52-4c95-483f-98a0-df8d6e086b3e?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&hint=f35ae72c-7f57-42a0-acd0-2f4d0a37045c&source=sharebutton&sourcetime=1724346387371) customer feedback on the [article](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevice?view=graph-powershell-1.0): I need filter examples ### Describe the solution you'd like. Add...

type:feature
area:documentation

### Describe the bug in ver 2.26.1 **Get-MgBetaDeviceManagementManagedDevice** does not show RoleScopeTagIds These are available via the REST API: $device = Invoke-MgGraphRequest -Uri "https://graph.microsoft.com/beta/deviceManagement/managedDevices('$id')" -Method GET $scopeTags = $device.RoleScopeTagIds ###...

Status: Needs Investigation
Question: SDK

### Describe the bug When running the following command, only 4 fields appear to be populated with data: 1. DisplayName 2. Id 3. Mail 4. UserPrincipalName `Get-MgDirectoryDeletedItem -All` When I...

Status: Needs Investigation
Question: SDK

### Is your feature request related to a problem? Please describe the problem. I am trying to use Connect-MgGraph in github actions in a similar way to "az login". I...

Needs: Team Discussion
type:feature