msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
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...
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...
New-MgEntitlementManagementAccessPackageAssignmentRequest - case sensitivity issue with properties
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 👇🏾 >...
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...
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...
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...
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...
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...