Forum Discussion
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 returns
WhenCreated : 8/9/2018 12:40:08 PM.
How come what appears to be the same attribute, has 2 different names and 2 different values for the same group?
4 Replies
I'm guessing it's because they represent different objects - the "parent" object in AAD and the workload-specific representation in ExO. In particular, if you have some very old ones, you might see that they all have a very similar creation dates in ExO, corresponding to the time around which Microsoft changed their recipient type, while the AAD value is a very different one.
- Dean_GrossSilver ContributorIs there a powershell module/cmdlet that returns the same data as the Graph?
The AAD one, via Get-AzureADMSGroup.