msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
Recently, my devices need between 10-20 minutes to import microsoft.graph. While they aren't supercomputers, they're no slouches either. One of them is a Surface Pro 9 SQ3 (Arm64) and the...
Hi, i'm using Version 2.11.1 of the [Microsoft Graph PowerShell SDK](https://learn.microsoft.com/en-us/powershell/microsoftgraph/overview) and i'd like to create a Microsoft 365 group (unified group) using the cmdlet New-MgGroup with Application Permissions to...
### Describe the bug I am trying to set Application VerfiedPublisherId with powershell and MsGraph. I can set VerifiedPublishelId with request via GraphExplorer but can not do the same via...
Fixes # ### Changes proposed in this pull request - - - ### Other links - - -
### Describe the bug Currently when I run `"Add-MgServicePrincipalKey -ServicePrincipalId $spoappid -BodyParameter $params -Verbose"`, it always shows error _“Add-MgServicePrincipalKey : Resource '00000003-0000-0ff1-ce00-000000000000' does not exist or one of its queried...
According to the [List manager](https://learn.microsoft.com/en-us/graph/api/user-list-manager) API doc, you need to use `Get-MgUser` cmdlet and specify `-UserId`, `-ExpandProperty`, `-CountVariable`, and `-ConsistencyLevel` parameters to get the list of transitive managers for a...
### Describe the bug When running `Find-MgGraphCommand -Command New-MgGroupMember`, it fails and shows the error message below. ``` > Find-MgGraphCommand -Command New-MgGroupMember Find-MgGraphCommand : 'New-MgGroupMember' is not a valid Microsoft...
`https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphpermission?view=graph-powershell-1.0` Help for Find-MgGraphPermission used to have parameter descriptions. Not anymore.
### Describe the bug I am trying to submit a new group activation request using MgGraph. The group has the setting [On activation, require: Authentication context: PIM Activation](https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-change-default-settings#on-activation-require-azure-ad-conditional-access-authentication-context) configured. I...
### Describe the bug ``` PS C:\> find-Module Microsoft.Graph.Beta Name Version Prerelease Repository Description ---- ------- ---------- ---------- ----------- Microsoft.Graph.Beta 2.19.0 PSGallery Microsoft Graph PowerShell module PS C:\> Install-Module Microsoft.Graph.Beta...