Skip to content

Get-AllAadGroupAssignments/Get-AllAadGroupAssignments.ps1 #17

Description

@SquirrelAssassin

I was getting permissions errors from Line 171

$graph = Connect-MgGraph -Scopes DeviceManagementConfiguration.Read.All, DeviceManagementApps.ReadWrite.All

update this to

$graph = Connect-MgGraph -Scopes DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementServiceConfig.Read.All, group.read.all

removes the write permissions and allows the autopilot and enrollment to work and also allows you to read groups

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions