msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug For the most part of my organization's mailboxes, I can successfully retrieve mailboxsettings. However, for some of them I receive the following error (v1 and beta...
### Describe the bug All these both v1 and Beta fail with the same error "error": { "code": "No method match route template", it seems they are blocked by the...
### Describe the bug I logged this issue #2886 which has been closed with this PR #2889 . However, on the Graph PowerShell documentation, these commands are not showing under...
### Describe the bug I'm trying to use the powershell cmdlet Get-MgUserMailboxSetting and Update-MgUserMailboxSetting to automate work flow in my organization, however, I'm receiving access denied errors despite granting the...
### Describe the bug In the past months we've had several cases of our Microsoft Graph PS commands not working, for some of them we even opened Microsoft support cases....
### Describe the bug I'm testing new credential validatity for ServicePrincipal sync job (Enterprise app / SCIM job). Per [documentation](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.applications/test-mgserviceprincipalsynchronizationjobcredential?view=graph-powershell-1.0#outputs) this cmdlet must return boolean. But if credential is correct,...
### Describe the bug I want to pre-provision users OneDrive using the following method: https://learn.microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0&tabs=powershell According to the documentation this should work: > If a user's OneDrive isn't provisioned but...
### Is your feature request related to a problem? Please describe the problem. We have a set of cloud printing APIs exposed in Microsoft Graph. Currently Graph generated powershell requires...
### Describe the bug I was trying to use Invoke-MgGraphRequest with api.securitycenter and it doesn't work. It works using old MSAL.PS methods so I would guess it's the same thing....
### Is your feature request related to a problem? Please describe the problem. For some integrations such as sailpoint requires below graph query parameters below, which only returns the 20...