PowerZure icon indicating copy to clipboard operation
PowerZure copied to clipboard

PowerShell framework to assess Azure security

Results 5 PowerZure issues
Sort by recently updated
recently updated
newest added

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: ![BadReq](https://github.com/hausec/PowerZure/assets/25848582/7ad85f8a-c6b4-4793-adac-83f4092c6b8d) 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.