msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug I am trying to use the Remove-MgGroupConversation command to remove an email from a M365 group mailbox. I have the proper permissions, however I get the...
### Describe the bug I am unable to connect to Microsoft Graph using the RecordsManagement.Read.All scope. ```powershell Connect-MgGraph -Scopes 'RecordsManagement.Read.All' ``` The error returned is: > Connect-MgGraph -Scopes 'RecordsManagement.Read.All' Connect-MgGraph:...
### Describe the bug it seems as MS forgot to include the command New-MgBetaIdentityConditionalAccessPolicy in v2.30 in the push. it is NOT mentioned in Microsoft.Graph.Beta.Identity.SignIns.psd1 'New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference', 'New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode', 'New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy', 'New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration', 'Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference',...
### Describe the bug I was really struggling with getting this command to work. When running it with the -Debug switch it was noticed: DEBUG: ============================ HTTP REQUEST ============================ HTTP...
### Describe the bug In version 2.30 of the module Microsoft.Graph.Identity.DirectoryManagement the function Remove-MgContact is missing. Further MgContact functions are still included, so I don't think that these functions moved...
### Describe the bug I am trying to find the first site with a display name starting with A. The cmdlet ignores the Top parameter (it's also incredibly slow -...
### Describe the bug The Get-MgAllSite cmdlet returns a maximum of 600 sites. The cmdlet supports a skiptoken parameter to take a nextlink and return the next page of data,...
### Describe the bug Using New-MgBetaSecurityAuditLogQuery I can successfully create a query and using Get-MgBetaSecurityAuditLogQuery I can successfully retrieve a query. However, I am unable to Remove this query (or...
### Describe the bug The Microsoft Graph API beta endpoint has a backend translation bug where requests to `microsoft.graph.mobileLobApp` are incorrectly translated to `microsoft.management.services.api.mobileLobApp`, causing file upload operations to fail....
### Changes proposed in this pull request - This adds the option to specify the UserPrincipalName of the user connecting in order to bypass the pop-up in interactive browser...