This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
MIT License
1.37k
stars
658
forks
source link
RBAC_ScopeTags_ApplicationAssign not working correct #219
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