Forum Discussion
Dean_Gross
Aug 20, 2019Silver Contributor
Inconsistent Date Values and Attribute Names
When I use the Graph Explorer https://graph.microsoft.com/v1.0/groups/{ID} it returns "createdDateTime": "2016-03-17T13:37:42Z", When I use Get-UnifiedGroup -Identity ID -IncludeAllProperties it re...
Dean_Gross
Aug 20, 2019Silver Contributor
Is there a powershell module/cmdlet that returns the same data as the Graph?
VasilMichev
Aug 20, 2019MVP
The AAD one, via Get-AzureADMSGroup.
- Dean_GrossAug 20, 2019Silver Contributor
thanks, so what is the difference between that one and Get-AzureADGroup?
I found a note stating that "Going forward, all cmdlets that call Microsoft Graph will have “MS” in their cmdlet names, as in “Get-AzureADMSGroup”. The cmdlets that call Azure AD Graph will not change, so there is also a “Get-AzureADGroup” cmdlet."
Unfortunately, the docs at https://docs.microsoft.com/en-us/powershell/module/azuread/Get-AzureADMSGroup?view=azureadps-2.0 don't make any mention of this. These modules and their associated documentation are still very confusing to me.