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

### Discussed in https://github.com/microsoftgraph/msgraph-sdk-powershell/discussions/2010 Originally posted by **glennvanrymenant** May 15, 2023 Would it be possible to add the ability to surface the access token used by the connection (Connect-MgGraph). I...

Request: Feature
Needs: Attention :wave:

**Describe the bug** Commandlet for API endpoint `POST /deviceManagement/reports/cachedReportConfigurations` ([Graph API endpoint documented here](https://learn.microsoft.com/en-us/graph/api/intune-reporting-devicemanagementcachedreportconfiguration-create?view=graph-rest-beta)) doesn't exist. **To Reproduce** Steps to reproduce the behavior: 1. Try to run `New-MgBetaDeviceManagementReportCachedReportConfiguration` 2. Receive...

Status: Needs Investigation
goodfirstissue

**Describe the bug** Attempting to authenticate using a [Service Principle with Secret via Environment Variables](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/identity/Azure.Identity#environment-variables) using Microsoft.Graph Module v2.9.0 fails with the error below. This feature works in v2.8.0. _AADSTS700016:...

Status: Under Investigation
Docs

As a user accessing large collections of graph objects, I want `Invoke-MgGraphRequest` to have `-FollowRelLink` and `-MaximumFollowRelLink` parameters like `Invoke-RESTMethod` does so that I don't have to cook up my...

Question: SDK
Needs: Team Discussion

**Describe the bug** When I try to remove all existing service principal IDs in selected conditional policy condition by defining IncludeServicePrincipals = '', it ends with an error. ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/2930419/be24f2d5-3b97-4600-b1d7-4de788ee97cb) ![image](https://github.com/microsoftgraph/msgraph-sdk-powershell/assets/2930419/7a0a909d-c5d1-42ae-aa63-c9a1ac38eefe)...

Bug: PowerShell

**Describe the bug** Get-MgEntitlementManagementAssignment is defined in a .ps1 script which is not signed with a digital certificate. **To Reproduce** Steps to reproduce the behavior: 1. Execute Get-MgEntitlementManagementCatalog on a...

Status: Needs Investigation

Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue: - Make sure you can reproduce this issue using the latest released version...

Bug - P3

**Describe the bug** When I run Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest with either -All or -Top 1, I get no results. If instead I use a filter, like `Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest -Filter "groupId eq '$myGroupID' and...

Status: Needs Investigation

**Describe the bug** Get-MgBetaIdentityGovernancePrivilegedAccess returns an error: {"errorCode":"MissingProvider","message":"The provider is missing.","instanceAnnotations":[]} Status: 400 (BadRequest) ErrorCode: UnknownError Same error for Get-MgBetaIdentityGovernancePrivilegedAccessGroup **To Reproduce** Steps to reproduce the behavior: 1. Connect-MgGraph 2....

**Describe the bug** See Subject: Get-MgIdentityGovernancePrivilegedAccessGroup fails to execute -> Error Message "The Provider is missing" There is no documentation on any Provider. Nor is there a Parameter **To Reproduce**...