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

Hi. I've started to use Microsoft.Graph on Powershell 7.2.2. I'm not sure how to use this function to create a new policy. The documentation isn't very helpful. [New-MgTrustFrameworkPolicy](https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgtrustframeworkpolicy?view=graph-powershell-beta) I've tried...

Service issue
metadata-issue

Hello, I would like to request adding -Credential as authentification method to the Connect-MgGraph Command. This is needed to use the Microsoft Graph PowerShell SDK in DevOps. With the other...

Request: Feature

I am getting user entity information from O365 Azure AD using PS: `(Get-Host).Version` Major: 7 Minor: 1 Build: 5 Revision: -1 Using -Filter switch to get a user record by...

Question: SDK
Needs: Attention :wave:

Currently during consent the app shows a slightly alarming `unverified` publisher -- this is misleading, as we know the publisher is Microsoft! The application should securely make that assertion so...

Bug - P1

 Fixes #1133 ### Changes proposed in this pull request - Work item for #1133 - Changes to AuthenticationHelpers.cs file to include WAM support as part of #1118 - Updating...

Given an OpenAPI path operation of: ``` yml /directory/deletedItems/microsoft.graph.application: get: tags: - directory.directoryObject summary: Get deletedItems from directory operationId: directory_ListDeletedItemsAsUser parameters: - $ref: '#/components/parameters/top' responses: '200': $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' default: $ref:...

enhancement

Replace the current auth provider with Azure Identity - [x] #1144 - [x] #1220. - [ ] https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1133 - [x] #936 - [x] #721 - [ ] #1002

enhancement

Customers are not able to specify `FederatedIdentityCredentials` when creating service principal using `New-MgServicePrincipal`. We should therefore remove `-FederatedIdentityCredentials` parameter on `New-MgServicePrincipal` to mirror the API behavior. See https://docs.microsoft.com/en-us/graph/api/resources/federatedidentitycredential?view=graph-rest-beta.

Needs: Directive

Users ask questions like the following which could be solved by documenting the release frequency of the ms graph ps modules to PowerShell Gallery: * How often is MS Graph...

Bug: Documentation