msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### 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:...
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...
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...
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...
### Describe the bug The Enable-MgBetaBackupRestore cmdlet is not working.  However, after installing Microsoft.Graph.Beta.Bookings , it is working fine. Following are few more cmdlets which are not showing up...
### 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...
### 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...
### 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...
### 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."...