msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### 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...
**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...
**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:...
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...
**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.  ...
**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...
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...
**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...
**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**...