Forum Discussion
KerryLambert
Mar 15, 2017Iron Contributor
Powershell attribute to distinguish where a group was provisioned?
We would like to determine where a group was provisioned, whether it was Planner, Teams, etc. Is there a PS attribute that can help with this?
cfiessinger
Microsoft
Mar 17, 2017Today there is not determistic way of knowing where the group is created from via PowerShell. This is something we have on our backlog and don't have a date we can share.
Using ExchangeProvisioningOption is NOT recommended since not all apps leverage it plus you can create a Teams against an existing Group for instance and this is not reflected in the script below.
Best you can do today is leverage the audit logs instead.
Sara Jardim Barbosa
Sep 05, 2018Copper Contributor
Hi cfiessinger may I ask for updates in this topic? Thank you!