n-ster
Results
1
issues of
n-ster
#L437 write-host "AAD Group:"(Get-AADGroup **-id** $Assignment.target.GroupId).displayName "- Install Intent:"$Assignment.intent fix: write-host "AAD Group:"(Get-AADGroup **-GroupID** $Assignment.target.GroupId).displayName "- Install Intent:"$Assignment.intent Was getting errors and simply changing it to -GroupID fixed it for...