powershell-intune-samples
powershell-intune-samples copied to clipboard
RBAC_ScopeTags_ApplicationAssign not working correct
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 }