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 use the module Microsoft.Graph.Files from an Automation Account PowerShell 7.2 script, but I get the following error when printing the error out:...

Status: Needs Investigation
type:bug
priority:p1

Microsoft.Graph.Identity.Governance 2.8.0 First time using this module, but I've used Users and Groups plenty. `Get-MgIdentityGovernanceAccessReviewDefinition -Search "Displayname:stringToSearch"` The -Search parameter does not appear to be functiona and the the response...

Service issue
Needs: Attention :wave:

Get-MgDevice -DeviceId is quite confusing. As parameter accept Object Id instead of Device Id. When I query a device, Object Id output is Id. I feel this is a design...

type:bug
priority:p1

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.

### Describe the bug Find-MGGraphCommand cmdlet doesn't return me any cmdlet for the following endpoints, but they do exist in our documentation. How can I tell what cmdlet is mapped...

type:bug
dependency:metadata

### Describe the bug The Enable-MgBetaBackupRestore cmdlet is not working. ![image](https://github.com/user-attachments/assets/6a3cba1e-fc9e-4afa-953d-24842345fb80) However, after installing Microsoft.Graph.Beta.Bookings , it is working fine. Following are few more cmdlets which are not showing up...

Bug: PowerShell
type:bug

### Is your feature request related to a problem? Please describe the problem. To make the scripts in Powershell Script more independent of different modules, it would be practical to...

status:waiting-for-triage
type:feature

### Describe the bug When running the cmdlet - Get-MgRoleManagementDirectoryRoleEligibilitySchedule -ExpandProperty "*" -All:$true gives the error -Get-MgRoleManagementDirectoryRoleEligibilitySchedule : One or more errors occurred. I am running the latest version of...

Status: Needs Investigation

### Describe the bug I am trying to retrieve the Unified Audit Logs through an application with the required Graph API scopes. I can initiate the scan, check the status...

Service issue
status:waiting-for-author-feedback

### Describe the bug The documentation for creating a new SharePoint site list in https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelist?view=graph-powershell-1.0&WT.mc_id=M365-MVP-9501 is incorrect and fails with a "New-MgSiteList_Create: Unable to determine type of provided column definition."...

Service issue
Blocked