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

Get-MgGroup is missing the -filter option - Issue may exist in 1.12 as well but due to issue with -All being removed this issue was not identified until 1.12.1 Get-MgGroup...

Bug

Hi, Currently the only way I know how to set MFA twowayphone authentication for users via powershell is using set-msol (below), I do not see this functionality in PowerShell SDK...

Needs: Author Feedback
Question: API
no-recent-activity

PS C:\Windows\system32> Update-Module Microsoft.Graph PS C:\Windows\system32> Get-MgReportOffice365ActivationUserDetail -OutFile D:\Export\LicensingReport\Dev-MgReportOffice365ActivationUserDetail.csv Get-MgReportOffice365ActivationUserDetail : Expected '{' or '['. Was String: Report. At line:1 char:1 + Get-MgReportOffice365ActivationUserDetail -OutFile D:\Export\Licensin ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo...

Needs: Author Feedback
Status: Under Investigation

Hi, when i try to run command connect-mggraph and login with my global admin account which has no MFA enabled it gives me below error. ![image](https://user-images.githubusercontent.com/88958817/190622677-3db5de14-bd64-4f0b-bdea-709e0063b6b6.png) Please share on thoughts...

question
Needs: Author Feedback

The `Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension` cmdlet always throw an error below ``` An item with the same key has already been added. ``` #### Script to reproduce the issue ``` powershell Connect-MGGraph Select-MgProfile...

ToTriage

I'm attempting to authentication using the clinetId for my app registration. My command for the connection is `Connect-MgGraph -Scopes "User.Read","Group.Read.All" -ClientId "$ClientId" -TenantId "$TenantId"` Everything starts as expected my browser...

Needs: Author Feedback
Status: Needs Investigation
no-recent-activity

Add a markdown file to the documentation folder named upgra-guide-to-v2 highlighting all the changes, breaking changes and what's new in the v2 version, to help users have a better understanding...

Request: Documentation
Docs

We should rename the app registration to just Microsoft Graph Command Line Tools as we will use the same app for both PowerShell and CLI so we can give users...

Request: enhancement

Copy-MgTeam does not return the header location url to query to see if completed. Had to instead use Invoke-MgGraphRequest -OutputType HttpResponseMessage to get the Location url.

enhancement

Working with a client we noticed the Get-MgUser does not return the EmployeeId attribute correctly. It always shows blank data in the output : ![image](https://user-images.githubusercontent.com/56908729/186554089-a557bc71-feb9-4be5-bd3c-248ed762608e.png) Using the older AAD PS...

Status: Needs Investigation