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

In the interim to provide a full capable SDK providing native pipeline support, we want to provide documentation to achieve an alternative solution.

### Describe the bug Remove-MgUserTeamworkInstalledApp submitted to remove applications from users in mass. The application is never un-pinned or uninstalled from the users team client. ### Expected behavior Application is...

Status: Needs Investigation

### Describe the bug I am trying to fetch details of the retention labels assigned to files in a SPO document library. RetentionLabel is the property. This code workls to...

status:waiting-for-triage
type:bug

### Describe the bug This isn't really a bug, but the documentation for the aforementioned Remove-MgGroupMemberByRef cmdlet is out of date. It shows an example that no longer works. The...

Bug: Documentation

### Describe the bug Can't fetch records found by the audit search : Getting the following error : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Invoke-MgGraphRequest : Conversion from JSON failed with error: After parsing a...

status:waiting-for-triage
type:bug

### Describe the bug Getting this error while calling the graph api endpoint like the below code snippet var callRecordSession = AsyncHelpers.RunSync(() => graphServiceClient.Communications.CallRecords[Convert.ToString(callRecordId)].Sessions.Request(queryOptions).GetAsync()); ### Expected behavior API should return...

status:waiting-for-triage
type:bug

**Describe the bug** > Customers are confused by the StartDateTime parameter. This value cannot be updated for a review which has already been created so we should remove it from...

We should provide a command for managing global configurations that apply to the SDK. The command can be used to opt-in to preview features etc. This can be something like...

Request: Feature

Below command returns the password in plain text. `(Add-MgApplicationPassword ...).PasswordCredentials.SecretText ` 1. It would helpful if the secret can returned in secure string. 2. Also add switch -SecretAsPlainText to return...

Request: Feature
Breaking Change

I can see from this #764 that we have to go to the AdditionalProperties to get the field values for a list these which is functional but not in keeping...

enhancement
AutoREST-dependency