msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
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...
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...
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...
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.  Please share on thoughts...
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...
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...
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...
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...
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.
Working with a client we noticed the Get-MgUser does not return the EmployeeId attribute correctly. It always shows blank data in the output :  Using the older AAD PS...