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

Microsoft.Graph.Devicemanagement Version 1.10.0 While **Get-MgDeviceManagementManagedDeviceUser** is working like a charm to retrieve the Primary User of an Intune device, there should be a _simple_ command available to update the primary...

Needs: Attention :wave:
no-recent-activity

Just trying to figure out why using the `PowerShell` modules `AzureAD` and `MSOnline` do not yield the following error message that appears whenever trying a `Connect-MgGraph`: ``` needs permission to...

under-investigation

As per this customer issue https://github.com/microsoftgraph/microsoft-graph-docs/issues/17798, the "Value" property required in the [PowerShell snippet of Example 2 in the Graph API docs](https://docs.microsoft.com/en-us/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta&tabs=powershell#example-2-user-requests-a-package-and-answers-questions-for-approval) is case-sensitive. Please see more here 👇🏾 >...

Bug

The following article needs to be update: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/get-mginformationprotectionbitlockerrecoverykey?view=graph-powershell-1.0 Please add information about using -Select and a example to use -Select Key The most common usage for the cmdlet is... Get-MgInformationProtectionBitlockerRecoveryKey...

enhancement
Request: Sample
Docs

Hi, When trying to set BusinessPhones or MobilePhone values to $null, like so: `Update-MgUser -UserId $MgUser.UserPrincipalName -MobilePhone $null -BusinessPhones $null` It throws an error: `Update-MgUser_UpdateExpanded: Invalid value specified for property...

AutoREST-dependency
Request: Feature
Request: Kiota
Blocked

To provide a clear view of what is supported by the Graph PowerShell SDK and have a better understanding on what is missing for feature parity, we should update the...

Request: Documentation

We need to provide better documentation for the cmdlets we have in the Authentication module. Today the only information we provide lives in the [README.md](https://github.com/microsoftgraph/msgraph-sdk-powershell#microsoft-graph-powershell-sdk), in the [app-only authentication](https://docs.microsoft.com/en-us/graph/powershell/app-only?view=graph-rest-1.0&tabs=azure-portal) and...

Request: Documentation

As part of #1118, we should also consider adding [WAM](https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-acquire-token-wam) support to the SDK. [Azure.Identity](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md) supports WAM via [Azure.Identity.BrokeredAuthentication](https://docs.microsoft.com/en-us/dotnet/api/azure.identity.brokeredauthentication?view=azure-dotnet-preview) preview package. We will need to add [Azure.Identity.BrokeredAuthentication](https://docs.microsoft.com/en-us/dotnet/api/azure.identity.brokeredauthentication?view=azure-dotnet-preview) preview package and...

Request: Feature
Blocked