Clément Notin

Results 41 issues of Clément Notin

The [description of the `Invoke-MandiantAuditAzureADServicePrincipals` cmdlet](https://github.com/mandiant/Mandiant-Azure-AD-Investigator#service-principals-invoke-mandiantauditazureadserviceprincipals) says that: > Environments that are or were previously in a hybrid-mode may have credentials added to Exchange Online, Skype for Business, and AAD...

I'm using Berserko 1.2 with Burp 2020.5.1 on Windows After a fresh install of the extension I configured the "domain settings" but when I tried to "test domain settings" I...

I have a few examples of JSON responses, where the JSON content-type is stated and displayed as such in Burp Proxy "MIME Type" column, and where the JSON content is...

This [permission](https://learn.microsoft.com/en-us/graph/permissions-reference#rolemanagementreadall) also allows to read role assignments --- > [!NOTE] > The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will...

area: permissions
review requested

Observed in an API response in a real env ``` { "@odata.context": "https://graph.microsoft.com/beta/$metadata#onPremisesPublishingProfiles('applicationProxy')/connectorGroups", "value": [ { "id": "a1ab5519-", "name": "Default", "region": "eur", "connectorGroupType": "applicationProxy", "isDefault": true }, { "id": "5e725447-",...

review requested

Here's one possibility to add support for a download button. Thanks to this recent addition to simplelightbox: https://github.com/andreknieriem/simplelightbox/commit/3e493c1a07749d038f02f7d3862e18f7aee97173 It looks like this: ![image](https://user-images.githubusercontent.com/550823/211948227-53963208-795a-494e-a22d-475ebc30bdda.png) Fix #11 (only for the need of...

The attribute is plural since it's an array. And as confirmed in https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-beta#:~:text=).%20Read%2Donly.-,groupTypes,-String%20collection and in the code samples in this same page

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Issue-Enhancement
Needs-Triage
WG-Engine-Format

Auth to Entra ID, with this action, does not necessarily need an Azure subscription. For example, if the goal is to access Entra ID / MS Graph only, and not...

"allow-no-subscriptions" is a handy option when one wants to authenticate to Entra ID, without necessarily talking with Azure RM afterwards, so I suggest to add it in the error message...