msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug I am trying to configure multiple federated domains, but Azure does not support multiple federated domains with the same IssuerUri. The following URL explains this and...
### Describe the bug When using `Connect-MgGraph` simply with the default Graph PowerShell Enterprise App on any version 2.26 or newer, specifically, when using with delegated permissions there seems to...
### Describe the bug I am trying to add and remove device owners using New-MgDeviceRegisteredOwnerByRef and Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef. But I am getting "Insufficient privileges to complete the operation." This is despite...
### Describe the bug When I make a Get-MgUser call, I'm unable to return a value for UserType even when I explicitly include it. Making the same request using Invoke-MgGraphRequest...
### Describe the bug I am trying to update the schedule for an existing access package assignment with the -Schedule parameter, but it's throwing a now http resource was found...
### Is your feature request related to a problem? Please describe the problem. When querying Get-MgBetaOrganization I can read the Parameter "onPremisesLastPasswordSyncDateTime". Unfortunately this one isnt available in the Get-MgOrganization...
### Describe the bug When using New-MgBetaEntitlementManagementAccessPackageAssignmentRequest there is an option to add the parameter: IsApprovalRequired. This should allow an AdminAdd but without bypassing the approval. However, when using this...
### Describe the bug When calling this function with `-PageSize 999`, it's pretty obvious that it is ignoring that and still using the default of `100`. In my test case,...
New-MgBetaSecurityAuditLogQuery Returns Invalid URI: The format of the URI could not be determined.
### Describe the bug Attempting to submit a new audit log query with code that has been running for ages that fails in V2.28. Here's the payload: $AuditQueryParameters = @{}...
### Describe the bug Since module version 2.26.0, I have been experiencing an issue with Continuous Access Evaluation in MgGraph. I authenticate using app registration and a certificate. This works...