Can't get CustomSecurityAttributes for Azure AD users with MS Graph Powershell SDK
For the context, I'm building an app that will read and update the Custom Security Attributes of Azure AD users. I'm using the beta version. Here is my code: # Connect to the client Function Invoke-Connect-MSGraph($ClientId, $TenantId, $ClientSecret) { $body…