Sam Erde
Sam Erde
The list of Entra privileged roles changes over time, which makes the `[ValidateSet()]` statement in `Get-MtRoleMember` enforce an incomplete list of values. See: https://github.com/maester365/maester/blob/d67de01cd7286e4207a9fa6fdcef5b646517247c/powershell/public/Get-MtRoleMember.ps1#L46 We should update this list dynamically...
### Describe the bug I am unable to connect to Microsoft Graph using the RecordsManagement.Read.All scope. ```powershell Connect-MgGraph -Scopes 'RecordsManagement.Read.All' ``` The error returned is: > Connect-MgGraph -Scopes 'RecordsManagement.Read.All' Connect-MgGraph:...