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 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...

Status: Needs Investigation

### 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...

Status: Under Investigation
type:bug

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...

Status: Needs Investigation

### 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...

Status: Needs Investigation
type:bug

### 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...

enhancement

### 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) ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/10209663/c9232463-d668-4bd7-bc74-43b413b384b7) ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/10209663/0641c090-d4c4-4ad2-a36b-c3e182e92791)...

Status: Needs Investigation

### 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...

Status: Needs Investigation

**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...

type:bug

### 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...

type:feature

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...

type:feature