msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug I used to have a script that would search for eligibility requests using `Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest `. Today it stopped working, and it has some odd results. I...
### Describe the bug I am working in a script on PowerShell 5.1 with ExchangeOnlineManagement and Microsoft.Graph.Authentication and if I try to connect to Graph after connect to Exchange Online...
using the SDK Entitlement Management Catalog resources are created without role properties. The role properties are mandatory for adding the group/role to an access package. Example of a new catalog...
### Describe the bug I am running: `Get-MgUserCalendarPermission -UserId "userid"` The output: `Get-MgUserCalendarPermission_List: The requested user 'userid' is invalid.` I am on SDK version 2.19.0 (latest) ### Expected behavior Show...
### Is your feature request related to a problem? Please describe the problem. I utilize `Connect-MgGraph` within several helper scripts. These scripts redirect their object outputs to a variable, allowing...
### Describe the bug When running `Update-MgBetaApplicationByAppId` the SDK thinks that `UniqueName` is a required parameter yet in the docs it is optional. [Microsoft Learn - Update-MgApplicationByAppId -UniqueName](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgapplicationbyappid?view=graph-powershell-1.0#-uniquename)  ...
### Describe the bug Set-MgUserPhotoContent is returning to the host before it has completed the Graph API to upload the photo file. I'm using Set-MgUserPhotoContent in a script in a...
**Describe the bug** Set-MgEntitlementManagementAssignmentPolicy command makes all existing properties null except provided properties. eg:- Requester Information, Requests, Lifecycle all configs are lost. > Set-MgEntitlementManagementAssignmentPolicy -AccessPackageAssignmentPolicyId "xxxxxxxx-2308-4502-b92d-166e94e7070a" -Expiration @{duration = "PT8H";type...
### Is your feature request related to a problem? Please describe the problem. Right now you can use WAM to somewhat hackily authenticate with WHfB... However, it you need to...
When listing all items, it's much more efficient to query the maximum Microsoft Graph PageSize, 999 items (`$top` parameter), instead of the default 20. The `-All` queries could be up...