diff --git a/.github/workflows/checkAutomatedPR.yaml b/.github/workflows/checkAutomatedPR.yaml
index fc83cc13f55..985be930309 100644
--- a/.github/workflows/checkAutomatedPR.yaml
+++ b/.github/workflows/checkAutomatedPR.yaml
@@ -30,7 +30,7 @@ jobs:
id: ValidateAutomatedPR
run: |
- $prBodyContent = "${{ env.BODY }}"
+ $prBodyContent = '${{ env.BODY }}'
$isAutomatedPR = $false
if ($prBodyContent -like '*Automation have successfully*')
{
diff --git a/.script/tests/KqlvalidationsTests/CustomTables/MailGuard365_Threats_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/MailGuard365_Threats_CL.json
new file mode 100644
index 00000000000..7c01b2d068d
--- /dev/null
+++ b/.script/tests/KqlvalidationsTests/CustomTables/MailGuard365_Threats_CL.json
@@ -0,0 +1,133 @@
+{
+ "Name": "MailGuard365_Threats_CL",
+ "Properties": [
+ {
+ "Name": "TenantId",
+ "Type": "String"
+ },
+ {
+ "Name": "SourceSystem",
+ "Type": "String"
+ },
+ {
+ "Name": "TimeGenerated",
+ "Type": "DateTime"
+ },
+ {
+ "Name": "MessageId_s",
+ "Type": "String"
+ },
+ {
+ "Name": "HeaderMessageId_s",
+ "Type": "String"
+ },
+ {
+ "Name": "UserId_g",
+ "Type": "String"
+ },
+ {
+ "Name": "CustomerTenantId_g",
+ "Type": "String"
+ },
+ {
+ "Name": "Score_d",
+ "Type": "Real"
+ },
+ {
+ "Name": "Virus_b",
+ "Type": "Bool"
+ },
+ {
+ "Name": "Category",
+ "Type": "String"
+ },
+ {
+ "Name": "Attachments_s",
+ "Type": "String"
+ },
+ {
+ "Name": "Sender_Email_s",
+ "Type": "Double"
+ },
+ {
+ "Name": "Sender_Domain_s",
+ "Type": "DateTime"
+ },
+ {
+ "Name": "Recipients_s",
+ "Type": "String"
+ },
+ {
+ "Name": "ReceivedHeaders_s",
+ "Type": "String"
+ },
+ {
+ "Name": "SenderHeader_s",
+ "Type": "String"
+ },
+ {
+ "Name": "ToHeader_s",
+ "Type": "Guid"
+ },
+ {
+ "Name": "CcHeader_s",
+ "Type": "String"
+ },
+ {
+ "Name": "Subject_s",
+ "Type": "String"
+ },
+ {
+ "Name": "OriginCountry_s",
+ "Type": "String"
+ },
+ {
+ "Name": "MessageDate_t",
+ "Type": "DateTime"
+ },
+ {
+ "Name": "MessageSize_d",
+ "Type": "Real"
+ },
+ {
+ "Name": "Action_s",
+ "Type": "String"
+ },
+ {
+ "Name": "ReceivedDateTime_d",
+ "Type": "Real"
+ },
+ {
+ "Name": "ForefrontAntiSpam_s",
+ "Type": "String"
+ },
+ {
+ "Name": "MicrosoftAntiSpam_s",
+ "Type": "String"
+ },
+ {
+ "Name": "IsInWhiteList_b",
+ "Type": "Bool"
+ },
+ {
+ "Name": "IsInBlackList_b",
+ "Type": "Bool"
+ },
+ {
+ "Name": "Email_s",
+ "Type": "String"
+ },
+ {
+ "Name": "HasAttachment_b",
+ "Type": "Bool"
+ },
+ {
+ "Name": "HasImage_b",
+ "Type": "Bool"
+ },
+ {
+ "Name": "Type",
+ "Type": "String"
+ }
+ ]
+}
diff --git a/.script/tests/detectionTemplateSchemaValidation/ValidConnectorIds.json b/.script/tests/detectionTemplateSchemaValidation/ValidConnectorIds.json
index c9f8b5969a5..7178de90393 100644
--- a/.script/tests/detectionTemplateSchemaValidation/ValidConnectorIds.json
+++ b/.script/tests/detectionTemplateSchemaValidation/ValidConnectorIds.json
@@ -197,5 +197,8 @@
"DynatraceAuditLogs",
"DynatraceProblems",
"MicrosoftDefenderThreatIntelligence",
- "CortexXDR"
+ "CortexXDR",
+ "PingFederateAma",
+ "vArmourACAma",
+ "ContrastProtectAma"
]
diff --git a/.script/utils/workbookCheckers/WorkbookPreviewImageValidationSkipList.json b/.script/utils/workbookCheckers/WorkbookPreviewImageValidationSkipList.json
index 4968d6d0778..4ecde38d3a7 100644
--- a/.script/utils/workbookCheckers/WorkbookPreviewImageValidationSkipList.json
+++ b/.script/utils/workbookCheckers/WorkbookPreviewImageValidationSkipList.json
@@ -17,6 +17,11 @@
"RecordedFutureDomainC2DNSWorkbook",
"vCenter",
"RecordedFutureIPActiveC2Workbook",
- "Fortiweb-workbook"
+ "Fortiweb-workbook",
+ "SecurityBridgeWorkbook",
+ "NCProtectWorkbook",
+ "SAP-Monitors-AlertsandPerformance",
+ "SAP-SecurityAuditlogandInitialAccess",
+ "SAP-AuditControls"
]
}
diff --git a/ASIM/dev/ASimTester/ASimTester.csv b/ASIM/dev/ASimTester/ASimTester.csv
index ef9ceb8f691..ad67f24de97 100644
--- a/ASIM/dev/ASimTester/ASimTester.csv
+++ b/ASIM/dev/ASimTester/ASimTester.csv
@@ -248,7 +248,7 @@ DstZone,string,Optional,WebSession,,,
Duration,int,Alias,Dns,,,DnsNetworkDuration
Duration,int,Alias,NetworkSession,,,NetworkDuration
Duration,int,Alias,WebSession,,,NetworkDuration
-Duration,string,Alias,Dhcp,,,DhcpSessionDuration
+Duration,int,Alias,Dhcp,,,DhcpSessionDuration
Dvc,string,Mandatory,AuditEvent,,,
Dvc,string,Mandatory,Authentication,,,
Dvc,string,Mandatory,Common,,,
diff --git a/DataConnectors/O365 Data/O365APItoAS-Template.zip b/DataConnectors/O365 Data/O365APItoAS-Template.zip
index a6cfacd13d5..9c8233dda82 100644
Binary files a/DataConnectors/O365 Data/O365APItoAS-Template.zip and b/DataConnectors/O365 Data/O365APItoAS-Template.zip differ
diff --git a/DataConnectors/O365 Data/O365APItoAS-Template/TimerTrigger/run.ps1 b/DataConnectors/O365 Data/O365APItoAS-Template/TimerTrigger/run.ps1
index ea02a010837..1cc01dcc960 100644
--- a/DataConnectors/O365 Data/O365APItoAS-Template/TimerTrigger/run.ps1
+++ b/DataConnectors/O365 Data/O365APItoAS-Template/TimerTrigger/run.ps1
@@ -159,9 +159,10 @@ function Get-AuthToken{
[string]$TenantGUID
)
# Create app of type Web app / API in Azure AD, generate a Client Secret, and update the client id and client secret here
- $loginURL = "$env:loginEndpoint"
+ if ([string]::IsNullOrEmpty($loginURL)){$loginURL = "https://login.microsoftonline.com/"}
# Get the tenant GUID from Properties | Directory ID under the Azure Active Directory section
- $resource = "https://$env:managementApi"
+
+ $resource = "https://$managementApi"
# auth
$body = @{grant_type="client_credentials";resource=$resource;client_id=$ClientID;client_secret=$ClientSecret}
$oauth = Invoke-RestMethod -Method Post -Uri $loginURL/$tenantdomain/oauth2/token?api-version=1.0 -Body $body
@@ -185,7 +186,7 @@ function Get-O365Data{
$contentTypes = $env:contentTypes.split(",")
#Loop for each content Type like Audit.General
foreach($contentType in $contentTypes){
- $listAvailableContentUri = "https://$env:managementApi/api/v1.0/$tenantGUID/activity/feed/subscriptions/content?contentType=$contentType&PublisherIdentifier=$env:publisher&startTime=$startTime&endTime=$endTime"
+ $listAvailableContentUri = "https://$managementApi/api/v1.0/$tenantGUID/activity/feed/subscriptions/content?contentType=$contentType&PublisherIdentifier=$env:publisher&startTime=$startTime&endTime=$endTime"
do {
#List Available Content
$contentResult = Invoke-RestMethod -Method GET -Headers $headerParams -Uri $listAvailableContentUri
@@ -249,7 +250,22 @@ if (-Not [string]::IsNullOrEmpty($LAURI)){
Exit
}
}
-
+$LoginURL = $env:loginEndpoint
+if (-Not [string]::IsNullOrEmpty($LoginURL)){
+ if($LoginURL.Trim() -notin @("https://login.microsoftonline.us","https://login.partner.microsoftonline.cn","https://login.microsoftonline.com"))
+ {
+ Write-Error -Message "MCASActivity-SecurityEvents: Invalid Login Endpoint Uri." -ErrorAction Stop
+ Exit
+ }
+}
+$managementApi = $env:managementApi
+if (-Not [string]::IsNullOrEmpty($managementApi)){
+ if($managementApi.Trim() -notin @("manage.office.com","manage-gcc.office.com","manage.office365.us","manage.protection.apps.mil"))
+ {
+ Write-Error -Message "MCASActivity-SecurityEvents: Invalid Management API Endpoint." -ErrorAction Stop
+ Exit
+ }
+} else {$managementApi = "manage.office.com"}
#add last run time to blob file to ensure no missed packages
$endTime = $currentUTCtime | Get-Date -Format yyyy-MM-ddTHH:mm:ss
diff --git a/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json b/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json
index 986f7655774..9a600710c46 100644
--- a/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json
+++ b/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json
@@ -22,7 +22,7 @@
"lastDataReceivedQuery": "ThreatIntelligenceIndicator| where isnotempty(TimeGenerated) and SourceSystem == 'PROVIDER SOURCE SYSTEM NAME' | summarize Time = max(TimeGenerated)"
}
],
- "connectivityCriteria": [
+ "connectivityCriterias": [
{
"type": "IsConnectedQuery",
"value": [
@@ -78,4 +78,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/Detections/MultipleDataSources/SuspiciousLoginfromDeletedExternalIdentities.yaml b/Detections/MultipleDataSources/SuspiciousLoginfromDeletedExternalIdentities.yaml
index 603a873e2ca..97fe057b006 100644
--- a/Detections/MultipleDataSources/SuspiciousLoginfromDeletedExternalIdentities.yaml
+++ b/Detections/MultipleDataSources/SuspiciousLoginfromDeletedExternalIdentities.yaml
@@ -38,11 +38,12 @@ query: |
| join kind=inner (
SigninLogs
| where TimeGenerated > ago(query_period)
+ | where ResultType == 0
| summarize take_any(*) by UserPrincipalName
| extend ParsedUserPrincipalName = translate("@", "_", UserPrincipalName)
| project SigninLogs_TimeGenerated = TimeGenerated, UserPrincipalName, UserDisplayName, ResultType, ResultDescription, IPAddress, LocationDetails, AppDisplayName, ResourceDisplayName, ClientAppUsed, UserAgent, DeviceDetail, UserId, UserType, OriginalRequestId, ParsedUserPrincipalName
) on $left.ParsedDeletedUserPrincipalName == $right.ParsedUserPrincipalName
- | where Delete_TimeGenerated > SigninLogs_TimeGenerated
+ | where SigninLogs_TimeGenerated > Delete_TimeGenerated
| project-away ParsedDeletedUserPrincipalName, ParsedUserPrincipalName
| extend
AccountName = tostring(split(UserPrincipalName, "@")[0]),
@@ -58,7 +59,7 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IPAddress
-version: 1.0.2
+version: 1.0.3
kind: Scheduled
metadata:
source:
diff --git a/Logos/Commvault-Logo.svg b/Logos/Commvault-Logo.svg
new file mode 100644
index 00000000000..3fa535441a9
--- /dev/null
+++ b/Logos/Commvault-Logo.svg
@@ -0,0 +1,34 @@
+
+
diff --git a/Logos/MailGuard365_logo.svg b/Logos/MailGuard365_logo.svg
new file mode 100644
index 00000000000..7ab436e9d27
--- /dev/null
+++ b/Logos/MailGuard365_logo.svg
@@ -0,0 +1 @@
+
diff --git a/Sample Data/Custom/ESI-ExchangeAdminAuditLogs-SampleData.json b/Sample Data/Custom/ESI-ExchangeAdminAuditLogs-SampleData.json
index 9cdd36f62b7..d34fbb249fa 100644
--- a/Sample Data/Custom/ESI-ExchangeAdminAuditLogs-SampleData.json
+++ b/Sample Data/Custom/ESI-ExchangeAdminAuditLogs-SampleData.json
@@ -2,7 +2,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:03:19.865 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:03:19.865 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -27,7 +27,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:03:19.764 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:03:19.764 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -52,7 +52,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:03:19.671 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:03:19.671 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -77,7 +77,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:03:19.564 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:03:19.564 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -102,7 +102,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:03:19.451 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:03:19.451 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -127,7 +127,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:00:29.847 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:00:29.847 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -152,7 +152,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:00:29.684 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:00:29.684 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -177,7 +177,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:00:29.419 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:00:29.419 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -202,7 +202,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:00:29.152 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:00:29.152 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -227,7 +227,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 7:00:28.339 PM",
+ "TimeGenerated [UTC]": "08/28/2023, 7:00:28.339 PM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -252,7 +252,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:03:43.461 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:03:43.461 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -277,7 +277,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:03:43.291 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:03:43.291 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -302,7 +302,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:03:43.152 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:03:43.152 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -327,7 +327,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:03:43.019 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:03:43.019 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -352,7 +352,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:03:42.902 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:03:42.902 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -377,7 +377,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:00:22.461 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:00:22.461 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -402,7 +402,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:00:22.306 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:00:22.306 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
@@ -427,7 +427,7 @@
{
"TenantId": "74ea6a49-7ec1-489b-941b-7bdb61aef216",
"SourceSystem": "OpsManager",
- "TimeGenerated [UTC]": "11/15/2022, 11:00:22.065 AM",
+ "TimeGenerated [UTC]": "08/28/2023, 11:00:22.065 AM",
"Source": "MSExchange CmdletLogs",
"EventLog": "MSExchange Management",
"Computer": "IT-X2016-04.MyCompany.de",
diff --git a/Sample Data/Custom/ESI-ExchangeOnPremisesCollector-SampleData.json b/Sample Data/Custom/ESI-ExchangeOnPremisesCollector-SampleData.json
index 9332c9aba36..b868a57f16c 100644
--- a/Sample Data/Custom/ESI-ExchangeOnPremisesCollector-SampleData.json
+++ b/Sample Data/Custom/ESI-ExchangeOnPremisesCollector-SampleData.json
@@ -2,7 +2,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ESIEnvironment",
"PSCmdL": "Get-Domain",
"Name": "",
@@ -16,7 +16,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ESIEnvironment",
"PSCmdL": "Get-Domain",
"Name": "",
@@ -30,7 +30,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ESIEnvironment",
"PSCmdL": "Get-Domain",
"Name": "",
@@ -44,7 +44,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MbxDBJournaling",
"PSCmdL": "Get-Mailboxdatabase",
"Name": "",
@@ -58,7 +58,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MbxDBJournaling",
"PSCmdL": "Get-Mailboxdatabase",
"Name": "",
@@ -72,7 +72,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MbxDBJournaling",
"PSCmdL": "Get-Mailboxdatabase",
"Name": "",
@@ -86,7 +86,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MbxDBJournaling",
"PSCmdL": "Get-Mailboxdatabase",
"Name": "",
@@ -100,7 +100,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DAGEncryption",
"PSCmdL": "Get-DatabaseAvailabilityGroup",
"Name": "DAG01",
@@ -114,7 +114,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabases",
"PSCmdL": "Get-MailboxDatabase",
"Name": "",
@@ -128,7 +128,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabases",
"PSCmdL": "Get-MailboxDatabase",
"Name": "",
@@ -142,7 +142,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabases",
"PSCmdL": "Get-MailboxDatabase",
"Name": "",
@@ -156,7 +156,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabases",
"PSCmdL": "Get-MailboxDatabase",
"Name": "",
@@ -170,7 +170,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DAG",
"PSCmdL": "Get-DatabaseAvailabilityGroup",
"Name": "",
@@ -184,7 +184,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "AdminAuditLog",
"PSCmdL": "Get-AdminAuditLogConfig",
"Name": "Admin Audit Log Settings",
@@ -198,7 +198,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RemoteDomain",
"PSCmdL": "Get-RemoteDomain",
"Name": "Default",
@@ -212,7 +212,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RemoteDomain",
"PSCmdL": "Get-RemoteDomain",
"Name": "Hybrid Domain - Contoso.mail.onmicrosoft.com",
@@ -226,7 +226,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RemoteDomain",
"PSCmdL": "Get-RemoteDomain",
"Name": "Hybrid Domain - Contoso.onmicrosoft.com",
@@ -240,7 +240,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -254,7 +254,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -268,7 +268,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -282,7 +282,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -296,7 +296,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -310,7 +310,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -324,7 +324,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -338,7 +338,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseReceiveAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Receive-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -352,7 +352,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseSendAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Send-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -366,7 +366,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseSendAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Send-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -380,7 +380,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseSendAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Send-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -394,7 +394,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MailboxDatabaseSendAs",
"PSCmdL": "Get-MailboxDatabase -IncludePreExchange2013 | Get-ADPermission | ? {$_.ExtendedRights -like \"Send-AS\" -and $_.Deny -eq $false }",
"Name": "",
@@ -408,7 +408,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "AcceptedDomain",
"PSCmdL": "Get-AcceptedDomain",
"Name": "contosolife.com",
@@ -422,7 +422,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "AcceptedDomain",
"PSCmdL": "Get-AcceptedDomain",
"Name": "contoso.com",
@@ -436,7 +436,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "AcceptedDomain",
"PSCmdL": "Get-AcceptedDomain",
"Name": "Contoso.mail.onmicrosoft.com",
@@ -450,7 +450,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "OrganizationConfig",
"PSCmdL": "Get-OrganizationConfig",
"Name": "",
@@ -464,7 +464,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchangeServers",
"PSCmdL": "Get-ExchangeServer",
"Name": "Contoso-EDGE-01",
@@ -478,7 +478,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchangeServers",
"PSCmdL": "Get-ExchangeServer",
"Name": "AX-EX19-01",
@@ -492,7 +492,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchangeServers",
"PSCmdL": "Get-ExchangeServer",
"Name": "AX-EX19-02",
@@ -506,7 +506,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchangeServers",
"PSCmdL": "Get-ExchangeServer",
"Name": "AX-EX19-03",
@@ -520,7 +520,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchangeServers",
"PSCmdL": "Get-ExchangeServer",
"Name": "AX-EX19-04",
@@ -534,7 +534,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchVersion",
"PSCmdL": "invoke-command -ComputerName AX-EX19-01 -ScriptBlock {Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo}}",
"Name": "",
@@ -548,7 +548,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchVersion",
"PSCmdL": "invoke-command -ComputerName AX-EX19-02 -ScriptBlock {Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo}}",
"Name": "",
@@ -562,7 +562,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchVersion",
"PSCmdL": "invoke-command -ComputerName AX-EX19-03 -ScriptBlock {Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo}}",
"Name": "",
@@ -576,7 +576,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExchVersion",
"PSCmdL": "invoke-command -ComputerName AX-EX19-04 -ScriptBlock {Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo}}",
"Name": "",
@@ -590,7 +590,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Active Directory Permissions-Organization Management",
@@ -604,7 +604,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Active Directory Permissions-Organization Management-Delegating",
@@ -618,7 +618,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Address Lists-Organization Management",
@@ -632,7 +632,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Address Lists-Organization Management-Delegating",
@@ -646,7 +646,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ApplicationImpersonation-ContosoSvcAcc1",
@@ -660,7 +660,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ApplicationImpersonation-BRSvcAcc2",
@@ -674,7 +674,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ApplicationImpersonation-Hygiene Management",
@@ -688,7 +688,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ApplicationImpersonation-Organization Management-Delegating",
@@ -702,7 +702,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ArchiveApplication-Exchange Online-ApplicationAccount",
@@ -716,7 +716,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ArchiveApplication-Organization Management-Delegating",
@@ -730,7 +730,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ArchiveApplication-Teams-ApplicationAccount",
@@ -744,7 +744,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Audit Logs-Compliance Management",
@@ -758,7 +758,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Audit Logs-Organization Management",
@@ -772,7 +772,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Audit Logs-Organization Management-Delegating",
@@ -786,7 +786,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Audit Logs-Records Management",
@@ -800,7 +800,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Cmdlet Extension Agents-Organization Management",
@@ -814,7 +814,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Cmdlet Extension Agents-Organization Management-Delegating",
@@ -828,7 +828,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Compliance Admin-Compliance Management",
@@ -842,7 +842,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Compliance Admin-Organization Management",
@@ -856,7 +856,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Compliance Admin-Organization Management-Delegating",
@@ -870,7 +870,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Data Loss Prevention-Compliance Management",
@@ -884,7 +884,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Data Loss Prevention-Organization Management",
@@ -898,7 +898,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Data Loss Prevention-Organization Management-Delegating",
@@ -912,7 +912,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Database Availability Groups-Organization Management",
@@ -926,7 +926,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Database Availability Groups-Organization Management-Delegating",
@@ -940,7 +940,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Database Copies-Organization Management",
@@ -954,7 +954,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Database Copies-Organization Management-Delegating",
@@ -968,7 +968,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Database Copies-Server Management",
@@ -982,7 +982,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Databases-Organization Management",
@@ -996,7 +996,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Databases-Organization Management-Delegating",
@@ -1010,7 +1010,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Databases-Server Management",
@@ -1024,7 +1024,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Disaster Recovery-Organization Management",
@@ -1038,7 +1038,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Disaster Recovery-Organization Management-Delegating",
@@ -1052,7 +1052,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Distribution Groups-Organization Management",
@@ -1066,7 +1066,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Distribution Groups-Organization Management-Delegating",
@@ -1080,7 +1080,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Distribution Groups-Recipient Management",
@@ -1094,7 +1094,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Edge Subscriptions-Organization Management",
@@ -1108,7 +1108,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Edge Subscriptions-Organization Management-Delegating",
@@ -1122,7 +1122,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "E-Mail Address Policies-Organization Management",
@@ -1136,7 +1136,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "E-Mail Address Policies-Organization Management-Delegating",
@@ -1150,7 +1150,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Connectors-Organization Management",
@@ -1164,7 +1164,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Connectors-Organization Management-Delegating",
@@ -1178,7 +1178,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Connectors-Server Management",
@@ -1192,7 +1192,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Server Certificates-Organization Management",
@@ -1206,7 +1206,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Server Certificates-Organization Management-Delegating",
@@ -1220,7 +1220,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Server Certificates-Server Management",
@@ -1234,7 +1234,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Servers-Organization Management",
@@ -1248,7 +1248,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Servers-Organization Management-Delegating",
@@ -1262,7 +1262,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Servers-Server Management",
@@ -1276,7 +1276,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Virtual Directories-Organization Management",
@@ -1290,7 +1290,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Virtual Directories-Organization Management-Delegating",
@@ -1304,7 +1304,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Exchange Virtual Directories-Server Management",
@@ -1318,7 +1318,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "ExchangeCrossServiceIntegration-Organization Management-Delegati",
@@ -1332,7 +1332,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Federated Sharing-Organization Management",
@@ -1346,7 +1346,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Federated Sharing-Organization Management-Delegating",
@@ -1360,7 +1360,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Information Rights Management-Compliance Management",
@@ -1374,7 +1374,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Information Rights Management-Organization Management",
@@ -1388,7 +1388,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Information Rights Management-Organization Management-Delegating",
@@ -1402,7 +1402,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Journaling-Compliance Management",
@@ -1416,7 +1416,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Journaling-Organization Management",
@@ -1430,7 +1430,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Journaling-Organization Management-Delegating",
@@ -1444,7 +1444,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Journaling-Records Management",
@@ -1458,7 +1458,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Legal Hold-Discovery Management",
@@ -1472,7 +1472,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Legal Hold-Organization Management",
@@ -1486,7 +1486,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Legal Hold-Organization Management-Delegating",
@@ -1500,7 +1500,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "LegalHoldApplication-Exchange Online-ApplicationAccount",
@@ -1514,7 +1514,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "LegalHoldApplication-Organization Management-Delegating",
@@ -1528,7 +1528,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Enabled Public Folders-Organization Management",
@@ -1542,7 +1542,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Enabled Public Folders-Organization Management-Delegating",
@@ -1556,7 +1556,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Enabled Public Folders-Public Folder Management",
@@ -1570,7 +1570,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Recipient Creation-Organization Management",
@@ -1584,7 +1584,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Recipient Creation-Organization Management-Delegating",
@@ -1598,7 +1598,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Recipient Creation-Recipient Management",
@@ -1612,7 +1612,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Recipients-Organization Management",
@@ -1626,7 +1626,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Recipients-Organization Management-Delegating",
@@ -1640,7 +1640,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Recipients-Recipient Management",
@@ -1654,7 +1654,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Tips-Organization Management",
@@ -1668,7 +1668,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mail Tips-Organization Management-Delegating",
@@ -1682,7 +1682,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Import Export-contosolife-A",
@@ -1696,7 +1696,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Import Export-Organization Management",
@@ -1710,7 +1710,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Import Export-Organization Management-Delegating",
@@ -1724,7 +1724,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Import Export-U_SvcAccount",
@@ -1738,7 +1738,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Search-Discovery Management",
@@ -1752,7 +1752,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Search-Exchange Online-ApplicationAccount",
@@ -1766,7 +1766,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Search-Organization Management-Delegating",
@@ -1780,7 +1780,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Mailbox Search-U_SvcAccount",
@@ -1794,7 +1794,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MailboxSearchApplication-Exchange Online-ApplicationAccount",
@@ -1808,7 +1808,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MailboxSearchApplication-Organization Management-Delegating",
@@ -1822,7 +1822,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MeetingGraphApplication-Exchange Online-ApplicationAccount",
@@ -1836,7 +1836,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MeetingGraphApplication-Organization Management-Delegating",
@@ -1850,7 +1850,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Message Tracking-Compliance Management",
@@ -1864,7 +1864,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Message Tracking-Organization Management",
@@ -1878,7 +1878,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Message Tracking-Organization Management-Delegating",
@@ -1892,7 +1892,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Message Tracking-Recipient Management",
@@ -1906,7 +1906,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Message Tracking-Records Management",
@@ -1920,7 +1920,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Migration-Organization Management",
@@ -1934,7 +1934,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Migration-Organization Management-Delegating",
@@ -1948,7 +1948,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Migration-Recipient Management",
@@ -1962,7 +1962,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Monitoring-Organization Management",
@@ -1976,7 +1976,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Monitoring-Organization Management-Delegating",
@@ -1990,7 +1990,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Monitoring-Server Management",
@@ -2004,7 +2004,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Monitoring-View-Only Organization Management",
@@ -2018,7 +2018,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Move Mailboxes-Organization Management",
@@ -2032,7 +2032,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Move Mailboxes-Organization Management-Delegating",
@@ -2046,7 +2046,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Move Mailboxes-Recipient Management",
@@ -2060,7 +2060,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "My Custom Apps-Default Role Assignment Policy",
@@ -2074,7 +2074,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "My Custom Apps-Organization Management-Delegating",
@@ -2088,7 +2088,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "My Marketplace Apps-Default Role Assignment Policy",
@@ -2102,7 +2102,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "My Marketplace Apps-Organization Management-Delegating",
@@ -2116,7 +2116,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "My ReadWriteMailbox Apps-Default Role Assignment Policy",
@@ -2130,7 +2130,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "My ReadWriteMailbox Apps-Organization Management-Delegating",
@@ -2144,7 +2144,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyBaseOptions-Default Role Assignment Policy",
@@ -2158,7 +2158,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyBaseOptions-Organization Management-Delegating",
@@ -2172,7 +2172,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyContactInformation-Default Role Assignment Policy",
@@ -2186,7 +2186,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyContactInformation-Organization Management-Delegating",
@@ -2200,7 +2200,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyDiagnostics-Organization Management-Delegating",
@@ -2214,7 +2214,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyDistributionGroupMembership-Default Role Assignment Policy",
@@ -2228,7 +2228,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyDistributionGroupMembership-Organization Management-Delegating",
@@ -2242,7 +2242,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyDistributionGroups-Organization Management-Delegating",
@@ -2256,7 +2256,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyMailboxDelegation-Organization Management-Delegating",
@@ -2270,7 +2270,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyProfileInformation-Organization Management-Delegating",
@@ -2284,7 +2284,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyRetentionPolicies-Organization Management-Delegating",
@@ -2298,7 +2298,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyTeamMailboxes-Default Role Assignment Policy",
@@ -2312,7 +2312,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyTeamMailboxes-Organization Management-Delegating",
@@ -2326,7 +2326,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyTextMessaging-Default Role Assignment Policy",
@@ -2340,7 +2340,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyTextMessaging-Organization Management-Delegating",
@@ -2354,7 +2354,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyVoiceMail-Default Role Assignment Policy",
@@ -2368,7 +2368,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "MyVoiceMail-Organization Management-Delegating",
@@ -2382,7 +2382,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "OfficeExtensionApplication-Organization Management-Delegating",
@@ -2396,7 +2396,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Org Custom Apps-Organization Management",
@@ -2410,7 +2410,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Org Custom Apps-Organization Management-Delegating",
@@ -2424,7 +2424,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Org Marketplace Apps-Organization Management",
@@ -2438,7 +2438,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Org Marketplace Apps-Organization Management-Delegating",
@@ -2452,7 +2452,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Organization Client Access-Organization Management",
@@ -2466,7 +2466,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Organization Client Access-Organization Management-Delegating",
@@ -2480,7 +2480,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Organization Configuration-Organization Management",
@@ -2494,7 +2494,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Organization Configuration-Organization Management-Delegating",
@@ -2508,7 +2508,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Organization Transport Settings-Organization Management",
@@ -2522,7 +2522,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Organization Transport Settings-Organization Management-Delegati",
@@ -2536,7 +2536,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "POP3 And IMAP4 Protocols-Organization Management",
@@ -2550,7 +2550,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "POP3 And IMAP4 Protocols-Organization Management-Delegating",
@@ -2564,7 +2564,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "POP3 And IMAP4 Protocols-Server Management",
@@ -2578,7 +2578,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Public Folders-Organization Management",
@@ -2592,7 +2592,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Public Folders-Organization Management-Delegating",
@@ -2606,7 +2606,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Public Folders-Public Folder Management",
@@ -2620,7 +2620,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Receive Connectors-Hygiene Management",
@@ -2634,7 +2634,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Receive Connectors-Organization Management",
@@ -2648,7 +2648,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Receive Connectors-Organization Management-Delegating",
@@ -2662,7 +2662,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Receive Connectors-Server Management",
@@ -2676,7 +2676,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Recipient Policies-Organization Management",
@@ -2690,7 +2690,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Recipient Policies-Organization Management-Delegating",
@@ -2704,7 +2704,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Recipient Policies-Recipient Management",
@@ -2718,7 +2718,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Remote and Accepted Domains-Organization Management",
@@ -2732,7 +2732,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Remote and Accepted Domains-Organization Management-Delegating",
@@ -2746,7 +2746,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Retention Management-Compliance Management",
@@ -2760,7 +2760,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Retention Management-Organization Management",
@@ -2774,7 +2774,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Retention Management-Organization Management-Delegating",
@@ -2788,7 +2788,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Retention Management-Records Management",
@@ -2802,7 +2802,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Role Management-Organization Management",
@@ -2816,7 +2816,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Role Management-Organization Management-Delegating",
@@ -2830,7 +2830,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Admin-Organization Management",
@@ -2844,7 +2844,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Admin-Organization Management-Delegating",
@@ -2858,7 +2858,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Admin-Security Administrator",
@@ -2872,7 +2872,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Group Creation and Membership-Organization Management",
@@ -2886,7 +2886,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Group Creation and Membership-Organization Management-D",
@@ -2900,7 +2900,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Reader-Organization Management",
@@ -2914,7 +2914,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Reader-Organization Management-Delegating",
@@ -2928,7 +2928,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Security Reader-Security Reader",
@@ -2942,7 +2942,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Send Connectors-Organization Management",
@@ -2956,7 +2956,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Send Connectors-Organization Management-Delegating",
@@ -2970,7 +2970,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "SendMailApplication-Organization Management-Delegating",
@@ -2984,7 +2984,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Support Diagnostics-Organization Management-Delegating",
@@ -2998,7 +2998,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Team Mailboxes-Organization Management",
@@ -3012,7 +3012,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Team Mailboxes-Organization Management-Delegating",
@@ -3026,7 +3026,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Team Mailboxes-Recipient Management",
@@ -3040,7 +3040,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "TeamMailboxLifecycleApplication-Exchange Online-ApplicationAccou",
@@ -3054,7 +3054,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "TeamMailboxLifecycleApplication-Organization Management-Delegati",
@@ -3068,7 +3068,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Agents-Hygiene Management",
@@ -3082,7 +3082,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Agents-Organization Management",
@@ -3096,7 +3096,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Agents-Organization Management-Delegating",
@@ -3110,7 +3110,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Hygiene-Hygiene Management",
@@ -3124,7 +3124,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Hygiene-Organization Management",
@@ -3138,7 +3138,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Hygiene-Organization Management-Delegating",
@@ -3152,7 +3152,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Queues-Organization Management",
@@ -3166,7 +3166,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Queues-Organization Management-Delegating",
@@ -3180,7 +3180,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Queues-Server Management",
@@ -3194,7 +3194,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Rules-Compliance Management",
@@ -3208,7 +3208,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Rules-Organization Management",
@@ -3222,7 +3222,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Rules-Organization Management-Delegating",
@@ -3236,7 +3236,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Transport Rules-Records Management",
@@ -3250,7 +3250,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UM Mailboxes-Organization Management",
@@ -3264,7 +3264,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UM Mailboxes-Organization Management-Delegating",
@@ -3278,7 +3278,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UM Mailboxes-UM Management",
@@ -3292,7 +3292,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UM Prompts-Organization Management",
@@ -3306,7 +3306,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UM Prompts-Organization Management-Delegating",
@@ -3320,7 +3320,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UM Prompts-UM Management",
@@ -3334,7 +3334,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Unified Messaging-Organization Management",
@@ -3348,7 +3348,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Unified Messaging-Organization Management-Delegating",
@@ -3362,7 +3362,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "Unified Messaging-UM Management",
@@ -3376,7 +3376,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UnScoped Role Management-Organization Management-Delegating",
@@ -3390,7 +3390,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "User Options-Help Desk",
@@ -3404,7 +3404,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "User Options-Organization Management",
@@ -3418,7 +3418,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "User Options-Organization Management-Delegating",
@@ -3432,7 +3432,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UserApplication-Exchange Online-ApplicationAccount",
@@ -3446,7 +3446,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UserApplication-Organization Management-Delegating",
@@ -3460,7 +3460,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "UserApplication-Teams-ApplicationAccount",
@@ -3474,7 +3474,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Audit Logs-Compliance Management",
@@ -3488,7 +3488,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Audit Logs-Organization Management",
@@ -3502,7 +3502,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Audit Logs-Organization Management-Delegating",
@@ -3516,7 +3516,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Configuration-Compliance Management",
@@ -3530,7 +3530,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Configuration-Delegated Setup",
@@ -3544,7 +3544,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Configuration-Hygiene Management",
@@ -3558,7 +3558,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Configuration-Organization Management",
@@ -3572,7 +3572,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Configuration-Organization Management-Delegating",
@@ -3586,7 +3586,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Configuration-View-Only Organization Management",
@@ -3600,7 +3600,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Recipients-Compliance Management",
@@ -3614,7 +3614,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Recipients-Help Desk",
@@ -3628,7 +3628,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Recipients-Hygiene Management",
@@ -3642,7 +3642,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Recipients-Organization Management",
@@ -3656,7 +3656,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Recipients-Organization Management-Delegating",
@@ -3670,7 +3670,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "View-Only Recipients-View-Only Organization Management",
@@ -3684,7 +3684,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "SleeploadManagement-Organization Management",
@@ -3698,7 +3698,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRA",
"PSCmdL": "Get-ManagementRoleAssignment",
"Name": "SleeploadManagement-Organization Management-Delegating",
@@ -3712,7 +3712,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRCustom",
"PSCmdL": "Get-ManagementRole | ? { $_.IsRootRole -eq $false -and $_.IsEndUserRole -eq $false }",
"Name": "",
@@ -3726,7 +3726,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRCustomDetails",
"PSCmdL": "$result=@();$AllCustomMR=Get-ManagementRole | ? { $_.IsRootRole -eq $false -and $_.IsEndUserRole -eq $false };foreach ($CustomMR in $AllCustomMR) {$ParentRole = $CustomMR.Parent ; $result += Get-ManagementRole $CustomMR | Get-ManagementRoleEntry | select Role,Name,Type,WhenCreated,WhenChanged,@{Name=\"Parameters\";Expression={[string]::join(\";\",($_.Parameters))}} };$result",
"Name": "",
@@ -3740,7 +3740,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "MRScope",
"PSCmdL": "Get-Managementscope",
"Name": "",
@@ -3754,7 +3754,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PopSettings",
"PSCmdL": "Get-ClientAccessService | Get-PopSettings",
"Name": "",
@@ -3768,7 +3768,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PopSettings",
"PSCmdL": "Get-ClientAccessService | Get-PopSettings",
"Name": "",
@@ -3782,7 +3782,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PopSettings",
"PSCmdL": "Get-ClientAccessService | Get-PopSettings",
"Name": "",
@@ -3796,7 +3796,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PopSettings",
"PSCmdL": "Get-ClientAccessService | Get-PopSettings",
"Name": "",
@@ -3810,7 +3810,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "IMAPSettings",
"PSCmdL": "Get-ClientAccessService | Get-IMAPSettings",
"Name": "",
@@ -3824,7 +3824,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "IMAPSettings",
"PSCmdL": "Get-ClientAccessService | Get-IMAPSettings",
"Name": "",
@@ -3838,7 +3838,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "IMAPSettings",
"PSCmdL": "Get-ClientAccessService | Get-IMAPSettings",
"Name": "",
@@ -3852,7 +3852,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "IMAPSettings",
"PSCmdL": "Get-ClientAccessService | Get-IMAPSettings",
"Name": "",
@@ -3866,7 +3866,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-01 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeImap4",
@@ -3880,7 +3880,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-01 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeIMAP4BE",
@@ -3894,7 +3894,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-01 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePop3",
@@ -3908,7 +3908,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-01 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePOP3BE",
@@ -3922,7 +3922,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-02 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeImap4",
@@ -3936,7 +3936,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-02 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeIMAP4BE",
@@ -3950,7 +3950,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-02 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePop3",
@@ -3964,7 +3964,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-02 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePOP3BE",
@@ -3978,7 +3978,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-03 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeImap4",
@@ -3992,7 +3992,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-03 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeIMAP4BE",
@@ -4006,7 +4006,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-03 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePop3",
@@ -4020,7 +4020,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-03 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePOP3BE",
@@ -4034,7 +4034,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-04 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeImap4",
@@ -4048,7 +4048,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-04 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangeIMAP4BE",
@@ -4062,7 +4062,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-04 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePop3",
@@ -4076,7 +4076,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "POPIMAPServicesStatus",
"PSCmdL": "Get-Service -ComputerName AX-EX19-04 | where {$_.Name -like \"MSExchangePOP3*\" -or $_.Name -like \"MSExchangeIMAP*\"}",
"Name": "MSExchangePOP3BE",
@@ -4090,7 +4090,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Compliance Management",
@@ -4104,7 +4104,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Delegated Setup",
@@ -4118,7 +4118,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Discovery Management",
@@ -4132,7 +4132,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Help Desk",
@@ -4146,7 +4146,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Hygiene Management",
@@ -4160,7 +4160,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Organization Management",
@@ -4174,7 +4174,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Public Folder Management",
@@ -4188,7 +4188,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Recipient Management",
@@ -4202,7 +4202,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Records Management",
@@ -4216,7 +4216,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Security Administrator",
@@ -4230,7 +4230,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Security Reader",
@@ -4244,7 +4244,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "Server Management",
@@ -4258,7 +4258,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "UM Management",
@@ -4272,7 +4272,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RoleGroup",
"PSCmdL": "Get-RoleGroup",
"Name": "View-Only Organization Management",
@@ -4286,7 +4286,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ETS",
"PSCmdL": "Get-adgroupmember \"Exchange Trusted Subsystem\" -server contoso.com",
"Name": "ContosoSvcO365EWS",
@@ -4300,7 +4300,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ETS",
"PSCmdL": "Get-adgroupmember \"Exchange Trusted Subsystem\" -server contoso.com",
"Name": "AX-EX19-01",
@@ -4314,7 +4314,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ETS",
"PSCmdL": "Get-adgroupmember \"Exchange Trusted Subsystem\" -server contoso.com",
"Name": "AX-EX19-02",
@@ -4328,7 +4328,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ETS",
"PSCmdL": "Get-adgroupmember \"Exchange Trusted Subsystem\" -server contoso.com",
"Name": "AX-EX19-03",
@@ -4342,7 +4342,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ETS",
"PSCmdL": "Get-adgroupmember \"Exchange Trusted Subsystem\" -server contoso.com",
"Name": "AX-EX19-04",
@@ -4356,7 +4356,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "EWP",
"PSCmdL": "Get-adgroupmember \"Exchange Windows Permissions\" -server contoso.com",
"Name": "Exchange Trusted Subsystem",
@@ -4370,7 +4370,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4384,7 +4384,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4398,7 +4398,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4412,7 +4412,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4426,7 +4426,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4440,7 +4440,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4454,7 +4454,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4468,7 +4468,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4482,7 +4482,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4496,7 +4496,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4510,7 +4510,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4524,7 +4524,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4538,7 +4538,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4552,7 +4552,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4566,7 +4566,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4580,7 +4580,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4594,7 +4594,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4608,7 +4608,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4622,7 +4622,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4636,7 +4636,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4650,7 +4650,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4664,7 +4664,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4678,7 +4678,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4692,7 +4692,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4706,7 +4706,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4720,7 +4720,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4734,7 +4734,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4748,7 +4748,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4762,7 +4762,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4776,7 +4776,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4790,7 +4790,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4804,7 +4804,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4818,7 +4818,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4832,7 +4832,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4846,7 +4846,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4860,7 +4860,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4874,7 +4874,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4888,7 +4888,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4902,7 +4902,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4916,7 +4916,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4930,7 +4930,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4944,7 +4944,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4958,7 +4958,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4972,7 +4972,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -4986,7 +4986,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5000,7 +5000,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5014,7 +5014,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5028,7 +5028,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5042,7 +5042,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5056,7 +5056,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5070,7 +5070,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5084,7 +5084,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5098,7 +5098,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5112,7 +5112,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5126,7 +5126,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5140,7 +5140,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5154,7 +5154,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5168,7 +5168,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5182,7 +5182,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5196,7 +5196,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5210,7 +5210,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5224,7 +5224,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5238,7 +5238,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5252,7 +5252,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5266,7 +5266,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5280,7 +5280,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ExGroup",
"PSCmdL": "get-adgroup -filter * -searchbase \"ou=Microsoft Exchange Security Groups,DC=Contoso,DC=com\" -server contoso.com",
"Name": "",
@@ -5294,7 +5294,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5308,7 +5308,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5322,7 +5322,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5336,7 +5336,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5350,7 +5350,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5364,7 +5364,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5378,7 +5378,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5392,7 +5392,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5406,7 +5406,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5420,7 +5420,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5434,7 +5434,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5448,7 +5448,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5462,7 +5462,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5476,7 +5476,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5490,7 +5490,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5504,7 +5504,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5518,7 +5518,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5532,7 +5532,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5546,7 +5546,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5560,7 +5560,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5574,7 +5574,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5588,7 +5588,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5602,7 +5602,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5616,7 +5616,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ADGroup",
"PSCmdL": "@( \"S-1-5-32-544\", \"S-1-5-32-548\",\"S-1-5-21-955129242-3502184188-2641241535-512\",\"S-1-5-21-955129242-3502184188-2641241535-518\",\"S-1-5-21-955129242-3502184188-2641241535-519\") | %{ Get-ADgroup -identity $_ -server Contoso-DC-01.contoso.com }",
"Name": "",
@@ -5630,7 +5630,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5644,7 +5644,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5658,7 +5658,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5672,7 +5672,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5686,7 +5686,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5700,7 +5700,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5714,7 +5714,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5728,7 +5728,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5742,7 +5742,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5756,7 +5756,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5770,7 +5770,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5784,7 +5784,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5798,7 +5798,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5812,7 +5812,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5826,7 +5826,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5840,7 +5840,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5854,7 +5854,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5868,7 +5868,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5882,7 +5882,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5896,7 +5896,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5910,7 +5910,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5924,7 +5924,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5938,7 +5938,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5952,7 +5952,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5966,7 +5966,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5980,7 +5980,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -5994,7 +5994,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -6008,7 +6008,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -6022,7 +6022,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -6036,7 +6036,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -6050,7 +6050,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -6064,7 +6064,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "DirectRoleAssignments",
"PSCmdL": "Get-ManagementRoleAssignment | where {$_.RoleAssigneeType -in (\"SecurityGroup\",\"User\")} | select *, @{Name=\"ObjectClass\";Expression={\"ManagementRoleAssignment\"}} -ExcludeProperty ObjectClass",
"Name": "",
@@ -6078,7 +6078,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6092,7 +6092,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6106,7 +6106,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6120,7 +6120,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6134,7 +6134,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6148,7 +6148,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6162,7 +6162,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6176,7 +6176,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6190,7 +6190,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6204,7 +6204,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6218,7 +6218,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6232,7 +6232,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6246,7 +6246,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6260,7 +6260,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6274,7 +6274,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6288,7 +6288,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6302,7 +6302,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6316,7 +6316,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6330,7 +6330,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6344,7 +6344,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6358,7 +6358,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6372,7 +6372,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6386,7 +6386,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6400,7 +6400,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6414,7 +6414,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6428,7 +6428,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6442,7 +6442,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6456,7 +6456,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6470,7 +6470,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6484,7 +6484,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6498,7 +6498,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6512,7 +6512,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6526,7 +6526,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6540,7 +6540,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6554,7 +6554,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6568,7 +6568,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6582,7 +6582,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6596,7 +6596,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6610,7 +6610,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-01\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-01 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-01\"}",
"Name": "",
@@ -6624,7 +6624,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6638,7 +6638,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6652,7 +6652,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6666,7 +6666,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6680,7 +6680,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6694,7 +6694,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6708,7 +6708,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6722,7 +6722,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6736,7 +6736,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6750,7 +6750,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6764,7 +6764,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6778,7 +6778,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6792,7 +6792,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6806,7 +6806,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6820,7 +6820,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6834,7 +6834,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6848,7 +6848,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6862,7 +6862,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6876,7 +6876,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6890,7 +6890,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6904,7 +6904,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6918,7 +6918,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6932,7 +6932,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6946,7 +6946,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6960,7 +6960,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6974,7 +6974,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -6988,7 +6988,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7002,7 +7002,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7016,7 +7016,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7030,7 +7030,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7044,7 +7044,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7058,7 +7058,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7072,7 +7072,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7086,7 +7086,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7100,7 +7100,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7114,7 +7114,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7128,7 +7128,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7142,7 +7142,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7156,7 +7156,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7170,7 +7170,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7184,7 +7184,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7198,7 +7198,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7212,7 +7212,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7226,7 +7226,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7240,7 +7240,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7254,7 +7254,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7268,7 +7268,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7282,7 +7282,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7296,7 +7296,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7310,7 +7310,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7324,7 +7324,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7338,7 +7338,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7352,7 +7352,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7366,7 +7366,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7380,7 +7380,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7394,7 +7394,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7408,7 +7408,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7422,7 +7422,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7436,7 +7436,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7450,7 +7450,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7464,7 +7464,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7478,7 +7478,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7492,7 +7492,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7506,7 +7506,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7520,7 +7520,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7534,7 +7534,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7548,7 +7548,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7562,7 +7562,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7576,7 +7576,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7590,7 +7590,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7604,7 +7604,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7618,7 +7618,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7632,7 +7632,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7646,7 +7646,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7660,7 +7660,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7674,7 +7674,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7688,7 +7688,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7702,7 +7702,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7716,7 +7716,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7730,7 +7730,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7744,7 +7744,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7758,7 +7758,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7772,7 +7772,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7786,7 +7786,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7800,7 +7800,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7814,7 +7814,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7828,7 +7828,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7842,7 +7842,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7856,7 +7856,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7870,7 +7870,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7884,7 +7884,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7898,7 +7898,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7912,7 +7912,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7926,7 +7926,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7940,7 +7940,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7954,7 +7954,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7968,7 +7968,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7982,7 +7982,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -7996,7 +7996,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8010,7 +8010,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8024,7 +8024,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8038,7 +8038,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8052,7 +8052,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8066,7 +8066,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8080,7 +8080,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8094,7 +8094,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8108,7 +8108,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8122,7 +8122,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8136,7 +8136,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8150,7 +8150,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8164,7 +8164,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8178,7 +8178,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8192,7 +8192,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8206,7 +8206,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8220,7 +8220,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8234,7 +8234,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8248,7 +8248,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8262,7 +8262,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8276,7 +8276,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8290,7 +8290,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8304,7 +8304,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8318,7 +8318,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8332,7 +8332,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8346,7 +8346,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8360,7 +8360,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8374,7 +8374,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8388,7 +8388,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8402,7 +8402,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8416,7 +8416,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8430,7 +8430,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8444,7 +8444,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8458,7 +8458,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8472,7 +8472,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8486,7 +8486,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8500,7 +8500,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8514,7 +8514,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8528,7 +8528,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8542,7 +8542,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8556,7 +8556,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8570,7 +8570,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8584,7 +8584,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8598,7 +8598,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8612,7 +8612,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8626,7 +8626,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8640,7 +8640,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8654,7 +8654,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8668,7 +8668,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8682,7 +8682,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8696,7 +8696,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8710,7 +8710,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8724,7 +8724,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8738,7 +8738,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8752,7 +8752,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8766,7 +8766,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8780,7 +8780,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8794,7 +8794,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8808,7 +8808,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8822,7 +8822,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8836,7 +8836,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8850,7 +8850,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8864,7 +8864,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8878,7 +8878,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8892,7 +8892,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8906,7 +8906,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8920,7 +8920,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8934,7 +8934,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8948,7 +8948,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8962,7 +8962,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8976,7 +8976,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -8990,7 +8990,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9004,7 +9004,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9018,7 +9018,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9032,7 +9032,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9046,7 +9046,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9060,7 +9060,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9074,7 +9074,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9088,7 +9088,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9102,7 +9102,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9116,7 +9116,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9130,7 +9130,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9144,7 +9144,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9158,7 +9158,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9172,7 +9172,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9186,7 +9186,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9200,7 +9200,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9214,7 +9214,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9228,7 +9228,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9242,7 +9242,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9256,7 +9256,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9270,7 +9270,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9284,7 +9284,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9298,7 +9298,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9312,7 +9312,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9326,7 +9326,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9340,7 +9340,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9354,7 +9354,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9368,7 +9368,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9382,7 +9382,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9396,7 +9396,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9410,7 +9410,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9424,7 +9424,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9438,7 +9438,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9452,7 +9452,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9466,7 +9466,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9480,7 +9480,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9494,7 +9494,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9508,7 +9508,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9522,7 +9522,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9536,7 +9536,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9550,7 +9550,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9564,7 +9564,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9578,7 +9578,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9592,7 +9592,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9606,7 +9606,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9620,7 +9620,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9634,7 +9634,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9648,7 +9648,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9662,7 +9662,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9676,7 +9676,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9690,7 +9690,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9704,7 +9704,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9718,7 +9718,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9732,7 +9732,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9746,7 +9746,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9760,7 +9760,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9774,7 +9774,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9788,7 +9788,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9802,7 +9802,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9816,7 +9816,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9830,7 +9830,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9844,7 +9844,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9858,7 +9858,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9872,7 +9872,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9886,7 +9886,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9900,7 +9900,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9914,7 +9914,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9928,7 +9928,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9942,7 +9942,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9956,7 +9956,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9970,7 +9970,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9984,7 +9984,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -9998,7 +9998,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10012,7 +10012,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10026,7 +10026,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10040,7 +10040,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10054,7 +10054,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10068,7 +10068,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10082,7 +10082,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10096,7 +10096,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10110,7 +10110,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10124,7 +10124,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10138,7 +10138,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10152,7 +10152,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10166,7 +10166,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10180,7 +10180,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10194,7 +10194,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10208,7 +10208,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10222,7 +10222,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10236,7 +10236,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10250,7 +10250,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10264,7 +10264,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10278,7 +10278,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10292,7 +10292,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10306,7 +10306,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10320,7 +10320,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10334,7 +10334,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10348,7 +10348,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10362,7 +10362,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10376,7 +10376,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10390,7 +10390,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10404,7 +10404,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10418,7 +10418,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10432,7 +10432,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10446,7 +10446,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10460,7 +10460,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10474,7 +10474,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10488,7 +10488,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10502,7 +10502,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10516,7 +10516,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10530,7 +10530,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10544,7 +10544,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10558,7 +10558,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10572,7 +10572,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10586,7 +10586,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10600,7 +10600,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10614,7 +10614,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10628,7 +10628,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10642,7 +10642,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10656,7 +10656,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10670,7 +10670,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10684,7 +10684,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10698,7 +10698,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10712,7 +10712,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10726,7 +10726,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10740,7 +10740,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10754,7 +10754,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10768,7 +10768,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10782,7 +10782,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10796,7 +10796,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10810,7 +10810,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10824,7 +10824,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10838,7 +10838,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10852,7 +10852,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10866,7 +10866,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10880,7 +10880,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10894,7 +10894,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10908,7 +10908,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10922,7 +10922,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10936,7 +10936,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10950,7 +10950,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10964,7 +10964,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10978,7 +10978,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -10992,7 +10992,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11006,7 +11006,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11020,7 +11020,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11034,7 +11034,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11048,7 +11048,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11062,7 +11062,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11076,7 +11076,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11090,7 +11090,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11104,7 +11104,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11118,7 +11118,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11132,7 +11132,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11146,7 +11146,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11160,7 +11160,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11174,7 +11174,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11188,7 +11188,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11202,7 +11202,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11216,7 +11216,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11230,7 +11230,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11244,7 +11244,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11258,7 +11258,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11272,7 +11272,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11286,7 +11286,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11300,7 +11300,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11314,7 +11314,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11328,7 +11328,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11342,7 +11342,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11356,7 +11356,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11370,7 +11370,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11384,7 +11384,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11398,7 +11398,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11412,7 +11412,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11426,7 +11426,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11440,7 +11440,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11454,7 +11454,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11468,7 +11468,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11482,7 +11482,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11496,7 +11496,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11510,7 +11510,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11524,7 +11524,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11538,7 +11538,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11552,7 +11552,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11566,7 +11566,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11580,7 +11580,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11594,7 +11594,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11608,7 +11608,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11622,7 +11622,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11636,7 +11636,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11650,7 +11650,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11664,7 +11664,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11678,7 +11678,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11692,7 +11692,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11706,7 +11706,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11720,7 +11720,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11734,7 +11734,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11748,7 +11748,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11762,7 +11762,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11776,7 +11776,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11790,7 +11790,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11804,7 +11804,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11818,7 +11818,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11832,7 +11832,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11846,7 +11846,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11860,7 +11860,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11874,7 +11874,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11888,7 +11888,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11902,7 +11902,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11916,7 +11916,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11930,7 +11930,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11944,7 +11944,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11958,7 +11958,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11972,7 +11972,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -11986,7 +11986,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12000,7 +12000,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12014,7 +12014,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12028,7 +12028,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12042,7 +12042,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12056,7 +12056,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12070,7 +12070,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12084,7 +12084,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12098,7 +12098,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12112,7 +12112,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12126,7 +12126,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12140,7 +12140,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12154,7 +12154,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12168,7 +12168,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12182,7 +12182,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12196,7 +12196,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12210,7 +12210,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12224,7 +12224,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12238,7 +12238,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12252,7 +12252,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12266,7 +12266,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12280,7 +12280,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12294,7 +12294,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12308,7 +12308,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12322,7 +12322,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12336,7 +12336,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12350,7 +12350,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12364,7 +12364,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12378,7 +12378,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12392,7 +12392,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12406,7 +12406,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12420,7 +12420,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12434,7 +12434,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12448,7 +12448,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12462,7 +12462,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12476,7 +12476,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12490,7 +12490,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12504,7 +12504,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12518,7 +12518,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12532,7 +12532,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12546,7 +12546,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12560,7 +12560,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12574,7 +12574,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12588,7 +12588,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12602,7 +12602,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12616,7 +12616,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12630,7 +12630,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12644,7 +12644,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12658,7 +12658,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12672,7 +12672,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12686,7 +12686,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12700,7 +12700,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12714,7 +12714,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12728,7 +12728,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12742,7 +12742,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12756,7 +12756,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12770,7 +12770,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12784,7 +12784,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12798,7 +12798,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12812,7 +12812,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12826,7 +12826,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12840,7 +12840,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12854,7 +12854,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12868,7 +12868,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12882,7 +12882,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12896,7 +12896,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12910,7 +12910,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12924,7 +12924,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12938,7 +12938,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12952,7 +12952,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12966,7 +12966,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12980,7 +12980,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -12994,7 +12994,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13008,7 +13008,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13022,7 +13022,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13036,7 +13036,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13050,7 +13050,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13064,7 +13064,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13078,7 +13078,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13092,7 +13092,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13106,7 +13106,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13120,7 +13120,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13134,7 +13134,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13148,7 +13148,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13162,7 +13162,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13176,7 +13176,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13190,7 +13190,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13204,7 +13204,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13218,7 +13218,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13232,7 +13232,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13246,7 +13246,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13260,7 +13260,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13274,7 +13274,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13288,7 +13288,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13302,7 +13302,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13316,7 +13316,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13330,7 +13330,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13344,7 +13344,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13358,7 +13358,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13372,7 +13372,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13386,7 +13386,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13400,7 +13400,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13414,7 +13414,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13428,7 +13428,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13442,7 +13442,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13456,7 +13456,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13470,7 +13470,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13484,7 +13484,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13498,7 +13498,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13512,7 +13512,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13526,7 +13526,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13540,7 +13540,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13554,7 +13554,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13568,7 +13568,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13582,7 +13582,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13596,7 +13596,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13610,7 +13610,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13624,7 +13624,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13638,7 +13638,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13652,7 +13652,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13666,7 +13666,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13680,7 +13680,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13694,7 +13694,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13708,7 +13708,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13722,7 +13722,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13736,7 +13736,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13750,7 +13750,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13764,7 +13764,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13778,7 +13778,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13792,7 +13792,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13806,7 +13806,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13820,7 +13820,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13834,7 +13834,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13848,7 +13848,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13862,7 +13862,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13876,7 +13876,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13890,7 +13890,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13904,7 +13904,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13918,7 +13918,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13932,7 +13932,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13946,7 +13946,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13960,7 +13960,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13974,7 +13974,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -13988,7 +13988,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14002,7 +14002,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14016,7 +14016,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14030,7 +14030,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14044,7 +14044,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14058,7 +14058,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14072,7 +14072,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14086,7 +14086,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14100,7 +14100,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14114,7 +14114,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14128,7 +14128,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14142,7 +14142,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14156,7 +14156,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14170,7 +14170,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14184,7 +14184,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14198,7 +14198,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14212,7 +14212,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14226,7 +14226,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14240,7 +14240,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14254,7 +14254,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14268,7 +14268,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14282,7 +14282,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14296,7 +14296,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14310,7 +14310,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14324,7 +14324,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14338,7 +14338,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14352,7 +14352,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14366,7 +14366,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14380,7 +14380,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14394,7 +14394,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14408,7 +14408,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14422,7 +14422,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14436,7 +14436,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14450,7 +14450,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14464,7 +14464,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14478,7 +14478,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14492,7 +14492,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14506,7 +14506,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14520,7 +14520,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14534,7 +14534,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14548,7 +14548,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14562,7 +14562,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14576,7 +14576,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14590,7 +14590,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14604,7 +14604,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14618,7 +14618,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14632,7 +14632,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14646,7 +14646,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14660,7 +14660,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14674,7 +14674,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14688,7 +14688,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14702,7 +14702,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14716,7 +14716,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14730,7 +14730,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14744,7 +14744,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14758,7 +14758,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14772,7 +14772,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14786,7 +14786,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14800,7 +14800,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14814,7 +14814,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14828,7 +14828,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14842,7 +14842,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14856,7 +14856,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14870,7 +14870,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14884,7 +14884,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14898,7 +14898,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14912,7 +14912,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14926,7 +14926,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14940,7 +14940,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14954,7 +14954,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14968,7 +14968,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14982,7 +14982,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -14996,7 +14996,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15010,7 +15010,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15024,7 +15024,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15038,7 +15038,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15052,7 +15052,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15066,7 +15066,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15080,7 +15080,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15094,7 +15094,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15108,7 +15108,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15122,7 +15122,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15136,7 +15136,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15150,7 +15150,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15164,7 +15164,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15178,7 +15178,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15192,7 +15192,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15206,7 +15206,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15220,7 +15220,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15234,7 +15234,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15248,7 +15248,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15262,7 +15262,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15276,7 +15276,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15290,7 +15290,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15304,7 +15304,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15318,7 +15318,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15332,7 +15332,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15346,7 +15346,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15360,7 +15360,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15374,7 +15374,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15388,7 +15388,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15402,7 +15402,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15416,7 +15416,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15430,7 +15430,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15444,7 +15444,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15458,7 +15458,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15472,7 +15472,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15486,7 +15486,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15500,7 +15500,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15514,7 +15514,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15528,7 +15528,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15542,7 +15542,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15556,7 +15556,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15570,7 +15570,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15584,7 +15584,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15598,7 +15598,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15612,7 +15612,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15626,7 +15626,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15640,7 +15640,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15654,7 +15654,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15668,7 +15668,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15682,7 +15682,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15696,7 +15696,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15710,7 +15710,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15724,7 +15724,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15738,7 +15738,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15752,7 +15752,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15766,7 +15766,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15780,7 +15780,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15794,7 +15794,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15808,7 +15808,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15822,7 +15822,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15836,7 +15836,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15850,7 +15850,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15864,7 +15864,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15878,7 +15878,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15892,7 +15892,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15906,7 +15906,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15920,7 +15920,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15934,7 +15934,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15948,7 +15948,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15962,7 +15962,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15976,7 +15976,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -15990,7 +15990,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16004,7 +16004,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16018,7 +16018,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16032,7 +16032,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16046,7 +16046,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16060,7 +16060,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16074,7 +16074,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16088,7 +16088,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16102,7 +16102,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16116,7 +16116,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16130,7 +16130,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16144,7 +16144,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16158,7 +16158,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16172,7 +16172,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16186,7 +16186,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16200,7 +16200,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16214,7 +16214,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16228,7 +16228,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16242,7 +16242,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16256,7 +16256,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16270,7 +16270,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16284,7 +16284,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16298,7 +16298,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16312,7 +16312,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16326,7 +16326,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16340,7 +16340,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16354,7 +16354,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16368,7 +16368,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16382,7 +16382,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16396,7 +16396,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16410,7 +16410,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16424,7 +16424,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16438,7 +16438,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16452,7 +16452,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16466,7 +16466,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16480,7 +16480,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16494,7 +16494,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16508,7 +16508,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16522,7 +16522,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16536,7 +16536,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16550,7 +16550,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16564,7 +16564,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16578,7 +16578,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16592,7 +16592,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16606,7 +16606,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16620,7 +16620,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16634,7 +16634,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16648,7 +16648,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16662,7 +16662,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16676,7 +16676,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16690,7 +16690,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16704,7 +16704,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16718,7 +16718,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16732,7 +16732,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16746,7 +16746,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16760,7 +16760,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16774,7 +16774,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16788,7 +16788,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16802,7 +16802,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16816,7 +16816,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16830,7 +16830,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16844,7 +16844,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16858,7 +16858,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16872,7 +16872,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16886,7 +16886,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16900,7 +16900,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16914,7 +16914,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16928,7 +16928,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16942,7 +16942,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16956,7 +16956,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16970,7 +16970,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16984,7 +16984,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -16998,7 +16998,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17012,7 +17012,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17026,7 +17026,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17040,7 +17040,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17054,7 +17054,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17068,7 +17068,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17082,7 +17082,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17096,7 +17096,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17110,7 +17110,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17124,7 +17124,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17138,7 +17138,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17152,7 +17152,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17166,7 +17166,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17180,7 +17180,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17194,7 +17194,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17208,7 +17208,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17222,7 +17222,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17236,7 +17236,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17250,7 +17250,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17264,7 +17264,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17278,7 +17278,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17292,7 +17292,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17306,7 +17306,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17320,7 +17320,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17334,7 +17334,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17348,7 +17348,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17362,7 +17362,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17376,7 +17376,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17390,7 +17390,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17404,7 +17404,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17418,7 +17418,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17432,7 +17432,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17446,7 +17446,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17460,7 +17460,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17474,7 +17474,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17488,7 +17488,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17502,7 +17502,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17516,7 +17516,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17530,7 +17530,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17544,7 +17544,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17558,7 +17558,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17572,7 +17572,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17586,7 +17586,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17600,7 +17600,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17614,7 +17614,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17628,7 +17628,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17642,7 +17642,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17656,7 +17656,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17670,7 +17670,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17684,7 +17684,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17698,7 +17698,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17712,7 +17712,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17726,7 +17726,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17740,7 +17740,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17754,7 +17754,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17768,7 +17768,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17782,7 +17782,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17796,7 +17796,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17810,7 +17810,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17824,7 +17824,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17838,7 +17838,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17852,7 +17852,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17866,7 +17866,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17880,7 +17880,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17894,7 +17894,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17908,7 +17908,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17922,7 +17922,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17936,7 +17936,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17950,7 +17950,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17964,7 +17964,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17978,7 +17978,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -17992,7 +17992,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18006,7 +18006,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18020,7 +18020,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18034,7 +18034,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18048,7 +18048,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18062,7 +18062,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18076,7 +18076,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18090,7 +18090,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18104,7 +18104,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18118,7 +18118,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18132,7 +18132,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18146,7 +18146,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18160,7 +18160,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18174,7 +18174,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18188,7 +18188,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18202,7 +18202,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18216,7 +18216,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18230,7 +18230,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18244,7 +18244,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18258,7 +18258,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18272,7 +18272,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18286,7 +18286,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18300,7 +18300,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18314,7 +18314,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18328,7 +18328,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18342,7 +18342,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18356,7 +18356,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18370,7 +18370,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18384,7 +18384,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18398,7 +18398,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18412,7 +18412,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18426,7 +18426,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18440,7 +18440,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18454,7 +18454,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18468,7 +18468,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18482,7 +18482,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18496,7 +18496,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18510,7 +18510,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18524,7 +18524,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18538,7 +18538,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18552,7 +18552,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18566,7 +18566,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18580,7 +18580,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18594,7 +18594,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18608,7 +18608,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18622,7 +18622,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18636,7 +18636,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18650,7 +18650,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18664,7 +18664,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18678,7 +18678,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18692,7 +18692,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18706,7 +18706,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18720,7 +18720,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18734,7 +18734,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18748,7 +18748,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18762,7 +18762,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18776,7 +18776,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18790,7 +18790,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18804,7 +18804,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18818,7 +18818,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18832,7 +18832,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18846,7 +18846,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18860,7 +18860,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18874,7 +18874,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18888,7 +18888,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18902,7 +18902,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18916,7 +18916,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18930,7 +18930,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18944,7 +18944,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18958,7 +18958,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18972,7 +18972,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -18986,7 +18986,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19000,7 +19000,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19014,7 +19014,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19028,7 +19028,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19042,7 +19042,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19056,7 +19056,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19070,7 +19070,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19084,7 +19084,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19098,7 +19098,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19112,7 +19112,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19126,7 +19126,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19140,7 +19140,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19154,7 +19154,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19168,7 +19168,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19182,7 +19182,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19196,7 +19196,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19210,7 +19210,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19224,7 +19224,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19238,7 +19238,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19252,7 +19252,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19266,7 +19266,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19280,7 +19280,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19294,7 +19294,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19308,7 +19308,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19322,7 +19322,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19336,7 +19336,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19350,7 +19350,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19364,7 +19364,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19378,7 +19378,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19392,7 +19392,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19406,7 +19406,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19420,7 +19420,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19434,7 +19434,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19448,7 +19448,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19462,7 +19462,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19476,7 +19476,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19490,7 +19490,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19504,7 +19504,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19518,7 +19518,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19532,7 +19532,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19546,7 +19546,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19560,7 +19560,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19574,7 +19574,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19588,7 +19588,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19602,7 +19602,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19616,7 +19616,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19630,7 +19630,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19644,7 +19644,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19658,7 +19658,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19672,7 +19672,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19686,7 +19686,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19700,7 +19700,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19714,7 +19714,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19728,7 +19728,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19742,7 +19742,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19756,7 +19756,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19770,7 +19770,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19784,7 +19784,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19798,7 +19798,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19812,7 +19812,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19826,7 +19826,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19840,7 +19840,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19854,7 +19854,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19868,7 +19868,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19882,7 +19882,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19896,7 +19896,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19910,7 +19910,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19924,7 +19924,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19938,7 +19938,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19952,7 +19952,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19966,7 +19966,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19980,7 +19980,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -19994,7 +19994,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20008,7 +20008,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20022,7 +20022,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20036,7 +20036,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20050,7 +20050,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20064,7 +20064,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20078,7 +20078,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20092,7 +20092,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20106,7 +20106,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20120,7 +20120,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20134,7 +20134,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20148,7 +20148,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20162,7 +20162,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20176,7 +20176,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20190,7 +20190,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20204,7 +20204,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20218,7 +20218,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20232,7 +20232,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "PartConfPerm",
"PSCmdL": "$DNTocheck = @(\u0027CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027,\u0027CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Contoso,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Contoso,DC=com\u0027);$ExchSrvListDN =@(foreach ($srv in (Get-ExchangeServer)){(Get-ExchangeServer -identity $srv).distinguishedName});$DNTocheck +=$ExchSrvListDN ;$resPArtConf =@(); foreach ($DNtocheckEntry in $DNTocheck){$resPArtConf += Get-ADPermission -Identity $DNtocheckEntry};$resPArtConf",
"Name": "",
@@ -20246,7 +20246,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20260,7 +20260,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20274,7 +20274,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20288,7 +20288,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20302,7 +20302,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20316,7 +20316,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20330,7 +20330,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20344,7 +20344,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20358,7 +20358,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20372,7 +20372,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20386,7 +20386,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20400,7 +20400,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20414,7 +20414,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20428,7 +20428,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20442,7 +20442,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20456,7 +20456,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20470,7 +20470,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20484,7 +20484,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20498,7 +20498,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20512,7 +20512,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20526,7 +20526,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20540,7 +20540,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20554,7 +20554,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20568,7 +20568,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20582,7 +20582,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20596,7 +20596,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20610,7 +20610,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20624,7 +20624,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20638,7 +20638,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20652,7 +20652,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20666,7 +20666,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20680,7 +20680,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20694,7 +20694,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20708,7 +20708,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20722,7 +20722,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20736,7 +20736,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20750,7 +20750,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20764,7 +20764,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20778,7 +20778,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20792,7 +20792,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20806,7 +20806,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-02\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-02 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-02\"}",
"Name": "",
@@ -20820,7 +20820,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20834,7 +20834,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20848,7 +20848,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20862,7 +20862,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20876,7 +20876,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20890,7 +20890,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20904,7 +20904,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20918,7 +20918,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20932,7 +20932,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20946,7 +20946,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20960,7 +20960,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20974,7 +20974,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -20988,7 +20988,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21002,7 +21002,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21016,7 +21016,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21030,7 +21030,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21044,7 +21044,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21058,7 +21058,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21072,7 +21072,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21086,7 +21086,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21100,7 +21100,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21114,7 +21114,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21128,7 +21128,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21142,7 +21142,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21156,7 +21156,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21170,7 +21170,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21184,7 +21184,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21198,7 +21198,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21212,7 +21212,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21226,7 +21226,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-03\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-03 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-03\"}",
"Name": "",
@@ -21240,7 +21240,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21254,7 +21254,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21268,7 +21268,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21282,7 +21282,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21296,7 +21296,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21310,7 +21310,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21324,7 +21324,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21338,7 +21338,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21352,7 +21352,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21366,7 +21366,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21380,7 +21380,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21394,7 +21394,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21408,7 +21408,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21422,7 +21422,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21436,7 +21436,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21450,7 +21450,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21464,7 +21464,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21478,7 +21478,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21492,7 +21492,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21506,7 +21506,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21520,7 +21520,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21534,7 +21534,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21548,7 +21548,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21562,7 +21562,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21576,7 +21576,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21590,7 +21590,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21604,7 +21604,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21618,7 +21618,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21632,7 +21632,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21646,7 +21646,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21660,7 +21660,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21674,7 +21674,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21688,7 +21688,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21702,7 +21702,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21716,7 +21716,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21730,7 +21730,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21744,7 +21744,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21758,7 +21758,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21772,7 +21772,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21786,7 +21786,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21800,7 +21800,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "LocalAminGroup",
"PSCmdL": "$res = Get-WmiObject -Class Win32_GroupUser -Filter \"GroupComponent=\"\"Win32_Group.Domain=\u0027AX-EX19-04\u0027,Name=\u0027Administrators\u0027\"\"\" -ComputerName AX-EX19-04 |% {if ($_.PartComponent -match \u0027cimv2:(.+).Domain=\"(.+)\",Name=\"(.+)\"\u0027){$members=@();$members+=$Matches[1]+\";\"+$Matches[2]+\"\\\"+$Matches[3];$members}};@{\"List\"=$res;\"srv\"=\"AX-EX19-04\"}",
"Name": "",
@@ -21814,7 +21814,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Outbound Proxy Frontend AX-EX19-01",
@@ -21828,7 +21828,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Frontend AX-EX19-01",
@@ -21842,7 +21842,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "RC-OR",
@@ -21856,7 +21856,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default AX-EX19-01",
@@ -21870,7 +21870,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Proxy AX-EX19-01",
@@ -21884,7 +21884,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default Frontend AX-EX19-01",
@@ -21898,7 +21898,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Frontend AX-EX19-02",
@@ -21912,7 +21912,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "O365 RC",
@@ -21926,7 +21926,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Outbound Proxy Frontend AX-EX19-02",
@@ -21940,7 +21940,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default AX-EX19-02",
@@ -21954,7 +21954,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Proxy AX-EX19-02",
@@ -21968,7 +21968,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default Frontend AX-EX19-02",
@@ -21982,7 +21982,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Frontend AX-EX19-03",
@@ -21996,7 +21996,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "RC-OR",
@@ -22010,7 +22010,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Proxy AX-EX19-03",
@@ -22024,7 +22024,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default Frontend AX-EX19-03",
@@ -22038,7 +22038,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default AX-EX19-03",
@@ -22052,7 +22052,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Outbound Proxy Frontend AX-EX19-03",
@@ -22066,7 +22066,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Application Receive Connector",
@@ -22080,7 +22080,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Frontend AX-EX19-04",
@@ -22094,7 +22094,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Client Proxy AX-EX19-04",
@@ -22108,7 +22108,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default AX-EX19-04",
@@ -22122,7 +22122,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Outbound Proxy Frontend AX-EX19-04",
@@ -22136,7 +22136,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "ReceiveConnector",
"PSCmdL": "Get-ReceiveConnector",
"Name": "Default Frontend AX-EX19-04",
@@ -22150,7 +22150,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "TransportRule",
"PSCmdL": "Get-TransportRule",
"Name": "",
@@ -22164,7 +22164,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "JournalRule",
"PSCmdL": "Get-JournalRule",
"Name": "",
@@ -22178,7 +22178,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "TransportConfig",
"PSCmdL": "Get-TransportConfig",
"Name": "",
@@ -22192,7 +22192,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "SendConnector",
"PSCmdL": "Get-Sendconnector",
"Name": "fabrikam.net",
@@ -22206,7 +22206,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "SendConnector",
"PSCmdL": "Get-Sendconnector",
"Name": "EdgeSync - Default-First-Site-Name to Internet",
@@ -22220,7 +22220,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "SendConnector",
"PSCmdL": "Get-Sendconnector",
"Name": "EdgeSync - Inbound to Default-First-Site-Name",
@@ -22234,7 +22234,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "SendConnector",
"PSCmdL": "Get-Sendconnector",
"Name": "Internet contosolife to Office 365",
@@ -22248,7 +22248,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "SendConnector",
"PSCmdL": "Get-Sendconnector",
"Name": "Outbound to Office 365 - 584b63c9-db0e-41c2-a087-09a0ed9124f0",
@@ -22262,7 +22262,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "SendConnector",
"PSCmdL": "Get-Sendconnector",
"Name": "To Internet",
@@ -22276,7 +22276,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "TransportPipeline",
"PSCmdL": "Get-Transportservice",
"Name": "",
@@ -22290,7 +22290,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "TransportPipeline",
"PSCmdL": "Get-Transportservice",
"Name": "",
@@ -22304,7 +22304,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "TransportPipeline",
"PSCmdL": "Get-Transportservice",
"Name": "",
@@ -22318,7 +22318,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "TransportPipeline",
"PSCmdL": "Get-Transportservice",
"Name": "",
@@ -22332,7 +22332,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "TransportPipeline",
"PSCmdL": "Get-Transportservice",
"Name": "",
@@ -22346,7 +22346,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RCAnonymous",
"PSCmdL": "Get-ReceiveConnector | Get-ADPermission | ? {$_.ExtendedRights -like \"ms-Exch-SMTP-Accept-Any-Recipient\" -and $_.User -like \"*NT AUTHORITY\\ANONYMOUS LOGON*\"}",
"Name": "",
@@ -22360,7 +22360,7 @@
{
"GenerationInstanceID": "d7c3c6e9-f848-4c98-8a51-9682c938d611",
"ESIEnvironment": "Contoso",
- "EntryDate": "2022-10-26 05:31:11 +02:00",
+ "EntryDate": "2023-08-27 05:31:11 +02:00",
"Section": "RCAnonymous",
"PSCmdL": "Get-ReceiveConnector | Get-ADPermission | ? {$_.ExtendedRights -like \"ms-Exch-SMTP-Accept-Any-Recipient\" -and $_.User -like \"*NT AUTHORITY\\ANONYMOUS LOGON*\"}",
"Name": "",
diff --git a/Sample Data/Custom/ESI-HttpProxyLogs-CSV.txt b/Sample Data/Custom/ESI-HttpProxyLogs-CSV.txt
index 83e01461b26..29f55a5e6c8 100644
--- a/Sample Data/Custom/ESI-HttpProxyLogs-CSV.txt
+++ b/Sample Data/Custom/ESI-HttpProxyLogs-CSV.txt
@@ -1,73 +1,73 @@
DateTime,RequestId,MajorVersion,MinorVersion,BuildVersion,RevisionVersion,ClientRequestId,Protocol,UrlHost,UrlStem,ProtocolAction,AuthenticationType,IsAuthenticated,AuthenticatedUser,Organization,AnchorMailbox,UserAgent,ClientIpAddress,ServerHostName,HttpStatus,BackEndStatus,ErrorCode,Method,ProxyAction,TargetServer,TargetServerVersion,RoutingType,RoutingHint,BackEndCookie,ServerLocatorHost,ServerLocatorLatency,RequestBytes,ResponseBytes,TargetOutstandingRequests,AuthModulePerfContext,HttpPipelineLatency,CalculateTargetBackEndLatency,GlsLatencyBreakup,TotalGlsLatency,AccountForestLatencyBreakup,TotalAccountForestLatency,ResourceForestLatencyBreakup,TotalResourceForestLatency,ADLatency,SharedCacheLatencyBreakup,TotalSharedCacheLatency,ActivityContextLifeTime,ModuleToHandlerSwitchingLatency,ClientReqStreamLatency,BackendReqInitLatency,BackendReqStreamLatency,BackendProcessingLatency,BackendRespInitLatency,BackendRespStreamLatency,ClientRespStreamLatency,KerberosAuthHeaderLatency,HandlerCompletionLatency,RequestHandlerLatency,HandlerToModuleSwitchingLatency,ProxyTime,CoreLatency,RoutingLatency,HttpProxyOverhead,TotalRequestTime,RouteRefresherLatency,UrlQuery,BackEndGenericInfo,GenericInfo,GenericErrors,EdgeTraceId,DatabaseGuid,UserADObjectGuid,PartitionEndpointLookupLatency,RoutingStatus
-2023-02-08T00:00:03.324Z,26dd3d37-651e-43e9-a928-fad7f55eec30,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:00:03.323Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:00:03.324Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:01:04.313Z,2a5d89d4-d393-4bab-8a42-c634dde3f7d1,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:01:04.311Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:01:04.313Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:02:01.046Z,caf00545-8fcd-4a89-ad02-3815f2051fc6,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:02:01.045Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:02:01.046Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:03:01.052Z,dfc399e6-b77c-4b82-9f55-bd6c22d3400b,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,2,,2,,2,2,,,,BeginRequest=2023-02-08T00:03:01.049Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:03:01.052Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:04:01.176Z,1c86edef-7196-49cb-829b-f6af9346ea81,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,1,1,,2,,3,3,,,,BeginRequest=2023-02-08T00:04:01.173Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:04:01.176Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:00:03.324Z,26dd3d37-651e-43e9-a928-fad7f55eec30,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:00:03.323Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:00:03.324Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:01:04.313Z,2a5d89d4-d393-4bab-8a42-c634dde3f7d1,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:01:04.311Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:01:04.313Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:02:01.046Z,caf00545-8fcd-4a89-ad02-3815f2051fc6,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:02:01.045Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:02:01.046Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:03:01.052Z,dfc399e6-b77c-4b82-9f55-bd6c22d3400b,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,2,,2,,2,2,,,,BeginRequest=2023-08-27T00:03:01.049Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:03:01.052Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:04:01.176Z,1c86edef-7196-49cb-829b-f6af9346ea81,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,1,1,,2,,3,3,,,,BeginRequest=2023-08-27T00:04:01.173Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:04:01.176Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
,bc51cc91-49b9-4da6-ac2d-70263338196a,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600011,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:05:01.204Z,d91edba7-e75c-4cf8-b371-d11938acea46,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:05:01.202Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:05:01.204Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:06:01.186Z,7904232f-acc3-4765-83c8-d21e464ad802,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,2,,2,,3,3,,,,BeginRequest=2023-02-08T00:06:01.183Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:06:01.186Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:07:01.222Z,f8049135-10a6-4d6d-b62b-a1eff1e1dfc7,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:07:01.220Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:07:01.222Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:08:01.372Z,7fc0bf66-8944-4072-93b5-2ec4f2288670,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:08:01.371Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:08:01.372Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:09:01.470Z,93456641-1baa-4963-a654-09211f129a56,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,14,0,,,,,,,,,0,1,4,,5,,5,5,,,,BeginRequest=2023-02-08T00:09:01.465Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/7/2023 11:38:59 PM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:09:01.470Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:05:01.204Z,d91edba7-e75c-4cf8-b371-d11938acea46,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:05:01.202Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:05:01.204Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:06:01.186Z,7904232f-acc3-4765-83c8-d21e464ad802,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,2,,2,,3,3,,,,BeginRequest=2023-08-27T00:06:01.183Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:06:01.186Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:07:01.222Z,f8049135-10a6-4d6d-b62b-a1eff1e1dfc7,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:07:01.220Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:07:01.222Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:08:01.372Z,7fc0bf66-8944-4072-93b5-2ec4f2288670,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:08:01.371Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:08:01.372Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:09:01.470Z,93456641-1baa-4963-a654-09211f129a56,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,14,0,,,,,,,,,0,1,4,,5,,5,5,,,,BeginRequest=2023-08-27T00:09:01.465Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/7/2023 11:38:59 PM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:09:01.470Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
,2bedfd2a-7af0-4338-85ad-f7db0d726d99,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600014,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:10:01.631Z,7cc9b8d0-21ce-40cc-973f-bb65ec17507c,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:10:01.629Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:10:01.631Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:11:01.525Z,b32ced2d-ca79-4294-a075-b13999c3f268,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,1,,1,,2,2,,,,BeginRequest=2023-02-08T00:11:01.523Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:11:01.525Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:12:01.673Z,3c3d928d-4774-4857-89a4-343e84abb108,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:12:01.672Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:12:01.673Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:13:01.807Z,32c63760-6e2d-4465-b980-9a3dcfd60b29,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,3,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,3,3,,,,BeginRequest=2023-02-08T00:13:01.804Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:13:01.807Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:14:01.820Z,463cee32-6387-4a39-b42f-be767939435a,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:14:01.819Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:14:01.820Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:10:01.631Z,7cc9b8d0-21ce-40cc-973f-bb65ec17507c,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:10:01.629Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:10:01.631Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:11:01.525Z,b32ced2d-ca79-4294-a075-b13999c3f268,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,1,,1,,2,2,,,,BeginRequest=2023-08-27T00:11:01.523Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:11:01.525Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:12:01.673Z,3c3d928d-4774-4857-89a4-343e84abb108,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:12:01.672Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:12:01.673Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:13:01.807Z,32c63760-6e2d-4465-b980-9a3dcfd60b29,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,3,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,3,3,,,,BeginRequest=2023-08-27T00:13:01.804Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:13:01.807Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:14:01.820Z,463cee32-6387-4a39-b42f-be767939435a,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:14:01.819Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:14:01.820Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
,92b961db-dc08-4dc4-a64b-cee2be82f30f,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600015,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity;I32:ATE.C[MISSED]=3;F:ATE.AL[MISSED]=0;I32:ADR.C[MISSED]=2;F:ADR.AL[MISSED]=1.8464;I32:ADS.C[MISSED]=1;F:ADS.AL[MISSED]=1.5753,,,,,,
-2023-02-08T00:15:01.888Z,e757ef0e-6e63-4cb0-b94c-e4e353321c76,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:15:01.887Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:15:01.888Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:16:02.012Z,ff3b24c2-bf07-4df9-ac83-4ba00c1479a3,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,2,,2,,3,3,,,,BeginRequest=2023-02-08T00:16:02.009Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:16:02.012Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:17:02.034Z,2b3ab478-4a94-42a1-92f3-41d1215f3343,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:17:02.033Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:17:02.034Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:18:02.145Z,7fa07211-6c84-4947-92f8-148276067fc8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:18:02.143Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:18:02.145Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:19:02.210Z,0ad151e5-4bcd-4010-a7ed-ba832690d50e,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:19:02.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:19:02.210Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:15:01.888Z,e757ef0e-6e63-4cb0-b94c-e4e353321c76,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:15:01.887Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:15:01.888Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:16:02.012Z,ff3b24c2-bf07-4df9-ac83-4ba00c1479a3,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,2,,2,,3,3,,,,BeginRequest=2023-08-27T00:16:02.009Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:16:02.012Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:17:02.034Z,2b3ab478-4a94-42a1-92f3-41d1215f3343,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:17:02.033Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:17:02.034Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:18:02.145Z,7fa07211-6c84-4947-92f8-148276067fc8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:18:02.143Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:18:02.145Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:19:02.210Z,0ad151e5-4bcd-4010-a7ed-ba832690d50e,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:19:02.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:19:02.210Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
,10a17226-099c-47cc-860c-b2238c057efb,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600004,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:20:02.342Z,23dd4b4c-8eeb-4d09-9561-110735a0f520,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,3,,3,,4,4,,,,BeginRequest=2023-02-08T00:20:02.338Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:20:02.342Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:21:02.492Z,fbf93ace-a18a-4964-9f4b-f7dc57c55cff,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,11,0,,,,,,,,,0,0,4,,4,,5,5,,,,BeginRequest=2023-02-08T00:21:02.487Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:21:02.492Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:22:02.569Z,2dd48b8e-b46f-4a97-84c5-f829bdaddf20,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:22:02.568Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:22:02.569Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:23:02.575Z,aaf9cc0f-2628-4cd9-af2e-db2c85467d55,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,15,0,,,,,,,,,0,0,11,,11,,12,12,,,,BeginRequest=2023-02-08T00:23:02.563Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:23:02.575Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:24:02.680Z,7c900c10-ab63-43f4-b53d-9a3274447f44,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,2,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:24:02.679Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:24:02.680Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:20:02.342Z,23dd4b4c-8eeb-4d09-9561-110735a0f520,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,3,,3,,4,4,,,,BeginRequest=2023-08-27T00:20:02.338Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:20:02.342Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:21:02.492Z,fbf93ace-a18a-4964-9f4b-f7dc57c55cff,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,11,0,,,,,,,,,0,0,4,,4,,5,5,,,,BeginRequest=2023-08-27T00:21:02.487Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:21:02.492Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:22:02.569Z,2dd48b8e-b46f-4a97-84c5-f829bdaddf20,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:22:02.568Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:22:02.569Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:23:02.575Z,aaf9cc0f-2628-4cd9-af2e-db2c85467d55,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,15,0,,,,,,,,,0,0,11,,11,,12,12,,,,BeginRequest=2023-08-27T00:23:02.563Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:23:02.575Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:24:02.680Z,7c900c10-ab63-43f4-b53d-9a3274447f44,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,2,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:24:02.679Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:24:02.680Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
,518864e1-3bf4-421f-af20-0c81cb5a6f62,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600018,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:25:02.793Z,30b16933-fcd7-4e01-815a-bb21cd0a133f,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,8,0,,,,,,,,,0,0,5,,5,,6,6,,,,BeginRequest=2023-02-08T00:25:02.787Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:25:02.793Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:26:02.796Z,d2b47954-c3ea-49cb-90ef-2984dab2b466,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:26:02.794Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:26:02.796Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:27:02.832Z,33516636-4baa-4b6c-b51a-ec52de98e21e,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:27:02.831Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:27:02.832Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:28:02.834Z,4dbca35d-091a-4d8d-8108-0dce06091ab0,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:28:02.832Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:28:02.834Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:29:02.936Z,d9d432b8-0dcd-44fb-a618-e5bcb954f4f0,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:29:02.934Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:29:02.936Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:25:02.793Z,30b16933-fcd7-4e01-815a-bb21cd0a133f,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,8,0,,,,,,,,,0,0,5,,5,,6,6,,,,BeginRequest=2023-08-27T00:25:02.787Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:25:02.793Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:26:02.796Z,d2b47954-c3ea-49cb-90ef-2984dab2b466,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:26:02.794Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:26:02.796Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:27:02.832Z,33516636-4baa-4b6c-b51a-ec52de98e21e,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:27:02.831Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:27:02.832Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:28:02.834Z,4dbca35d-091a-4d8d-8108-0dce06091ab0,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:28:02.832Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:28:02.834Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:29:02.936Z,d9d432b8-0dcd-44fb-a618-e5bcb954f4f0,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:29:02.934Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:29:02.936Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
,65a6c42d-ba8a-4268-9040-065943db0052,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600029,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:30:03.045Z,04202d92-0581-4a40-891e-6480e4964b05,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,26,0,,,,,,,,,0,0,23,,23,,24,24,,,,BeginRequest=2023-02-08T00:30:03.019Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:30:03.045Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:31:03.033Z,ffea0894-d7ea-459a-89bc-760929d955cf,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,1,,1,,2,2,,,,BeginRequest=2023-02-08T00:31:03.031Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:31:03.033Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:32:06.250Z,6e3a889e-ff21-4e2d-a293-cfafb96816a1,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,66,0,,0,,0,,0,0,,0,121,0,,,,,,,,,0,1,50,,51,,117,117,,,,BeginRequest=2023-02-08T00:32:06.132Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:32:06.250Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=29.1567;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.57895,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:33:06.956Z,c06fb72f-5a7d-4003-b2b8-b58ad07a88bb,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:33:06.954Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:33:06.956Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:34:03.313Z,097f004b-a78e-4c02-bd3f-b552acbdfd01,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,1,,,,,,,,,0,0,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:34:03.312Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:34:03.313Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:30:03.045Z,04202d92-0581-4a40-891e-6480e4964b05,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,26,0,,,,,,,,,0,0,23,,23,,24,24,,,,BeginRequest=2023-08-27T00:30:03.019Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:30:03.045Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:31:03.033Z,ffea0894-d7ea-459a-89bc-760929d955cf,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,1,,1,,2,2,,,,BeginRequest=2023-08-27T00:31:03.031Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:31:03.033Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:32:06.250Z,6e3a889e-ff21-4e2d-a293-cfafb96816a1,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,66,0,,0,,0,,0,0,,0,121,0,,,,,,,,,0,1,50,,51,,117,117,,,,BeginRequest=2023-08-27T00:32:06.132Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:32:06.250Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=29.1567;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.57895,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:33:06.956Z,c06fb72f-5a7d-4003-b2b8-b58ad07a88bb,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:33:06.954Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:33:06.956Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:34:03.313Z,097f004b-a78e-4c02-bd3f-b552acbdfd01,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,1,,,,,,,,,0,0,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:34:03.312Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:34:03.313Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
,7930a14a-a763-4bbe-95ef-4e80fef3d84a,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600027,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:35:03.429Z,c1dd2aea-2c60-4d03-a38c-e7d0666a5436,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,1,,1,,2,2,,,,BeginRequest=2023-02-08T00:35:03.427Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:35:03.429Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:36:08.784Z,ad9a9e62-2dc7-41e1-a5e6-068dccdf19bd,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:36:08.782Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:36:08.784Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:37:03.673Z,55314d35-66fe-4a8c-995c-4073fe06b772,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,5,0,,,,,,,,,0,1,3,,4,,4,4,,,,BeginRequest=2023-02-08T00:37:03.669Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:37:03.673Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:38:03.820Z,3a134800-ebc8-45e9-aa51-30536b3b2dd8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,3,,3,,4,4,,,,BeginRequest=2023-02-08T00:38:03.815Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:38:03.820Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:39:04.039Z,097a4925-5435-45be-949d-a129db4ea981,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,11,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:39:04.037Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/8/2023 12:09:01 AM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:39:04.039Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:35:03.429Z,c1dd2aea-2c60-4d03-a38c-e7d0666a5436,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,1,,1,,2,2,,,,BeginRequest=2023-08-27T00:35:03.427Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:35:03.429Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:36:08.784Z,ad9a9e62-2dc7-41e1-a5e6-068dccdf19bd,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:36:08.782Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:36:08.784Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:37:03.673Z,55314d35-66fe-4a8c-995c-4073fe06b772,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,5,0,,,,,,,,,0,1,3,,4,,4,4,,,,BeginRequest=2023-08-27T00:37:03.669Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:37:03.673Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:38:03.820Z,3a134800-ebc8-45e9-aa51-30536b3b2dd8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,3,,3,,4,4,,,,BeginRequest=2023-08-27T00:38:03.815Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:38:03.820Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:39:04.039Z,097a4925-5435-45be-949d-a129db4ea981,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,11,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:39:04.037Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/8/2023 12:09:01 AM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:39:04.039Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
,5d43735e-cdf0-42a7-b8a3-8e20507dfb56,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600014,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:40:04.089Z,2170c32d-d255-47e5-a81d-e8e0d8972f14,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:40:04.087Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:40:04.089Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:41:04.232Z,18cd7599-91d2-45ba-b8e2-7eec5f351902,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,4,,5,,5,5,,,,BeginRequest=2023-02-08T00:41:04.226Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:41:04.232Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:42:04.297Z,4604aaed-c132-4b23-9064-5fc013ce2360,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,11,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:42:04.296Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:42:04.297Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:43:04.417Z,ae2ea565-895b-44ba-ab66-f8e1b9d48315,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,14,0,,,,,,,,,0,0,10,,10,,11,11,,,,BeginRequest=2023-02-08T00:43:04.405Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:43:04.417Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:44:04.467Z,cef0b519-76b7-4553-a410-127ea6e7dde8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:44:04.466Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:44:04.467Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:40:04.089Z,2170c32d-d255-47e5-a81d-e8e0d8972f14,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:40:04.087Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:40:04.089Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:41:04.232Z,18cd7599-91d2-45ba-b8e2-7eec5f351902,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,4,,5,,5,5,,,,BeginRequest=2023-08-27T00:41:04.226Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:41:04.232Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:42:04.297Z,4604aaed-c132-4b23-9064-5fc013ce2360,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,11,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:42:04.296Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:42:04.297Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:43:04.417Z,ae2ea565-895b-44ba-ab66-f8e1b9d48315,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,14,0,,,,,,,,,0,0,10,,10,,11,11,,,,BeginRequest=2023-08-27T00:43:04.405Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:43:04.417Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:44:04.467Z,cef0b519-76b7-4553-a410-127ea6e7dde8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,4,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:44:04.466Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:44:04.467Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
,31775000-b4b7-4568-9e5e-e99787284538,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600013,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity;I32:ATE.C[MISSED]=3;F:ATE.AL[MISSED]=0;I32:ADR.C[MISSED]=2;F:ADR.AL[MISSED]=1.83505;I32:ADS.C[MISSED]=1;F:ADS.AL[MISSED]=1.7742,,,,,,
-2023-02-08T00:45:06.687Z,b239c01b-9204-4d3b-a978-04a0162bab02,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,33,0,,0,,0,,0,0,,0,290,0,,,,,,,,,0,0,195,,195,,228,228,,,,BeginRequest=2023-02-08T00:45:06.458Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:45:06.687Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:46:04.982Z,9c3576a5-79a8-4a79-b24b-8a8e10668e4e,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:46:04.980Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:46:04.982Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:47:05.063Z,e48a1f91-8ed1-438a-8adc-6ef8e9a18481,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,6,0,,,,,,,,,0,1,3,,4,,4,4,,,,BeginRequest=2023-02-08T00:47:05.059Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:47:05.063Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:48:05.258Z,fe01b58c-8365-48fb-8518-57f9736dca46,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:48:05.257Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:48:05.258Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:49:05.363Z,12f49f0c-cdda-41e9-bcae-5f700894b6fe,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,27,0,,0,,0,,0,0,,0,30,0,,,,,,,,,0,0,2,,2,,29,29,,,,BeginRequest=2023-02-08T00:49:05.334Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:49:05.363Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=10.2332;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.4776,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:45:06.687Z,b239c01b-9204-4d3b-a978-04a0162bab02,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,33,0,,0,,0,,0,0,,0,290,0,,,,,,,,,0,0,195,,195,,228,228,,,,BeginRequest=2023-08-27T00:45:06.458Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:45:06.687Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:46:04.982Z,9c3576a5-79a8-4a79-b24b-8a8e10668e4e,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:46:04.980Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:46:04.982Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:47:05.063Z,e48a1f91-8ed1-438a-8adc-6ef8e9a18481,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,6,0,,,,,,,,,0,1,3,,4,,4,4,,,,BeginRequest=2023-08-27T00:47:05.059Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:47:05.063Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:48:05.258Z,fe01b58c-8365-48fb-8518-57f9736dca46,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:48:05.257Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:48:05.258Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:49:05.363Z,12f49f0c-cdda-41e9-bcae-5f700894b6fe,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,27,0,,0,,0,,0,0,,0,30,0,,,,,,,,,0,0,2,,2,,29,29,,,,BeginRequest=2023-08-27T00:49:05.334Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:49:05.363Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=10.2332;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.4776,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
,cc9a4f2f-a620-499f-ac30-37c5cce7b14b,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600017,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:50:05.358Z,1fc176f4-aee6-4060-9f85-d4f5cbe6063b,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:50:05.356Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:50:05.358Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:51:05.601Z,89d77b02-676e-43cf-a8e5-bf3c05861e1d,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,12,0,,0,,0,,0,0,,0,14,0,,,,,,,,,0,0,2,,2,,14,14,,,,BeginRequest=2023-02-08T00:51:05.587Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:51:05.601Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=2.35695;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0.25;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.64625,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:52:05.615Z,77dbe4aa-898f-413b-9795-79979bee1004,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,2,,2,,2,2,,,,BeginRequest=2023-02-08T00:52:05.613Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:52:05.615Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:53:05.707Z,27656f4a-cc74-4961-bfc9-0fa69d85c7ec,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,2,0,,0,,0,,0,0,,0,17,0,,,,,,,,,1,1,10,,11,,13,13,,,,BeginRequest=2023-02-08T00:53:05.693Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:53:05.707Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
-2023-02-08T00:54:05.742Z,da8e552e-018b-44a9-8a30-279fd0a009ef,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,4,,4,,5,5,,,,BeginRequest=2023-02-08T00:54:05.737Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:54:05.742Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:50:05.358Z,1fc176f4-aee6-4060-9f85-d4f5cbe6063b,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:50:05.356Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:50:05.358Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:51:05.601Z,89d77b02-676e-43cf-a8e5-bf3c05861e1d,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,12,0,,0,,0,,0,0,,0,14,0,,,,,,,,,0,0,2,,2,,14,14,,,,BeginRequest=2023-08-27T00:51:05.587Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:51:05.601Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=2.35695;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0.25;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.64625,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:52:05.615Z,77dbe4aa-898f-413b-9795-79979bee1004,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,0,,0,,0,,0,0,,0,2,0,,,,,,,,,0,0,2,,2,,2,2,,,,BeginRequest=2023-08-27T00:52:05.613Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:52:05.615Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:53:05.707Z,27656f4a-cc74-4961-bfc9-0fa69d85c7ec,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox96881f2,,Sid~S-1-5-21-434387928-2799628836-4171586136-1618,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-03.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,2,0,,0,,0,,0,0,,0,17,0,,,,,,,,,1,1,10,,11,,13,13,,,,BeginRequest=2023-08-27T00:53:05.693Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:53:05.707Z;,,,|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a,,,CafeV1
+2023-08-27T00:54:05.742Z,da8e552e-018b-44a9-8a30-279fd0a009ef,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,4,,4,,5,5,,,,BeginRequest=2023-08-27T00:54:05.737Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:54:05.742Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
,0b45e021-fa38-4184-8c0d-fa0e993b7067,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600021,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity,,,,,,
-2023-02-08T00:55:05.741Z,1cfd7927-5849-4742-a5ba-d52552accec4,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,2,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,0,,0,,2,2,,,,BeginRequest=2023-02-08T00:55:05.739Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:55:05.741Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:56:08.212Z,22e7e005-57db-4ce8-aa72-ff272602fcc8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,2,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,1,,1,,3,3,,,,BeginRequest=2023-02-08T00:56:08.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:56:08.212Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
-2023-02-08T00:57:05.890Z,d624163b-ed94-45b1-9166-39f7ffeaf86d,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,6,0,,,,,,,,,0,0,4,,4,,5,5,,,,BeginRequest=2023-02-08T00:57:05.885Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:57:05.890Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
-2023-02-08T00:58:07.835Z,581c859d-a6d4-42ef-ac0d-24ed56450308,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-02-08T00:58:07.833Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:58:07.835Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
-2023-02-08T00:59:06.021Z,a9a2ca55-125e-4a67-a81d-2fad7ab464a2,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,4,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-02-08T00:59:06.020Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:59:06.021Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:55:05.741Z,1cfd7927-5849-4742-a5ba-d52552accec4,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,2,0,,0,,0,,0,0,,0,3,0,,,,,,,,,0,0,0,,0,,2,2,,,,BeginRequest=2023-08-27T00:55:05.739Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:55:05.741Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:56:08.212Z,22e7e005-57db-4ce8-aa72-ff272602fcc8,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox866bb29,,Sid~S-1-5-21-434387928-2799628836-4171586136-1129,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-02.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,2,0,,0,,0,,0,0,,0,5,0,,,,,,,,,0,0,1,,1,,3,3,,,,BeginRequest=2023-08-27T00:56:08.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:56:08.212Z;,,,|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059,,,CafeV1
+2023-08-27T00:57:05.890Z,d624163b-ed94-45b1-9166-39f7ffeaf86d,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox501a219,,Sid~S-1-5-21-434387928-2799628836-4171586136-1619,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-04.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,6,0,,,,,,,,,0,0,4,,4,,5,5,,,,BeginRequest=2023-08-27T00:57:05.885Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:57:05.890Z;,,,|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040,,,CafeV1
+2023-08-27T00:58:07.835Z,581c859d-a6d4-42ef-ac0d-24ed56450308,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,127.0.0.1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,1,0,,0,,0,,0,0,,0,7,0,,,,,,,,,0,0,0,,0,,1,1,,,,BeginRequest=2023-08-27T00:58:07.833Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:58:07.835Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
+2023-08-27T00:59:06.021Z,a9a2ca55-125e-4a67-a81d-2fad7ab464a2,15,2,1118,20,,Autodiscover,localhost,/AutoDiscover/,,Negotiate,true,RES\HealthMailbox356d248,,Sid~S-1-5-21-434387928-2799628836-4171586136-1617,AMProbe/Local/ClientAccess,::1,TS-EX19-04,200,,,GET,Proxy,TS-EX19-01.res.contoso.com,15.02.1118.000,IntraForest,WindowsIdentity,,,,0,,,,0,1,,0,,0,,0,0,,0,4,0,,,,,,,,,0,1,0,,1,,1,1,,,,BeginRequest=2023-08-27T00:59:06.020Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:59:06.021Z;,,,|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8,,,CafeV1
,1beb289b-b8a7-4a14-8b29-9a5fd6d4f1cb,15,2,1118,20,,,,,,,,,,,,,TS-EX19-04,,,,,,,,,,,,,,,,,,,,,,,,,,,,600016,,,,,,,,,,,,,,,,,,,,,S:ActivityStandardMetadata.Action=GlobalActivity;Dbl:ADB.T[UNINSTR]=5;I32:ADS.C[UNINSTR]=1;F:ADS.AL[UNINSTR]=1.2815,,,,,,
diff --git a/Sample Data/Custom/ESI-HttpProxyLogs.json b/Sample Data/Custom/ESI-HttpProxyLogs.json
index b7eb3ab9ed5..f412a1e4334 100644
--- a/Sample Data/Custom/ESI-HttpProxyLogs.json
+++ b/Sample Data/Custom/ESI-HttpProxyLogs.json
@@ -1,6 +1,6 @@
[
{
- "DateTime": "2023-02-08T00:00:03.324Z",
+ "DateTime": "2023-08-27T00:00:03.324Z",
"RequestId": "26dd3d37-651e-43e9-a928-fad7f55eec30",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -67,7 +67,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:00:03.323Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:00:03.324Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:00:03.323Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:00:03.324Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -76,7 +76,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:01:04.313Z",
+ "DateTime": "2023-08-27T00:01:04.313Z",
"RequestId": "2a5d89d4-d393-4bab-8a42-c634dde3f7d1",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -143,7 +143,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:01:04.311Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:01:04.313Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:01:04.311Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:01:04.313Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -152,7 +152,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:02:01.046Z",
+ "DateTime": "2023-08-27T00:02:01.046Z",
"RequestId": "caf00545-8fcd-4a89-ad02-3815f2051fc6",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -219,7 +219,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:02:01.045Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:02:01.046Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:02:01.045Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:02:01.046Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -228,7 +228,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:03:01.052Z",
+ "DateTime": "2023-08-27T00:03:01.052Z",
"RequestId": "dfc399e6-b77c-4b82-9f55-bd6c22d3400b",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -295,7 +295,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:03:01.049Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:03:01.052Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:03:01.049Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:03:01.052Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -304,7 +304,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:04:01.176Z",
+ "DateTime": "2023-08-27T00:04:01.176Z",
"RequestId": "1c86edef-7196-49cb-829b-f6af9346ea81",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -371,7 +371,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:04:01.173Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:04:01.176Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:04:01.173Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:04:01.176Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -456,7 +456,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:05:01.204Z",
+ "DateTime": "2023-08-27T00:05:01.204Z",
"RequestId": "d91edba7-e75c-4cf8-b371-d11938acea46",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -523,7 +523,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:05:01.202Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:05:01.204Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:05:01.202Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:05:01.204Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -532,7 +532,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:06:01.186Z",
+ "DateTime": "2023-08-27T00:06:01.186Z",
"RequestId": "7904232f-acc3-4765-83c8-d21e464ad802",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -599,7 +599,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:06:01.183Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:06:01.186Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:06:01.183Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:06:01.186Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -608,7 +608,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:07:01.222Z",
+ "DateTime": "2023-08-27T00:07:01.222Z",
"RequestId": "f8049135-10a6-4d6d-b62b-a1eff1e1dfc7",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -675,7 +675,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:07:01.220Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:07:01.222Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:07:01.220Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:07:01.222Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -684,7 +684,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:08:01.372Z",
+ "DateTime": "2023-08-27T00:08:01.372Z",
"RequestId": "7fc0bf66-8944-4072-93b5-2ec4f2288670",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -751,7 +751,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:08:01.371Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:08:01.372Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:08:01.371Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:08:01.372Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -760,7 +760,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:09:01.470Z",
+ "DateTime": "2023-08-27T00:09:01.470Z",
"RequestId": "93456641-1baa-4963-a654-09211f129a56",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -827,7 +827,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:09:01.465Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/7/2023 11:38:59 PM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:09:01.470Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:09:01.465Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/7/2023 11:38:59 PM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:09:01.470Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -912,7 +912,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:10:01.631Z",
+ "DateTime": "2023-08-27T00:10:01.631Z",
"RequestId": "7cc9b8d0-21ce-40cc-973f-bb65ec17507c",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -979,7 +979,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:10:01.629Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:10:01.631Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:10:01.629Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:10:01.631Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -988,7 +988,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:11:01.525Z",
+ "DateTime": "2023-08-27T00:11:01.525Z",
"RequestId": "b32ced2d-ca79-4294-a075-b13999c3f268",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1055,7 +1055,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:11:01.523Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:11:01.525Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:11:01.523Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:11:01.525Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -1064,7 +1064,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:12:01.673Z",
+ "DateTime": "2023-08-27T00:12:01.673Z",
"RequestId": "3c3d928d-4774-4857-89a4-343e84abb108",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1131,7 +1131,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:12:01.672Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:12:01.673Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:12:01.672Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:12:01.673Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -1140,7 +1140,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:13:01.807Z",
+ "DateTime": "2023-08-27T00:13:01.807Z",
"RequestId": "32c63760-6e2d-4465-b980-9a3dcfd60b29",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1207,7 +1207,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:13:01.804Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:13:01.807Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:13:01.804Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:13:01.807Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -1216,7 +1216,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:14:01.820Z",
+ "DateTime": "2023-08-27T00:14:01.820Z",
"RequestId": "463cee32-6387-4a39-b42f-be767939435a",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1283,7 +1283,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:14:01.819Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:14:01.820Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:14:01.819Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:14:01.820Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -1368,7 +1368,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:15:01.888Z",
+ "DateTime": "2023-08-27T00:15:01.888Z",
"RequestId": "e757ef0e-6e63-4cb0-b94c-e4e353321c76",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1435,7 +1435,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:15:01.887Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:15:01.888Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:15:01.887Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:15:01.888Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -1444,7 +1444,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:16:02.012Z",
+ "DateTime": "2023-08-27T00:16:02.012Z",
"RequestId": "ff3b24c2-bf07-4df9-ac83-4ba00c1479a3",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1511,7 +1511,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:16:02.009Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:16:02.012Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:16:02.009Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:16:02.012Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -1520,7 +1520,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:17:02.034Z",
+ "DateTime": "2023-08-27T00:17:02.034Z",
"RequestId": "2b3ab478-4a94-42a1-92f3-41d1215f3343",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1587,7 +1587,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:17:02.033Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:17:02.034Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:17:02.033Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:17:02.034Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -1596,7 +1596,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:18:02.145Z",
+ "DateTime": "2023-08-27T00:18:02.145Z",
"RequestId": "7fa07211-6c84-4947-92f8-148276067fc8",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1663,7 +1663,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:18:02.143Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:18:02.145Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:18:02.143Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:18:02.145Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -1672,7 +1672,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:19:02.210Z",
+ "DateTime": "2023-08-27T00:19:02.210Z",
"RequestId": "0ad151e5-4bcd-4010-a7ed-ba832690d50e",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1739,7 +1739,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:19:02.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:19:02.210Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:19:02.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:19:02.210Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -1824,7 +1824,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:20:02.342Z",
+ "DateTime": "2023-08-27T00:20:02.342Z",
"RequestId": "23dd4b4c-8eeb-4d09-9561-110735a0f520",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1891,7 +1891,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:20:02.338Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:20:02.342Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:20:02.338Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:20:02.342Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -1900,7 +1900,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:21:02.492Z",
+ "DateTime": "2023-08-27T00:21:02.492Z",
"RequestId": "fbf93ace-a18a-4964-9f4b-f7dc57c55cff",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -1967,7 +1967,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:21:02.487Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:21:02.492Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:21:02.487Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:21:02.492Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -1976,7 +1976,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:22:02.569Z",
+ "DateTime": "2023-08-27T00:22:02.569Z",
"RequestId": "2dd48b8e-b46f-4a97-84c5-f829bdaddf20",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2043,7 +2043,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:22:02.568Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:22:02.569Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:22:02.568Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:22:02.569Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -2052,7 +2052,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:23:02.575Z",
+ "DateTime": "2023-08-27T00:23:02.575Z",
"RequestId": "aaf9cc0f-2628-4cd9-af2e-db2c85467d55",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2119,7 +2119,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:23:02.563Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:23:02.575Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:23:02.563Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:23:02.575Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -2128,7 +2128,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:24:02.680Z",
+ "DateTime": "2023-08-27T00:24:02.680Z",
"RequestId": "7c900c10-ab63-43f4-b53d-9a3274447f44",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2195,7 +2195,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:24:02.679Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:24:02.680Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:24:02.679Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:24:02.680Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -2280,7 +2280,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:25:02.793Z",
+ "DateTime": "2023-08-27T00:25:02.793Z",
"RequestId": "30b16933-fcd7-4e01-815a-bb21cd0a133f",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2347,7 +2347,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:25:02.787Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:25:02.793Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:25:02.787Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:25:02.793Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -2356,7 +2356,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:26:02.796Z",
+ "DateTime": "2023-08-27T00:26:02.796Z",
"RequestId": "d2b47954-c3ea-49cb-90ef-2984dab2b466",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2423,7 +2423,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:26:02.794Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:26:02.796Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:26:02.794Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:26:02.796Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -2432,7 +2432,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:27:02.832Z",
+ "DateTime": "2023-08-27T00:27:02.832Z",
"RequestId": "33516636-4baa-4b6c-b51a-ec52de98e21e",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2499,7 +2499,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:27:02.831Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:27:02.832Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:27:02.831Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:27:02.832Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -2508,7 +2508,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:28:02.834Z",
+ "DateTime": "2023-08-27T00:28:02.834Z",
"RequestId": "4dbca35d-091a-4d8d-8108-0dce06091ab0",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2575,7 +2575,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:28:02.832Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:28:02.834Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:28:02.832Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:28:02.834Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -2584,7 +2584,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:29:02.936Z",
+ "DateTime": "2023-08-27T00:29:02.936Z",
"RequestId": "d9d432b8-0dcd-44fb-a618-e5bcb954f4f0",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2651,7 +2651,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:29:02.934Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:29:02.936Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:29:02.934Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:29:02.936Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -2736,7 +2736,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:30:03.045Z",
+ "DateTime": "2023-08-27T00:30:03.045Z",
"RequestId": "04202d92-0581-4a40-891e-6480e4964b05",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2803,7 +2803,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:30:03.019Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:30:03.045Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:30:03.019Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:30:03.045Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -2812,7 +2812,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:31:03.033Z",
+ "DateTime": "2023-08-27T00:31:03.033Z",
"RequestId": "ffea0894-d7ea-459a-89bc-760929d955cf",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2879,7 +2879,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:31:03.031Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:31:03.033Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:31:03.031Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:31:03.033Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -2888,7 +2888,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:32:06.250Z",
+ "DateTime": "2023-08-27T00:32:06.250Z",
"RequestId": "6e3a889e-ff21-4e2d-a293-cfafb96816a1",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -2955,7 +2955,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:32:06.132Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:32:06.250Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=29.1567;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.57895",
+ "GenericInfo": "BeginRequest=2023-08-27T00:32:06.132Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:32:06.250Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=29.1567;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.57895",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -2964,7 +2964,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:33:06.956Z",
+ "DateTime": "2023-08-27T00:33:06.956Z",
"RequestId": "c06fb72f-5a7d-4003-b2b8-b58ad07a88bb",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3031,7 +3031,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:33:06.954Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:33:06.956Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:33:06.954Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:33:06.956Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -3040,7 +3040,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:34:03.313Z",
+ "DateTime": "2023-08-27T00:34:03.313Z",
"RequestId": "097f004b-a78e-4c02-bd3f-b552acbdfd01",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3107,7 +3107,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:34:03.312Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:34:03.313Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:34:03.312Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:34:03.313Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -3192,7 +3192,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:35:03.429Z",
+ "DateTime": "2023-08-27T00:35:03.429Z",
"RequestId": "c1dd2aea-2c60-4d03-a38c-e7d0666a5436",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3259,7 +3259,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:35:03.427Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:35:03.429Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:35:03.427Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:35:03.429Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -3268,7 +3268,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:36:08.784Z",
+ "DateTime": "2023-08-27T00:36:08.784Z",
"RequestId": "ad9a9e62-2dc7-41e1-a5e6-068dccdf19bd",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3335,7 +3335,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:36:08.782Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:36:08.784Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:36:08.782Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:36:08.784Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -3344,7 +3344,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:37:03.673Z",
+ "DateTime": "2023-08-27T00:37:03.673Z",
"RequestId": "55314d35-66fe-4a8c-995c-4073fe06b772",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3411,7 +3411,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:37:03.669Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:37:03.673Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:37:03.669Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:37:03.673Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -3420,7 +3420,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:38:03.820Z",
+ "DateTime": "2023-08-27T00:38:03.820Z",
"RequestId": "3a134800-ebc8-45e9-aa51-30536b3b2dd8",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3487,7 +3487,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:38:03.815Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:38:03.820Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:38:03.815Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:38:03.820Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -3496,7 +3496,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:39:04.039Z",
+ "DateTime": "2023-08-27T00:39:04.039Z",
"RequestId": "097a4925-5435-45be-949d-a129db4ea981",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3563,7 +3563,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:39:04.037Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/8/2023 12:09:01 AM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:39:04.039Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:39:04.037Z;CorrelationID=;ProxyState-Run=None;ServerLocatorRefresh=399bc9b2-7312-46e0-8181-fee7a0ffeaf8;RefreshingCacheEntry=CacheEntry(BackEndServer TS-EX19-01.RES.contoso.com~1942127710|ResourceForest contoso.com|FailoverSequenceNumber 638113239236337077|LastRefreshTime 2/8/2023 12:09:01 AM);FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:39:04.039Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -3648,7 +3648,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:40:04.089Z",
+ "DateTime": "2023-08-27T00:40:04.089Z",
"RequestId": "2170c32d-d255-47e5-a81d-e8e0d8972f14",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3715,7 +3715,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:40:04.087Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:40:04.089Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:40:04.087Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:40:04.089Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -3724,7 +3724,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:41:04.232Z",
+ "DateTime": "2023-08-27T00:41:04.232Z",
"RequestId": "18cd7599-91d2-45ba-b8e2-7eec5f351902",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3791,7 +3791,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:41:04.226Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:41:04.232Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:41:04.226Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:41:04.232Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -3800,7 +3800,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:42:04.297Z",
+ "DateTime": "2023-08-27T00:42:04.297Z",
"RequestId": "4604aaed-c132-4b23-9064-5fc013ce2360",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3867,7 +3867,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:42:04.296Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:42:04.297Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:42:04.296Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:42:04.297Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -3876,7 +3876,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:43:04.417Z",
+ "DateTime": "2023-08-27T00:43:04.417Z",
"RequestId": "ae2ea565-895b-44ba-ab66-f8e1b9d48315",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -3943,7 +3943,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:43:04.405Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:43:04.417Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:43:04.405Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:43:04.417Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -3952,7 +3952,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:44:04.467Z",
+ "DateTime": "2023-08-27T00:44:04.467Z",
"RequestId": "cef0b519-76b7-4553-a410-127ea6e7dde8",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4019,7 +4019,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:44:04.466Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:44:04.467Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:44:04.466Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:44:04.467Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -4104,7 +4104,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:45:06.687Z",
+ "DateTime": "2023-08-27T00:45:06.687Z",
"RequestId": "b239c01b-9204-4d3b-a978-04a0162bab02",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4171,7 +4171,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:45:06.458Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:45:06.687Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:45:06.458Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:45:06.687Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -4180,7 +4180,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:46:04.982Z",
+ "DateTime": "2023-08-27T00:46:04.982Z",
"RequestId": "9c3576a5-79a8-4a79-b24b-8a8e10668e4e",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4247,7 +4247,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:46:04.980Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:46:04.982Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:46:04.980Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:46:04.982Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -4256,7 +4256,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:47:05.063Z",
+ "DateTime": "2023-08-27T00:47:05.063Z",
"RequestId": "e48a1f91-8ed1-438a-8adc-6ef8e9a18481",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4323,7 +4323,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:47:05.059Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:47:05.063Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:47:05.059Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:47:05.063Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -4332,7 +4332,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:48:05.258Z",
+ "DateTime": "2023-08-27T00:48:05.258Z",
"RequestId": "fe01b58c-8365-48fb-8518-57f9736dca46",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4399,7 +4399,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:48:05.257Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:48:05.258Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:48:05.257Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:48:05.258Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -4408,7 +4408,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:49:05.363Z",
+ "DateTime": "2023-08-27T00:49:05.363Z",
"RequestId": "12f49f0c-cdda-41e9-bcae-5f700894b6fe",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4475,7 +4475,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:49:05.334Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:49:05.363Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=10.2332;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.4776",
+ "GenericInfo": "BeginRequest=2023-08-27T00:49:05.334Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:49:05.363Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=10.2332;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.4776",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -4560,7 +4560,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:50:05.358Z",
+ "DateTime": "2023-08-27T00:50:05.358Z",
"RequestId": "1fc176f4-aee6-4060-9f85-d4f5cbe6063b",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4627,7 +4627,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:50:05.356Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:50:05.358Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:50:05.356Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:50:05.358Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -4636,7 +4636,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:51:05.601Z",
+ "DateTime": "2023-08-27T00:51:05.601Z",
"RequestId": "89d77b02-676e-43cf-a8e5-bf3c05861e1d",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4703,7 +4703,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:51:05.587Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:51:05.601Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=2.35695;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0.25;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.64625",
+ "GenericInfo": "BeginRequest=2023-08-27T00:51:05.587Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:51:05.601Z;I32:ADS.C[BR-DC-02]=2;F:ADS.AL[BR-DC-02]=2.35695;I32:ATE.C[BR-DC-02.RES.contoso.com]=4;F:ATE.AL[BR-DC-02.RES.contoso.com]=0.25;I32:ADR.C[BR-DC-02]=2;F:ADR.AL[BR-DC-02]=1.64625",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -4712,7 +4712,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:52:05.615Z",
+ "DateTime": "2023-08-27T00:52:05.615Z",
"RequestId": "77dbe4aa-898f-413b-9795-79979bee1004",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4779,7 +4779,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:52:05.613Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:52:05.615Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:52:05.613Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:52:05.615Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -4788,7 +4788,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:53:05.707Z",
+ "DateTime": "2023-08-27T00:53:05.707Z",
"RequestId": "27656f4a-cc74-4961-bfc9-0fa69d85c7ec",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4855,7 +4855,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:53:05.693Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:53:05.707Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:53:05.693Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:53:05.707Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:7b922fbc-5b8f-496b-be13-ccc0a9fd6a7a",
@@ -4864,7 +4864,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:54:05.742Z",
+ "DateTime": "2023-08-27T00:54:05.742Z",
"RequestId": "da8e552e-018b-44a9-8a30-279fd0a009ef",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -4931,7 +4931,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:54:05.737Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:54:05.742Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:54:05.737Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:54:05.742Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -5016,7 +5016,7 @@
"RoutingStatus": ""
},
{
- "DateTime": "2023-02-08T00:55:05.741Z",
+ "DateTime": "2023-08-27T00:55:05.741Z",
"RequestId": "1cfd7927-5849-4742-a5ba-d52552accec4",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -5083,7 +5083,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:55:05.739Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:55:05.741Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:55:05.739Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:55:05.741Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -5092,7 +5092,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:56:08.212Z",
+ "DateTime": "2023-08-27T00:56:08.212Z",
"RequestId": "22e7e005-57db-4ce8-aa72-ff272602fcc8",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -5159,7 +5159,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:56:08.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:56:08.212Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:56:08.209Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:56:08.212Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ee8ad99c-fbcb-45c2-939e-81869b5ee059",
@@ -5168,7 +5168,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:57:05.890Z",
+ "DateTime": "2023-08-27T00:57:05.890Z",
"RequestId": "d624163b-ed94-45b1-9166-39f7ffeaf86d",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -5235,7 +5235,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:57:05.885Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:57:05.890Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:57:05.885Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:57:05.890Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:ea58efbd-ca6c-4d7d-b738-383065284040",
@@ -5244,7 +5244,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:58:07.835Z",
+ "DateTime": "2023-08-27T00:58:07.835Z",
"RequestId": "581c859d-a6d4-42ef-ac0d-24ed56450308",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -5311,7 +5311,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:58:07.833Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:58:07.835Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:58:07.833Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:58:07.835Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
@@ -5320,7 +5320,7 @@
"RoutingStatus": "CafeV1"
},
{
- "DateTime": "2023-02-08T00:59:06.021Z",
+ "DateTime": "2023-08-27T00:59:06.021Z",
"RequestId": "a9a2ca55-125e-4a67-a81d-2fad7ab464a2",
"MajorVersion": "15",
"MinorVersion": "2",
@@ -5387,7 +5387,7 @@
"RouteRefresherLatency": "",
"UrlQuery": "",
"BackEndGenericInfo": "",
- "GenericInfo": "BeginRequest=2023-02-08T00:59:06.020Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-02-08T00:59:06.021Z;",
+ "GenericInfo": "BeginRequest=2023-08-27T00:59:06.020Z;CorrelationID=;ProxyState-Run=None;FEAuth=BEVersion-1942127710;ProxyState-Complete=PrepareServerRequest;SharedCacheGuard=0;EndRequest=2023-08-27T00:59:06.021Z;",
"GenericErrors": "",
"EdgeTraceId": "",
"DatabaseGuid": "|RoutingDB:399bc9b2-7312-46e0-8181-fee7a0ffeaf8",
diff --git a/Sample Data/Custom/ESI-MessageTrackingLogs-CSV.txt b/Sample Data/Custom/ESI-MessageTrackingLogs-CSV.txt
index 0d878a84b4f..321a3e68a52 100644
--- a/Sample Data/Custom/ESI-MessageTrackingLogs-CSV.txt
+++ b/Sample Data/Custom/ESI-MessageTrackingLogs-CSV.txt
@@ -1,10 +1,10 @@
date-time,client-ip,client-hostname,server-ip,server-hostname,source-context,connector-id,source,event-id,internal-message-id,message-id,network-message-id,recipient-address,recipient-status,total-bytes,recipient-count,related-recipient-address,reference,message-subject,sender-address,return-path,message-info,directionality,tenant-id,original-client-ip,original-server-ip,custom-data,transport-traffic-type,log-id,schema-version
-2023-02-26T02:40:03.005Z,,,,TS-EX19-04,"TS-EX19-03.RES.contoso.com=250 2.6.0 <1116-23956-1677379188@hz-fw-01.contoso1.com> [InternalId=48112223649793, Hostname=TS-EX19-03.RES.contoso.com] Queued mail for redundancy",,SMTP,HAREDIRECT,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,fw-admin@contoso1.com,,410220,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,,,S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,3c34a0be-9d67-48c7-4c26-08db17a2c332,15.02.1118.021
-2023-02-26T02:40:03.008Z,10.1.2.24,TS-EX19-04.RES.contoso.com,10.1.2.24,TS-EX19-04,08DB0F5DBC3D2C80;2023-02-26T02:40:02.669Z;0,TS-EX19-04\Default TS-EX19-04,SMTP,RECEIVE,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,fw-admin@contoso1.com,,410220,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,0cA: ,Incoming,,10.0.0.254,10.1.2.24,S:ProxyHop1=TS-EX19-04.RES.contoso.com(10.1.2.24);S:MessageValue=MediumHigh;S:Replication=TS-EX19-03;S:FirstForestHop=TS-EX19-04.RES.contoso.com;S:FromEntity=Internet;S:ProxiedClientIPAddress=10.0.0.254;S:ProxiedClientHostname=hz-fw-01.contoso1.com;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,79bb9b0f-120c-4e8d-c05f-08db17a2c332,15.02.1118.021
-2023-02-26T02:40:03.817Z,,,,TS-EX19-04,/o=B13/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=c30973bf62e34d558eebb7c307232e31-Gilbert,,ROUTING,RESOLVE,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com,,410449,1,fw-admin@contoso1.com,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,,,S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,a79f3963-b134-4ada-4b9e-08db17a2c3ae,15.02.1118.021
-2023-02-26T02:40:03.841Z,,TS-EX19-04,,,Transport Rule Agent,,AGENT,RECEIVE,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,5jxp9m4hOc6q@7UGApwbvQ.com,,410613,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,,,S:RecipientType=Bcc;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,4554d722-52f0-46e0-f4d3-08db17a2c3b1,15.02.1118.021
-2023-02-26T02:40:03.844Z,,TS-EX19-04,,,AgentDefer,,AGENT,AGENTINFO,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com;5jxp9m4hOc6q@7UGApwbvQ.com,,410613,2,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,10.0.0.254,10.1.2.24,"S:AMA=SUM|v=0|action=|error=|atch=25;S:AMA=EV|engine=M|v=0|sig=1.383.650.0|name=|file=;S:TRA=ETR|ruleId=f124891a-6a94-466a-95d6-82b59a9f5b06|st=10/9/2022 12:48:38 AM|action=BlindCopyTo|sev=1|mode=Enforce;S:TRA=ETRP|ruleId=f124891a-6a94-466a-95d6-82b59a9f5b06|st=2022-10-09T00:48:38.0000000Z|ExecW=5|ExecC=0|Actions=AER,1|Conditions=CP,M.ER,0;S:CompCost=|AMA=0;S:DeliveryPriority=Normal;S:AccountForest=contoso.com",Email,58a5ace2-f2b5-4063-6a93-08db17a2c3b2,15.02.1118.021
-2023-02-26T02:40:03.845Z,,,,TS-EX19-04,Transport Rule Agent,,AGENT,RESUBMIT,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com;5jxp9m4hOc6q@7UGApwbvQ.com,;,410613,2,,48782238547969,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,,,,,S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,706bc799-bee7-44e1-902c-08db17a2c3b2,15.02.1118.021
-2023-02-26T02:40:04.681Z,,TS-EX19-04,,,CatContentConversion,,AGENT,AGENTINFO,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com;5jxp9m4hOc6q@7UGApwbvQ.com,,410705,2,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,10.0.0.254,10.1.2.24,S:AMA=SUM|action=p|error=|atch=0;S:TRA=ETRI|MsgType=Normal|Ex=|IsKnown=|FipsStatus=NoFips|AttchUns=|ceErr=|Synth=False-Na-;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,2e7f83ef-7fa6-49ae-18eb-08db17a2c432,15.02.1118.021
-2023-02-26T02:40:06.426Z,10.1.2.24,TS-EX19-04,10.1.2.24,TS-EX19-04.RES.contoso.com,;250 2.0.0 OK <1116-23956-1677379188@hz-fw-01.contoso1.com> [Hostname=TS-EX19-04.RES.contoso.com];ClientSubmitTime:,Intra-Organization SMTP Send Connector,SMTP,SEND,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com,250 2.1.5 Recipient OK,419612,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,2023-02-26T02:40:02.316Z;LSRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=3.694|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.002|QDM=0.041|SMSC=0.158(X-SMSDR=0.039)|SMS=1.536(SMSMBXD=1.458)|UNK=0.002,Incoming,,,,S:E2ELatency=4.110;S:MsgRecipCount=1;S:IncludeInSla=True;S:Microsoft.Exchange.Transport.MailRecipient.RequiredTlsAuthLevel=Opportunistic;S:IsSmtpResponseFromExternalServer=False;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,958a7ce6-0dfb-4302-62aa-08db17a2c53c,15.02.1118.021
-2023-02-26T02:40:07.103Z,10.1.2.24,TS-EX19-04,104.47.22.138,contoso1.com.mail.protection.outlook.com,";250 2.6.0 <1116-23956-1677379188@hz-fw-01.contoso1.com> [InternalId=4015794426053, Hostname=DU0PR08MB8231.eurprd08.prod.outlook.com] 418235 bytes in 0.233, 1747.513 KB/sec Queued mail for delivery;ClientSubmitTime:",Internet B1129E5 to Office 365,SMTP,SENDEXTERNAL,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,5jxp9m4hOc6q@7UGApwbvQ.com,250 2.1.5 Recipient OK,419612,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,2023-02-26T02:40:02.316Z;SRV=TS-EX19-04.RES.contoso.com:TOTAL-FE=0.416|SMR=0.125(SMRRC=0.002|SMREH=0.001|SMRPI=0.054(SMRPI-FrontendProxyAgent=0.053))|SMS=0.289;SRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=4.371|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.001|QDE=0.610|SMSC=1.138(X-SMSDR=0.609)|SMS=0.667,Incoming,,,,S:E2ELatency=4.788;S:ExternalSendLatency=2.371;S:ToEntity=Internet;S:FromEntity=Internet;S:MsgRecipCount=1;S:IncludeInSla=True;S:Microsoft.Exchange.Transport.MailRecipient.RequiredTlsAuthLevel=CertificateValidation;S:Microsoft.Exchange.Transport.MailRecipient.EffectiveTlsAuthLevel=CertificateValidation;S:IsSmtpResponseFromExternalServer=True;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,c89f66d8-95d5-46a7-ba78-08db17a2c5a3,15.02.1118.021
+2023-08-27T02:40:03.005Z,,,,TS-EX19-04,"TS-EX19-03.RES.contoso.com=250 2.6.0 <1116-23956-1677379188@hz-fw-01.contoso1.com> [InternalId=48112223649793, Hostname=TS-EX19-03.RES.contoso.com] Queued mail for redundancy",,SMTP,HAREDIRECT,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,fw-admin@contoso1.com,,410220,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,,,S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,3c34a0be-9d67-48c7-4c26-08db17a2c332,15.02.1118.021
+2023-08-27T02:40:03.008Z,10.1.2.24,TS-EX19-04.RES.contoso.com,10.1.2.24,TS-EX19-04,08DB0F5DBC3D2C80;2023-08-27T02:40:02.669Z;0,TS-EX19-04\Default TS-EX19-04,SMTP,RECEIVE,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,fw-admin@contoso1.com,,410220,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,0cA: ,Incoming,,10.0.0.254,10.1.2.24,S:ProxyHop1=TS-EX19-04.RES.contoso.com(10.1.2.24);S:MessageValue=MediumHigh;S:Replication=TS-EX19-03;S:FirstForestHop=TS-EX19-04.RES.contoso.com;S:FromEntity=Internet;S:ProxiedClientIPAddress=10.0.0.254;S:ProxiedClientHostname=hz-fw-01.contoso1.com;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,79bb9b0f-120c-4e8d-c05f-08db17a2c332,15.02.1118.021
+2023-08-27T02:40:03.817Z,,,,TS-EX19-04,/o=B13/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=c30973bf62e34d558eebb7c307232e31-Gilbert,,ROUTING,RESOLVE,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com,,410449,1,fw-admin@contoso1.com,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,,,S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,a79f3963-b134-4ada-4b9e-08db17a2c3ae,15.02.1118.021
+2023-08-27T02:40:03.841Z,,TS-EX19-04,,,Transport Rule Agent,,AGENT,RECEIVE,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,5jxp9m4hOc6q@7UGApwbvQ.com,,410613,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,,,S:RecipientType=Bcc;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,4554d722-52f0-46e0-f4d3-08db17a2c3b1,15.02.1118.021
+2023-08-27T02:40:03.844Z,,TS-EX19-04,,,AgentDefer,,AGENT,AGENTINFO,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com;5jxp9m4hOc6q@7UGApwbvQ.com,,410613,2,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,10.0.0.254,10.1.2.24,"S:AMA=SUM|v=0|action=|error=|atch=25;S:AMA=EV|engine=M|v=0|sig=1.383.650.0|name=|file=;S:TRA=ETR|ruleId=f124891a-6a94-466a-95d6-82b59a9f5b06|st=10/9/2022 12:48:38 AM|action=BlindCopyTo|sev=1|mode=Enforce;S:TRA=ETRP|ruleId=f124891a-6a94-466a-95d6-82b59a9f5b06|st=2022-10-09T00:48:38.0000000Z|ExecW=5|ExecC=0|Actions=AER,1|Conditions=CP,M.ER,0;S:CompCost=|AMA=0;S:DeliveryPriority=Normal;S:AccountForest=contoso.com",Email,58a5ace2-f2b5-4063-6a93-08db17a2c3b2,15.02.1118.021
+2023-08-27T02:40:03.845Z,,,,TS-EX19-04,Transport Rule Agent,,AGENT,RESUBMIT,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com;5jxp9m4hOc6q@7UGApwbvQ.com,;,410613,2,,48782238547969,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,,,,,S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,706bc799-bee7-44e1-902c-08db17a2c3b2,15.02.1118.021
+2023-08-27T02:40:04.681Z,,TS-EX19-04,,,CatContentConversion,,AGENT,AGENTINFO,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com;5jxp9m4hOc6q@7UGApwbvQ.com,,410705,2,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,,Incoming,,10.0.0.254,10.1.2.24,S:AMA=SUM|action=p|error=|atch=0;S:TRA=ETRI|MsgType=Normal|Ex=|IsKnown=|FipsStatus=NoFips|AttchUns=|ceErr=|Synth=False-Na-;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,2e7f83ef-7fa6-49ae-18eb-08db17a2c432,15.02.1118.021
+2023-08-27T02:40:06.426Z,10.1.2.24,TS-EX19-04,10.1.2.24,TS-EX19-04.RES.contoso.com,;250 2.0.0 OK <1116-23956-1677379188@hz-fw-01.contoso1.com> [Hostname=TS-EX19-04.RES.contoso.com];ClientSubmitTime:,Intra-Organization SMTP Send Connector,SMTP,SEND,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,Gilbert@contoso1.com,250 2.1.5 Recipient OK,419612,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,2023-08-27T02:40:02.316Z;LSRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=3.694|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.002|QDM=0.041|SMSC=0.158(X-SMSDR=0.039)|SMS=1.536(SMSMBXD=1.458)|UNK=0.002,Incoming,,,,S:E2ELatency=4.110;S:MsgRecipCount=1;S:IncludeInSla=True;S:Microsoft.Exchange.Transport.MailRecipient.RequiredTlsAuthLevel=Opportunistic;S:IsSmtpResponseFromExternalServer=False;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,958a7ce6-0dfb-4302-62aa-08db17a2c53c,15.02.1118.021
+2023-08-27T02:40:07.103Z,10.1.2.24,TS-EX19-04,104.47.22.138,contoso1.com.mail.protection.outlook.com,";250 2.6.0 <1116-23956-1677379188@hz-fw-01.contoso1.com> [InternalId=4015794426053, Hostname=DU0PR08MB8231.eurprd08.prod.outlook.com] 418235 bytes in 0.233, 1747.513 KB/sec Queued mail for delivery;ClientSubmitTime:",Internet B1129E5 to Office 365,SMTP,SENDEXTERNAL,48782238547969,<1116-23956-1677379188@hz-fw-01.contoso1.com>,65b0ed59-64ad-42ab-ba15-08db17a2c2d1,5jxp9m4hOc6q@7UGApwbvQ.com,250 2.1.5 Recipient OK,419612,1,,,[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report,do-not-reply@fw-notify.net,do-not-reply@fw-notify.net,2023-08-27T02:40:02.316Z;SRV=TS-EX19-04.RES.contoso.com:TOTAL-FE=0.416|SMR=0.125(SMRRC=0.002|SMREH=0.001|SMRPI=0.054(SMRPI-FrontendProxyAgent=0.053))|SMS=0.289;SRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=4.371|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.001|QDE=0.610|SMSC=1.138(X-SMSDR=0.609)|SMS=0.667,Incoming,,,,S:E2ELatency=4.788;S:ExternalSendLatency=2.371;S:ToEntity=Internet;S:FromEntity=Internet;S:MsgRecipCount=1;S:IncludeInSla=True;S:Microsoft.Exchange.Transport.MailRecipient.RequiredTlsAuthLevel=CertificateValidation;S:Microsoft.Exchange.Transport.MailRecipient.EffectiveTlsAuthLevel=CertificateValidation;S:IsSmtpResponseFromExternalServer=True;S:DeliveryPriority=Normal;S:AccountForest=contoso.com,Email,c89f66d8-95d5-46a7-ba78-08db17a2c5a3,15.02.1118.021
diff --git a/Sample Data/Custom/ESI-MessageTrackingLogs.json b/Sample Data/Custom/ESI-MessageTrackingLogs.json
index 9a42169dace..520174eae78 100644
--- a/Sample Data/Custom/ESI-MessageTrackingLogs.json
+++ b/Sample Data/Custom/ESI-MessageTrackingLogs.json
@@ -1,6 +1,6 @@
[
{
- "date-time": "2023-02-26T02:40:03.005Z",
+ "date-time": "2023-08-27T02:40:03.005Z",
"client-ip": "",
"client-hostname": "",
"server-ip": "",
@@ -32,12 +32,12 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:03.008Z",
+ "date-time": "2023-08-27T02:40:03.008Z",
"client-ip": "10.1.2.24",
"client-hostname": "TS-EX19-04.RES.contoso.com",
"server-ip": "10.1.2.24",
"server-hostname": "TS-EX19-04",
- "source-context": "08DB0F5DBC3D2C80;2023-02-26T02:40:02.669Z;0",
+ "source-context": "08DB0F5DBC3D2C80;2023-08-27T02:40:02.669Z;0",
"connector-id": "TS-EX19-04\\Default TS-EX19-04",
"source": "SMTP",
"event-id": "RECEIVE",
@@ -64,7 +64,7 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:03.817Z",
+ "date-time": "2023-08-27T02:40:03.817Z",
"client-ip": "",
"client-hostname": "",
"server-ip": "",
@@ -96,7 +96,7 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:03.841Z",
+ "date-time": "2023-08-27T02:40:03.841Z",
"client-ip": "",
"client-hostname": "TS-EX19-04",
"server-ip": "",
@@ -128,7 +128,7 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:03.844Z",
+ "date-time": "2023-08-27T02:40:03.844Z",
"client-ip": "",
"client-hostname": "TS-EX19-04",
"server-ip": "",
@@ -160,7 +160,7 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:03.845Z",
+ "date-time": "2023-08-27T02:40:03.845Z",
"client-ip": "",
"client-hostname": "",
"server-ip": "",
@@ -192,7 +192,7 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:04.681Z",
+ "date-time": "2023-08-27T02:40:04.681Z",
"client-ip": "",
"client-hostname": "TS-EX19-04",
"server-ip": "",
@@ -224,7 +224,7 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:06.426Z",
+ "date-time": "2023-08-27T02:40:06.426Z",
"client-ip": "10.1.2.24",
"client-hostname": "TS-EX19-04",
"server-ip": "10.1.2.24",
@@ -245,7 +245,7 @@
"message-subject": "[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report",
"sender-address": "sanitized@sanitized.com",
"return-path": "sanitized@sanitized.com",
- "message-info": "2023-02-26T02:40:02.316Z;LSRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=3.694|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.002|QDM=0.041|SMSC=0.158(X-SMSDR=0.039)|SMS=1.536(SMSMBXD=1.458)|UNK=0.002",
+ "message-info": "2023-08-27T02:40:02.316Z;LSRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=3.694|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.002|QDM=0.041|SMSC=0.158(X-SMSDR=0.039)|SMS=1.536(SMSMBXD=1.458)|UNK=0.002",
"directionality": "Incoming",
"tenant-id": "",
"original-client-ip": "",
@@ -256,7 +256,7 @@
"schema-version": "15.02.1118.021"
},
{
- "date-time": "2023-02-26T02:40:07.103Z",
+ "date-time": "2023-08-27T02:40:07.103Z",
"client-ip": "10.1.2.24",
"client-hostname": "TS-EX19-04",
"server-ip": "104.47.22.138",
@@ -277,7 +277,7 @@
"message-subject": "[hz-fw-01.contoso1.com][INFO-721] Weekly Executive Report",
"sender-address": "sanitized@sanitized.com",
"return-path": "sanitized@sanitized.com",
- "message-info": "2023-02-26T02:40:02.316Z;SRV=TS-EX19-04.RES.contoso.com:TOTAL-FE=0.416|SMR=0.125(SMRRC=0.002|SMREH=0.001|SMRPI=0.054(SMRPI-FrontendProxyAgent=0.053))|SMS=0.289;SRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=4.371|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.001|QDE=0.610|SMSC=1.138(X-SMSDR=0.609)|SMS=0.667",
+ "message-info": "2023-08-27T02:40:02.316Z;SRV=TS-EX19-04.RES.contoso.com:TOTAL-FE=0.416|SMR=0.125(SMRRC=0.002|SMREH=0.001|SMRPI=0.054(SMRPI-FrontendProxyAgent=0.053))|SMS=0.289;SRV=TS-EX19-04.RES.contoso.com:TOTAL-HUB=4.371|SMR=0.275(SMRDE=0.121|SMRC=0.152(SMRCL=0.136|X-SMRCR=0.150))|UNK=0.014|PSC=0.006|UNK=0.003|CAT=0.812(CATMS=0.043|CATOS=0.668(CATSM=0.666(CATSM-Interceptor Routing Agent=0.003|CATSM-Malware Agent=0.637|CATSM-Text Messaging Routing Agent=0.003|CATSM-RMS Encryption Agent=0.014|CATSM-Journal Agent=0.006))|CATRESL=0.079|CATORES-INC=0.016(CATRS=0.016(CATRS-Transport Rule Agent=0.015(X-ETRLD=0.002|X-ETREX=0.008))))|UNK=0.002|CAT=0.838(CATRESL=0.004|CATORES=0.012(CATRS-INC=0.012(CATRS-Transport Rule Agent=0.008(X-ETREX=0.008)|CATRS-DLP Policy Agent-INC=0.003))|CATRS-Retention Policy Agent=0.003|CATRS-Supervisory Review Agent=0.002|CATRS-Index Routing Agent=0.447|CATROUT=0.001|CATORT=0.347(CATRT=0.347(CATRT-RMS Encryption Agent=0.011|CATRT-Journal Agent=0.334))|CATFIN=0.003(OMDSN=0.001))|UNK=0.001|QDE=0.610|SMSC=1.138(X-SMSDR=0.609)|SMS=0.667",
"directionality": "Incoming",
"tenant-id": "",
"original-client-ip": "",
diff --git a/Sample Data/MailGuard365_Threats_CL.csv b/Sample Data/MailGuard365_Threats_CL.csv
new file mode 100644
index 00000000000..ff02dee2c3f
--- /dev/null
+++ b/Sample Data/MailGuard365_Threats_CL.csv
@@ -0,0 +1,160 @@
+TenantId,SourceSystem,MG,ManagementGroupName,"TimeGenerated [UTC]",Computer,RawData,"MessageId_s","HeaderMessageId_s","UserId_g","CustomerTenantId_g","Score_d","Virus_b",Category,"Attachments_s","Sender_Email_s","Sender_Domain_s","Recipients_s","ReceivedHeaders_s","SenderHeader_s","ToHeader_s","CcHeader_s","Subject_s","OriginCountry_s","MessageDate_t [UTC]","MessageSize_d","Action_s","ReceivedDateTime_d","ForefrontAntiSpam_s","MicrosoftAntiSpam_s","IsInWhiteList_b","IsInBlackList_b","Email_s","HasAttachment_b","HasImage_b",Type,"_ResourceId","MailMessage_0_NetworkMessageId","MailMessage_0_Recipient"
+"e51bd602-0194-11ee-be56-0242ac120002",RestAPI,,,"5/30/2023, 2:30:00.000 PM",,,"c17d72c2-0195-11ee-be56-0242ac120002","","1bff3a60-0195-11ee-be56-0242ac120002","21979fe4-0195-11ee-be56-0242ac120002","30.1",false,Phishing,"[]","bounce@bad-domain.com","bad-domain.com","[
+ {
+ ""Email"": ""usera@mailguard.com.au"",
+ ""Domain"": ""mailguard.com.au""
+ }
+]","[
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:59 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:59"",
+ ""DnsHost"": null,
+ ""Helo"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:1111:111:111::11"",
+ ""Mta"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:59+00:00""
+ },
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:56 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:56"",
+ ""DnsHost"": null,
+ ""Helo"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:10c6:10:5::31"",
+ ""Mta"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:56+00:00""
+ }
+]","Admin-Reset ","",,"Forgot your password",US,"5/30/2023, 2:29:59.000 PM",86592,Moved,1685457000,"CIP:198.11.111.111;CTRY:US;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:bad-domain.com;PTR:bad-domain.com;CAT:NONE;SFS:(13230028)(966005)(26005)(559001)(579004);DIR:INB;","BCL:5;",false,false,"usera@mailguard.com.au",false,false,"MailGuard365_Threats_CL",,"74971cc8-0196-11ee-be56-0242ac120002","usera@mailguard.com.au"
+"e51bd602-0194-11ee-be56-0242ac120002",RestAPI,,,"5/30/2023, 2:30:00.000 PM",,,"c17d72c2-0195-11ee-be56-0242ac120002","","1bff3a60-0195-11ee-be56-0242ac120002","21979fe4-0195-11ee-be56-0242ac120002","20.1",false,"Malicious Attachment","[
+ {
+ ""FileName"": ""VoiceMail.html"",
+ ""FileType"": ""html"",
+ ""FileSize"": 3265,
+ ""ProcessedDate"": 0
+ }
+]","bounce@bad-domain.com","bad-domain.com","[
+ {
+ ""Email"": ""usera@mailguard.com.au"",
+ ""Domain"": ""mailguard.com.au""
+ }
+]","[
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:59 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:59"",
+ ""DnsHost"": null,
+ ""Helo"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:1111:111:111::11"",
+ ""Mta"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:59+00:00""
+ },
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:56 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:56"",
+ ""DnsHost"": null,
+ ""Helo"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:10c6:10:5::31"",
+ ""Mta"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:56+00:00""
+ }
+]","VoiceMail ","",,"You have a new voicemail",US,"5/30/2023, 2:29:59.000 PM",86592,Moved,1685457000,"CIP:198.11.111.111;CTRY:US;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:bad-domain.com;PTR:bad-domain.com;CAT:NONE;SFS:(13230028)(966005)(26005)(559001)(579004);DIR:INB;","BCL:5;",false,false,"usera@mailguard.com.au",false,false,"MailGuard365_Threats_CL",,"74971cc8-0196-11ee-be56-0242ac120002","usera@mailguard.com.au"
+"e51bd602-0194-11ee-be56-0242ac120002",RestAPI,,,"5/30/2023, 2:30:00.000 PM",,,"c17d72c2-0195-11ee-be56-0242ac120002","","1bff3a60-0195-11ee-be56-0242ac120002","21979fe4-0195-11ee-be56-0242ac120002","22.4",false,"Malicious Attachment","[
+ {
+ ""FileName"": ""Invoice#2345.html"",
+ ""FileType"": ""html"",
+ ""FileSize"": 3265,
+ ""ProcessedDate"": 0
+ }
+]","bounce@bad-domain.com","bad-domain.com","[
+ {
+ ""Email"": ""usera@mailguard.com.au"",
+ ""Domain"": ""mailguard.com.au""
+ }
+]","[
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:59 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:59"",
+ ""DnsHost"": null,
+ ""Helo"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:1111:111:111::11"",
+ ""Mta"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:59+00:00""
+ },
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:56 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:56"",
+ ""DnsHost"": null,
+ ""Helo"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:10c6:10:5::31"",
+ ""Mta"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:56+00:00""
+ }
+]","Invoice Mailer ","",,"Pay your Invoice",US,"5/30/2023, 2:29:59.000 PM",86592,Moved,1685457000,"CIP:198.11.111.111;CTRY:US;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:bad-domain.com;PTR:bad-domain.com;CAT:NONE;SFS:(13230028)(966005)(26005)(559001)(579004);DIR:INB;","BCL:5;",false,false,"usera@mailguard.com.au",false,false,"MailGuard365_Threats_CL",,"74971cc8-0196-11ee-be56-0242ac120002","usera@mailguard.com.au"
+"e51bd602-0194-11ee-be56-0242ac120002",RestAPI,,,"5/30/2023, 2:30:00.000 PM",,,"c17d72c2-0195-11ee-be56-0242ac120002","","1bff3a60-0195-11ee-be56-0242ac120002","21979fe4-0195-11ee-be56-0242ac120002","34.2",false,Phishing,"[]","bounce@bad-domain.com","bad-domain.com","[
+ {
+ ""Email"": ""usera@mailguard.com.au"",
+ ""Domain"": ""mailguard.com.au""
+ }
+]","[
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:59 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:59"",
+ ""DnsHost"": null,
+ ""Helo"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:1111:111:111::11"",
+ ""Mta"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:59+00:00""
+ },
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:56 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:56"",
+ ""DnsHost"": null,
+ ""Helo"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:10c6:10:5::31"",
+ ""Mta"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:56+00:00""
+ }
+]","Admin ","",,"Reset your password",US,"5/30/2023, 2:29:59.000 PM",86592,Moved,1685457000,"CIP:198.11.111.111;CTRY:US;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:bad-domain.com;PTR:bad-domain.com;CAT:NONE;SFS:(13230028)(966005)(26005)(559001)(579004);DIR:INB;","BCL:5;",false,false,"usera@mailguard.com.au",false,false,"MailGuard365_Threats_CL",,"74971cc8-0196-11ee-be56-0242ac120002","usera@mailguard.com.au"
+"e51bd602-0194-11ee-be56-0242ac120002",RestAPI,,,"5/30/2023, 2:30:00.000 PM",,,"c17d72c2-0195-11ee-be56-0242ac120002","","1bff3a60-0195-11ee-be56-0242ac120002","21979fe4-0195-11ee-be56-0242ac120002","10.1",false,Spam,"[]","bounce@bad-domain.com","bad-domain.com","[
+ {
+ ""Email"": ""usera@mailguard.com.au"",
+ ""Domain"": ""mailguard.com.au""
+ }
+]","[
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:59 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:59"",
+ ""DnsHost"": null,
+ ""Helo"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:1111:111:111::11"",
+ ""Mta"": ""ME3PR0QBE0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:59+00:00""
+ },
+ {
+ ""Time"": ""Tue, 30 May 2023 14:29:56 +0000"",
+ ""TimeUtc"": ""2023-05-30 14:29:56"",
+ ""DnsHost"": null,
+ ""Helo"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""Host"": null,
+ ""Ip"": ""2603:10c6:10:5::31"",
+ ""Mta"": ""SYBPR0HGF0000.ausprd01.prod.outlook.com"",
+ ""GeoIp"": null,
+ ""ReceivedDateTime"": ""2023-05-30T14:29:56+00:00""
+ }
+]","Insurance ","