Good afternoon
I have selected stackoverflow for this question because probably mainly programmers are confronted with this question:
This is the issue:
- We want to read the notes field (not the description) from the Azure AD groups
- Contrary to what we might expect (and what the command names suggests), most commands in Microsofts PowerShell Modules to Access the Azure AD do not return an Azure AD Object, but only a small subset of its properties.
- For example, both
Get-AzADGroup
andGet-AzureADGroup
are only half-heartedly implemented and don't offer a solution to get all properties. The Microsoft "Docs" ignores this basic subject.
Therefore the Question:
Can a Runbook read all Azure AD Group Properties (or at least the Notes field)? In OnPremise AD, this property is called .Info
Thanks a lot for any help!
Kind regards, Thomas