Get-MgGroup (and API) returning incorrect creation dates #3038
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
The Get-MgGroup cmdlet is returning incorrect creation dates (15-Nov-2024) for groups created in May 2015.
Expected behavior
It would be nice to have the right dates reported!
How to reproduce
This is the command I used:
[array]$Groups = Get-MgGroup -Filter "groupTypes/any(c:c eq 'unified') and ExpirationDateTime ge 2014-01-01T00:00:00Z" -All -ConsistencyLevel Eventual -CountVariable Var -Property DisplayName, CreatedDateTime, RenewedDateTime, ExpirationDateTime
I found several (6 of 73) groups had the incorrect creation date. I checked with Get-UnifiedGroup and Exchange Online returned the correct date.
Ultimate Guide to Office 365 15-Nov-2024 19:56
Board Members (Secret) 15-Nov-2024 19:57
Corporate Accounting (Billing) 15-Nov-2024 19:57
Technology News and Views 15-Nov-2024 19:57
Company Forum 15-Nov-2024 19:57
Ask HR! 15-Nov-2024 19:57
get-unifiedgroup -Identity 'Ultimate Guide to Office 365' | fl when*
WhenSoftDeleted :
WhenChanged : 21/11/2024 16:31:13
WhenCreated : 15/05/2015 02:18:10
WhenChangedUTC : 21/11/2024 16:31:13
WhenCreatedUTC : 15/05/2015 01:18:10
get-unifiedgroup -Identity 'company forum' | fl when*
WhenSoftDeleted :
WhenChanged : 21/11/2024 05:52:07
WhenCreated : 15/05/2015 00:56:35
WhenChangedUTC : 21/11/2024 05:52:07
WhenCreatedUTC : 14/05/2015 23:56:35
get-unifiedgroup -Identity 'Technology News and Views' | fl when*
WhenSoftDeleted :
WhenChanged : 23/10/2024 00:30:38
WhenCreated : 15/05/2015 00:55:27
WhenChangedUTC : 22/10/2024 23:30:38
WhenCreatedUTC : 14/05/2015 23:55:27
get-unifiedgroup -Identity 'Board Members (Secret)' | fl when*
WhenSoftDeleted :
WhenChanged : 21/11/2024 14:36:53
WhenCreated : 09/05/2015 00:22:06
WhenChangedUTC : 21/11/2024 14:36:53
WhenCreatedUTC : 08/05/2015 23:22:06
get-unifiedgroup -Identity 'Corporate Accounting (Billing)' | fl when*
WhenSoftDeleted :
WhenChanged : 23/10/2024 12:23:40
WhenCreated : 29/05/2015 11:18:03
WhenChangedUTC : 23/10/2024 11:23:40
WhenCreatedUTC : 29/05/2015 10:18:03
SDK Version
2.24
Latest version known to work for scenario above?
No response
Known Workarounds
Use Exchange Online PowerShell
Debug output
Click to expand log
```[array]$Groups = Get-MgGroup -Filter "groupTypes/any(c:c eq 'unified') and ExpirationDateTime ge 2014-01-01T00:00:00Z" -All -ConsistencyLevel Eventual -CountVariable Var -Property DisplayName, CreatedDateTime, RenewedDateTime, ExpirationDateTime -debug
DEBUG: [CmdletBeginProcessing]: - Get-MgGroup begin processing with parameterSet 'List'.
DEBUG: [Authentication]: - AuthType: 'Delegated', TokenCredentialType: 'InteractiveBrowser', ContextScope: 'CurrentUser', AppName: 'Microsoft Graph Command Line Tools'.
DEBUG: [Authentication]: - Scopes: [AccessReview.Read.All, Agreement.Read.All, Analytics.Read, APIConnectors.Read.All, Application.Read.All, Application.ReadWrite.All, AppRoleAssignment.ReadWrite.All, AuditLog.Read.All, AuditLogsQuery.Read.All, BackupRestore-Control.Read.All, Calendars.Read, Calendars.ReadWrite, Channel.ReadBasic.All, ChannelMessage.Read.All, ChannelMessage.ReadWrite, ChannelMessage.Send, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, Chat.Create, Chat.ManageDeletion.All, Chat.ReadWrite, Community.ReadWrite.All, Contacts.ReadWrite, CrossTenantUserProfileSharing.Read, CrossTenantUserProfileSharing.Read.All, DelegatedPermissionGrant.ReadWrite.All, DeviceManagementManagedDevices.Read.All, Directory.AccessAsUser.All, Directory.Read.All, Directory.ReadWrite.All, DirectoryRecommendations.Read.All, Domain.Read.All, eDiscovery.Read.All, email, EntitlementManagement.Read.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, GroupMember.ReadWrite.All, IdentityProvider.Read.All, IdentityProvider.ReadWrite.All, IdentityRiskEvent.Read.All, IdentityRiskyUser.Read.All, IdentityRiskyUser.ReadWrite.All, IdentityUserFlow.Read.All, InformationProtectionPolicy.Read, Mail.Read, Mail.ReadWrite, Mail.Send, Mail.Send.Shared, MailboxSettings.ReadWrite, Notes.Create, OnlineMeetingArtifact.Read.All, OnlineMeetings.Read, OnPremDirectorySynchronization.ReadWrite.All, openid, Organization.Read.All, PeopleSettings.Read.All, PeopleSettings.ReadWrite.All, Place.Read.All, Policy.Read.All, Policy.Read.ConditionalAccess, Policy.Read.PermissionGrant, Policy.ReadWrite.ApplicationConfiguration, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, POP.AccessAsUser.All, PrivilegedAccess.Read.AzureAD, PrivilegedAccess.Read.AzureResources, profile, RecordsManagement.Read.All, Reports.Read.All, ReportSettings.ReadWrite.All, RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleEligibilitySchedule.Remove.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, SecurityActions.ReadWrite.All, SecurityEvents.Read.All, SecurityEvents.ReadWrite.All, ServiceHealth.Read.All, ServiceMessage.Read.All, SharePointTenantSettings.ReadWrite.All, Sites.FullControl.All, Sites.Manage.All, Sites.Read.All, Sites.ReadWrite.All, Tasks.Read, Tasks.ReadWrite, Team.ReadBasic.All, TeamMember.Read.All, TeamSettings.Read.All, TeamsTab.Read.All, TeamworkTag.ReadWrite, User.Read, User.Read.All, User.ReadBasic.All, User.ReadWrite, User.ReadWrite.All, UserActivity.ReadWrite.CreatedByApp, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, User-ConvertToInternal.ReadWrite.All, VirtualEvent.Read, WindowsUpdates.Read.All].
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://graph.microsoft.com/v1.0/groups?$filter=groupTypes%2Fany%28c%3Ac eq %27unified%27%29 and ExpirationDateTime ge 2014-01-01T00%3A00%3A00Z&$count=true&$select=DisplayName%2CCreatedDateTime%2CRenewedDateTime%2CExpirationDateTime
Headers:
ConsistencyLevel : Eventual
FeatureFlag : 00000043
Cache-Control : no-store, no-cache
User-Agent : Mozilla/5.0,(Windows NT 10.0; Microsoft Windows 10.0.22631; en-IE),PowerShell/7.4.6
Accept-Encoding : gzip
SdkVersion : graph-powershell/2.24.0
client-request-id : d6f40287-4645-4054-a1d9-690ecb555363
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Vary : Accept-Encoding
Strict-Transport-Security : max-age=31536000
request-id : 7b30c5f3-3a54-4094-8867-22f720be11c2
client-request-id : d6f40287-4645-4054-a1d9-690ecb555363
x-ms-ags-diagnostic : {"ServerInfo":{"DataCenter":"North Europe","Slice":"E","Ring":"4","ScaleUnit":"004","RoleInstance":"DB1PEPF0001F9DA"}}
x-ms-resource-unit : 1
odata-version : 4.0
Date : Thu, 21 Nov 2024 21:11:09 GMT
Body:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups(displayName,createdDateTime,renewedDateTime,expirationDateTime)",
"@odata.count": 73,
"value": [
{
"displayName": "Windows File Server Replacement Project",
"createdDateTime": "2018-01-24T12:18:30Z",
"renewedDateTime": "2023-11-19T10:53:41Z",
"expirationDateTime": "2025-11-18T10:53:42Z"
},
{
"displayName": "Operations Department (Team)",
"createdDateTime": "2017-08-07T14:28:40Z",
"renewedDateTime": "2023-07-14T19:24:44Z",
"expirationDateTime": "2025-07-13T19:24:44Z"
},
{
"displayName": "Information Quality and Accuracy",
"createdDateTime": "2020-05-18T16:13:11Z",
"renewedDateTime": "2024-03-28T06:27:46Z",
"expirationDateTime": "2026-03-28T06:27:46Z"
},
{
"displayName": "Ask HR!",
"createdDateTime": "2024-11-15T19:57:53Z",
"renewedDateTime": "2023-04-25T14:59:48Z",
"expirationDateTime": "2025-04-24T14:59:48Z"
},
{
"displayName": "Cricket Lovers (Archived)",
"createdDateTime": "2019-05-08T15:46:38Z",
"renewedDateTime": "2023-04-12T05:06:41Z",
"expirationDateTime": "2025-04-11T05:06:41Z"
},
{
"displayName": "Microsoft Graph Gurus",
"createdDateTime": "2022-08-01T13:01:01Z",
"renewedDateTime": "2024-07-16T07:24:07Z",
"expirationDateTime": "2026-07-16T07:24:07Z"
},
{
"displayName": "R&A Projects",
"createdDateTime": "2018-05-14T17:37:01Z",
"renewedDateTime": "2024-03-08T00:35:58Z",
"expirationDateTime": "2026-03-08T00:35:58Z"
},
{
"displayName": "Baden Workers",
"createdDateTime": "2019-11-25T21:48:20Z",
"renewedDateTime": "2023-10-05T00:54:50Z",
"expirationDateTime": "2025-10-04T00:54:50Z"
},
{
"displayName": "Organization Planning (Team)",
"createdDateTime": "2021-11-10T15:38:30Z",
"renewedDateTime": "2023-10-06T00:55:40Z",
"expirationDateTime": "2025-10-05T00:55:40Z"
},
{
"displayName": "Mobile Application Policies (Team)",
"createdDateTime": "2019-06-03T09:43:05Z",
"renewedDateTime": "2023-05-14T06:43:14Z",
"expirationDateTime": "2025-05-13T06:43:14Z"
},
{
"displayName": "Company Forum",
"createdDateTime": "2024-11-15T19:57:49Z",
"renewedDateTime": "2024-05-22T08:28:36Z",
"expirationDateTime": "2026-05-22T08:28:36Z"
},
{
"displayName": "James Ryan - Access",
"createdDateTime": "2022-02-12T11:18:58Z",
"renewedDateTime": "2024-02-23T00:09:27Z",
"expirationDateTime": "2026-02-22T00:09:27Z"
},
{
"displayName": "Dunes Project",
"createdDateTime": "2019-12-17T13:14:47Z",
"renewedDateTime": "2023-10-27T02:51:23Z",
"expirationDateTime": "2025-10-26T02:51:23Z"
},
{
"displayName": "Sales Department team",
"createdDateTime": "2016-08-04T08:47:54Z",
"renewedDateTime": "2023-04-24T14:59:03Z",
"expirationDateTime": "2025-04-23T14:59:03Z"
},
{
"displayName": "Plumbers are Cool",
"createdDateTime": "2019-11-27T15:06:21Z",
"renewedDateTime": "2023-10-07T00:56:30Z",
"expirationDateTime": "2025-10-06T00:56:30Z"
},
{
"displayName": "Exchange Online Tips and Techniques",
"createdDateTime": "2019-10-22T09:02:19Z",
"renewedDateTime": "2023-09-01T10:52:18Z",
"expirationDateTime": "2025-08-31T10:52:18Z"
},
{
"displayName": "Exchange Grumpy Alumni",
"createdDateTime": "2017-06-28T14:04:51Z",
"renewedDateTime": "2023-05-13T06:42:14Z",
"expirationDateTime": "2025-05-12T06:42:14Z"
},
{
"displayName": "Ultimate Guide to Office 365",
"createdDateTime": "2024-11-15T19:56:12Z",
"renewedDateTime": "2024-04-22T08:19:53Z",
"expirationDateTime": "2026-04-22T08:19:53Z"
},
{
"displayName": "Customer Prospects",
"createdDateTime": "2021-11-01T17:49:55Z",
"renewedDateTime": "2023-11-15T20:17:42Z",
"expirationDateTime": "2025-11-14T20:17:42Z"
},
{
"displayName": "Industry News",
"createdDateTime": "2017-05-20T11:03:38Z",
"renewedDateTime": "2023-04-24T14:59:04Z",
"expirationDateTime": "2025-04-23T14:59:04Z"
},
{
"displayName": "All R &A Users",
"createdDateTime": "2018-06-02T17:03:01Z",
"renewedDateTime": "2024-03-27T06:26:57Z",
"expirationDateTime": "2026-03-27T06:26:58Z"
},
{
"displayName": "Andy Ruth Leadership",
"createdDateTime": "2017-10-03T13:38:52Z",
"renewedDateTime": "2023-07-09T10:38:38Z",
"expirationDateTime": "2025-07-08T10:38:38Z"
},
{
"displayName": "Human Resources Group",
"createdDateTime": "2024-11-15T19:57:53Z",
"renewedDateTime": "2023-04-24T14:59:05Z",
"expirationDateTime": "2025-04-23T14:59:05Z"
},
{
"displayName": "Kim Akers - Access",
"createdDateTime": "2022-02-12T16:36:46Z",
"renewedDateTime": "2024-02-23T00:10:46Z",
"expirationDateTime": "2026-02-22T00:10:46Z"
},
{
"displayName": "Dynamic MVPs",
"createdDateTime": "2017-10-05T10:15:08Z",
"renewedDateTime": "2023-07-31T06:21:01Z",
"expirationDateTime": "2025-07-30T06:21:01Z"
},
{
"displayName": "Global Trading Desk",
"createdDateTime": "2017-08-07T12:38:34Z",
"renewedDateTime": "2023-01-05T12:47:19Z",
"expirationDateTime": "2025-01-04T12:47:19Z"
},
{
"displayName": "Yammer Replacement Team (Team)",
"createdDateTime": "2017-12-30T16:34:04Z",
"renewedDateTime": "2023-11-18T10:53:01Z",
"expirationDateTime": "2025-11-17T10:53:01Z"
},
{
"displayName": "Corporate Accounting (Billing)",
"createdDateTime": "2024-11-15T19:57:54Z",
"renewedDateTime": "2023-04-25T14:59:50Z",
"expirationDateTime": "2025-04-24T14:59:51Z"
},
{
"displayName": "Microsoft To Do Tips and Tricks (Team)",
"createdDateTime": "2019-05-07T19:44:06Z",
"renewedDateTime": "2023-04-11T08:20:58Z",
"expirationDateTime": "2025-04-10T08:20:58Z"
},
{
"displayName": "Office 365 Questions",
"createdDateTime": "2017-05-19T11:12:23Z",
"renewedDateTime": "2024-01-03T11:20:14Z",
"expirationDateTime": "2026-01-02T11:20:14Z"
},
{
"displayName": "System Innovation",
"createdDateTime": "2022-06-07T13:52:50Z",
"renewedDateTime": "2024-05-21T20:52:09Z",
"expirationDateTime": "2026-05-21T20:52:09Z"
},
{
"displayName": "HR Working Group",
"createdDateTime": "2015-05-09T16:52:37Z",
"renewedDateTime": "2023-06-07T09:15:23Z",
"expirationDateTime": "2025-06-06T09:15:23Z"
},
{
"displayName": "Annual Conference Planners 2021",
"createdDateTime": "2021-02-10T20:30:42Z",
"renewedDateTime": "2023-02-20T01:38:47Z",
"expirationDateTime": "2025-02-19T01:38:47Z"
},
{
"displayName": "Nice Cote d'Azur",
"createdDateTime": "2016-06-15T10:10:55Z",
"renewedDateTime": "2023-04-24T14:59:08Z",
"expirationDateTime": "2025-04-23T14:59:08Z"
},
{
"displayName": "Tango (Caen)",
"createdDateTime": "2019-01-04T08:56:53Z",
"renewedDateTime": "2022-12-16T06:01:09Z",
"expirationDateTime": "2024-12-15T06:01:09Z"
},
{
"displayName": "All Teams Users",
"createdDateTime": "2022-08-08T09:39:41Z",
"renewedDateTime": "2024-07-03T04:30:44Z",
"expirationDateTime": "2026-07-03T04:30:44Z"
},
{
"displayName": "Project Haycock",
"createdDateTime": "2021-03-18T12:26:20Z",
"renewedDateTime": "2023-03-08T11:25:20Z",
"expirationDateTime": "2025-03-07T11:25:20Z"
},
{
"displayName": "Board Members (Secret)",
"createdDateTime": "2024-11-15T19:57:54Z",
"renewedDateTime": "2023-04-24T14:59:09Z",
"expirationDateTime": "2025-04-23T14:59:09Z"
},
{
"displayName": "Faoighne Abu",
"createdDateTime": "2023-07-09T09:42:11Z",
"renewedDateTime": "2023-07-09T09:42:11Z",
"expirationDateTime": "2025-07-08T09:42:11Z"
},
{
"displayName": "Exchange's Grumpy Old People",
"createdDateTime": "2016-09-29T18:37:00Z",
"renewedDateTime": "2023-06-01T02:56:12Z",
"expirationDateTime": "2025-05-31T02:56:12Z"
},
{
"displayName": "Technology News and Views",
"createdDateTime": "2024-11-15T19:57:50Z",
"renewedDateTime": "2023-05-02T06:34:30Z",
"expirationDateTime": "2025-05-01T06:34:30Z"
},
{
"displayName": "Approvals App Admin team",
"createdDateTime": "2021-04-27T13:46:00Z",
"renewedDateTime": "2023-04-30T17:42:58Z",
"expirationDateTime": "2025-04-29T17:42:58Z"
},
{
"displayName": "Rugby Lovers",
"createdDateTime": "2016-04-24T16:57:49Z",
"renewedDateTime": "2023-04-25T14:59:52Z",
"expirationDateTime": "2025-04-24T14:59:52Z"
},
{
"displayName": "Engineering Colleagues",
"createdDateTime": "2016-07-21T15:10:37Z",
"renewedDateTime": "2023-04-24T14:59:12Z",
"expirationDateTime": "2025-04-23T14:59:12Z"
},
{
"displayName": "Mail Filter Patent",
"createdDateTime": "2014-10-22T11:52:31Z",
"renewedDateTime": "2023-05-07T14:44:40Z",
"expirationDateTime": "2025-05-06T14:44:40Z"
},
{
"displayName": "Office 365 Exposed Podcast (Team)",
"createdDateTime": "2019-03-12T12:16:38Z",
"renewedDateTime": "2023-02-20T01:38:48Z",
"expirationDateTime": "2025-02-19T01:38:48Z"
},
{
"displayName": "Managing Microsoft 365 Groups (Ignite 2016)",
"createdDateTime": "2016-07-31T08:24:35Z",
"renewedDateTime": "2023-04-24T14:59:13Z",
"expirationDateTime": "2025-04-23T14:59:13Z"
},
{
"displayName": "Teams Devices Working Group",
"createdDateTime": "2021-02-10T18:11:34Z",
"renewedDateTime": "2023-02-20T01:38:49Z",
"expirationDateTime": "2025-02-19T01:38:49Z"
},
{
"displayName": "French Food Lovers",
"createdDateTime": "2019-07-18T13:44:14Z",
"renewedDateTime": "2023-05-28T02:52:14Z",
"expirationDateTime": "2025-05-27T02:52:14Z"
},
{
"displayName": "Privacy Advocates",
"createdDateTime": "2019-12-18T10:00:42Z",
"renewedDateTime": "2023-10-28T02:52:09Z",
"expirationDateTime": "2025-10-27T02:52:09Z"
},
{
"displayName": "Project Condor",
"createdDateTime": "2018-11-05T12:42:27Z",
"renewedDateTime": "2024-09-04T08:48:07Z",
"expirationDateTime": "2026-09-04T08:48:07Z"
},
{
"displayName": "Marketing Department",
"createdDateTime": "2016-02-24T15:34:10Z",
"renewedDateTime": "2023-04-24T14:59:14Z",
"expirationDateTime": "2025-04-23T14:59:14Z"
},
{
"displayName": "Audi e-tron Drivers",
"createdDateTime": "2019-02-06T15:17:16Z",
"renewedDateTime": "2023-01-11T06:45:56Z",
"expirationDateTime": "2025-01-10T06:45:56Z"
},
{
"displayName": "Clifden Housing Group",
"createdDateTime": "2021-07-06T22:09:35Z",
"renewedDateTime": "2023-06-28T14:35:45Z",
"expirationDateTime": "2025-06-27T14:35:46Z"
},
{
"displayName": "Practical365 Writers",
"createdDateTime": "2021-02-10T17:27:25Z",
"renewedDateTime": "2023-02-20T01:38:49Z",
"expirationDateTime": "2025-02-19T01:38:49Z"
},
{
"displayName": "PowerShell Gurus",
"createdDateTime": "2022-08-01T12:55:35Z",
"renewedDateTime": "2024-07-16T07:24:01Z",
"expirationDateTime": "2026-07-16T07:24:01Z"
},
{
"displayName": "HR Questions and Answers",
"createdDateTime": "2022-08-06T17:56:52Z",
"renewedDateTime": "2024-07-01T05:53:38Z",
"expirationDateTime": "2026-07-01T05:53:38Z"
},
{
"displayName": "Microsoft 365 Adoption",
"createdDateTime": "2020-09-29T18:59:36Z",
"renewedDateTime": "2024-08-14T10:36:25Z",
"expirationDateTime": "2026-08-14T10:36:25Z"
},
{
"displayName": "System and Engineering Architects (Group)",
"createdDateTime": "2022-03-10T15:52:54Z",
"renewedDateTime": "2024-03-09T12:52:30Z",
"expirationDateTime": "2026-03-09T12:52:30Z"
},
{
"displayName": "Corporate Acquisition Planning 2020",
"createdDateTime": "2019-06-03T10:00:15Z",
"renewedDateTime": "2023-05-14T06:43:24Z",
"expirationDateTime": "2025-05-13T06:43:24Z"
},
{
"displayName": "Sales Team",
"createdDateTime": "2017-05-29T09:46:11Z",
"renewedDateTime": "2023-04-24T14:59:16Z",
"expirationDateTime": "2025-04-23T14:59:16Z"
},
{
"displayName": "Customer Case Studies",
"createdDateTime": "2021-11-01T17:52:57Z",
"renewedDateTime": "2023-09-27T11:39:41Z",
"expirationDateTime": "2025-09-26T11:39:41Z"
},
{
"displayName": "Knocksinna Working Group",
"createdDateTime": "2022-08-01T13:03:29Z",
"renewedDateTime": "2024-07-02T15:21:03Z",
"expirationDateTime": "2026-07-02T15:21:03Z"
},
{
"displayName": "Forza Roma 2019",
"createdDateTime": "2019-03-01T18:39:44Z",
"renewedDateTime": "2023-02-20T01:38:51Z",
"expirationDateTime": "2025-02-19T01:38:51Z"
},
{
"displayName": "Electric Vehicles",
"createdDateTime": "2019-04-12T11:46:23Z",
"renewedDateTime": "2023-03-17T11:33:24Z",
"expirationDateTime": "2025-03-16T11:33:24Z"
},
{
"displayName": "Project Aurora",
"createdDateTime": "2023-02-20T18:43:51Z",
"renewedDateTime": "2023-02-20T18:43:51Z",
"expirationDateTime": "2025-02-19T18:43:51Z"
},
{
"displayName": "Microsoft 365 Security for IT Pros",
"createdDateTime": "2019-07-11T09:14:45Z",
"renewedDateTime": "2023-05-21T01:00:02Z",
"expirationDateTime": "2025-05-20T01:00:02Z"
},
{
"displayName": "Corporate Business Development",
"createdDateTime": "2014-10-23T10:56:36Z",
"renewedDateTime": "2023-12-08T04:53:38Z",
"expirationDateTime": "2025-12-07T04:53:38Z"
},
{
"displayName": "JWC 2019",
"createdDateTime": "2018-11-22T13:17:50Z",
"renewedDateTime": "2024-09-21T11:34:20Z",
"expirationDateTime": "2026-09-21T11:34:20Z"
},
{
"displayName": "Senior Leadership Team",
"createdDateTime": "2017-04-14T11:17:25Z",
"renewedDateTime": "2023-03-14T19:42:00Z",
"expirationDateTime": "2025-03-13T19:42:00Z"
},
{
"displayName": "Operations Review 2019 (Team)",
"createdDateTime": "2018-06-08T16:20:51Z",
"renewedDateTime": "2024-04-02T06:31:10Z",
"expirationDateTime": "2026-04-02T06:31:10Z"
},
{
"displayName": "PhoneWatch users",
"createdDateTime": "2021-07-07T10:28:52Z",
"renewedDateTime": "2023-01-05T12:48:00Z",
"expirationDateTime": "2025-01-04T12:48:00Z"
},
{
"displayName": "Corona Virus News",
"createdDateTime": "2020-03-10T21:56:38Z",
"renewedDateTime": "2024-01-19T05:49:12Z",
"expirationDateTime": "2026-01-18T05:49:12Z"
}
]
}
DEBUG: [CmdletEndProcessing]: - Get-MgGroup end processing.
The text was updated successfully, but these errors were encountered: