powershell-intune-samples icon indicating copy to clipboard operation
powershell-intune-samples copied to clipboard

RBAC_ScopeTags_ApplicationAssign not working correct

Open Martinfx opened this issue 3 years ago • 0 comments

Hi, i have problem with RBAC_ScopeTags_ApplicationAssign with more scope tags. I need create more tags for application and not only one.

This is correct -id $id -Type "#microsoft.graph.win32LobApp" -ScopeTags "2" -Verbose

This is not correct

-id $id -Type "#microsoft.graph.win32LobApp" -ScopeTags "2,3" -Verbose

{"error":{"code":"BadRequest","message":"{\r\n  \"_version\": 3,\r\n  \"Message\": \"Invalid Role Scope Tag defined 
2,3 }

Martinfx avatar Sep 13 '22 13:09 Martinfx