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
trafficstars

Hello, I am trying to send a message via Send-MgUserEmail. When the attachment is an Excel document with macros (with the MIME type specified in the code below), the email...

Service issue

Add-MgTeamChannelMember Returns '404 page not found' This occurs with both v1.0 and beta. ``` Add-MgTeamChannelMember_Add1: C:\Users\XXXXXX\Documents\PowerShell\Modules\Microsoft.Graph.Teams\1.11.1\exports\v1.0\ProxyCmdletDefinitions.ps1:276:23 Line | 276 | $scriptCmd = {& $wrappedCmd @PSBoundParameters} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 404 page...

Service issue
metadata-issue

Please update the PowerShell SDK to allow the ability to List all the rooms defined in the tenant.

enhancement

Get-MgReportEmailActivityUserDetail -Date '2022-03-06' -OutFile "D:\Export\LicensingReport\EmailActivityUserDetail$today.csv" Get-MgReportEmailActivityUserDetail : Expression expected at position 5 in 'date==2022-03-06'. At line:1 char:1 + Get-MgReportEmailActivityUserDetail -Date '2022-03-06' -OutFile "D:\E ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation:...

When I used to retrieve user photo data via a REST API call I would be given the photo data as a byte stream which I could get convert to...

AutoREST-dependency
Request: Feature

Hello guys, I have the same issue as was solved [here](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1439#), but in a slightly different environment. I am using Connect-MgGraph in Azure Automation - PowerShell runbook, where only PowerShell...

External

Using the -pagesize parameter does not work in PowerShell 5.1. It does not add the $top parameter to the MS Graph request. For example... Get-MgUser -All -PageSize 999 Get-MgGroup -All...

Status: Needs Investigation

I'm looking for a way to access the usage report data in Office 365 through the SDK. Such as if a user has a a license assigned , the last...

enhancement

```powershell Update-MgEntitlementManagementAccessPackageAssignmentPolicy ` -AccessPackageAssignmentPolicyId $assignmentPolicyId ` -BodyParameter $bodyParameter ``` Error: ```powershell No HTTP resource was found that matches the request URI 'https://elm.iga.azure.com/api/v1/accessPackageAssignmentPolicies('8b5622cd-c7ea-4af0-a456-09a2ce808083')' ``` I assume the API URI is incorrect...

Bug
metadata-issue
missing-annotation

`Get-MgUser -All:$false` should not follow the next link.

Bug - P1