PowerZure
PowerZure copied to clipboard
PowerShell framework to assess Azure security
Microsoft renamed `.objectId` to `.id`. So the code at line 1611 would have to be adjusted to `$Uri = 'https://graph.microsoft.com/beta/applications/' + $App.id + '/addPassword'`. There might be other places where...
The docs mention a "Get-AzureGroup" command that does not exist. https://powerzure.readthedocs.io/en/latest/Functions/infogathering.html#get-azuregroup I think it should be Get-AzureADGroup ?
Running New-AzureBackdoor command and getting this error output. Anybody else run the same issue and how to solve? Thanks in advance for feedback. Invoke-RestMethod : Remote Server raise an error...
Went to use Add-AzureADRole and was getting a `bad request` response:  Looks like the endpoint might have been [updated](https://learn.microsoft.com/en-us/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0&tabs=http#http-request), also seems to need the data type `unifiedRoleAssignment` specified.