opticyclic
opticyclic

Reputation: 8146

When Was An Azure AD Group Created?

I am going through the groups in my Active Directory and I have found some that I don't recognise and were probably created for some development purpose.

How do I find out when they were created and who created them?

EDIT:
An answer points out the Creation date is on the summary.
This summary also has an Object Id.
Can the Graph API get more info about the group (i.e. who created it) using this Object Id?

Upvotes: 1

Views: 1870

Answers (1)

Srinath Menon
Srinath Menon

Reputation: 1650

Creation date is shown in the groups detailed information which is what is seen on selecting the specific groups.

enter image description here

To get the details who created it, there does not seem to be any easy or obvious ways but you may navigate to the Group which is to be reviewed - Activity - Audit Logs. There this information is captured under "Initiated By" Column.

enter image description here

Reference: Azure powershell : Find the creator of a user, principal, application and group in Azure AD

Upvotes: 2

Related Questions