From a02f89fd8b5a2da8ded79c45500883b14af4cdba Mon Sep 17 00:00:00 2001 From: David Paulson Date: Wed, 8 May 2024 12:54:31 -0500 Subject: [PATCH] Corrected Organization Management ID --- .../Get-ExchangeOtherWellKnownObjects.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/ActiveDirectoryFunctions/Get-ExchangeOtherWellKnownObjects.ps1 b/Shared/ActiveDirectoryFunctions/Get-ExchangeOtherWellKnownObjects.ps1 index 54780d0c40..b3669a202f 100644 --- a/Shared/ActiveDirectoryFunctions/Get-ExchangeOtherWellKnownObjects.ps1 +++ b/Shared/ActiveDirectoryFunctions/Get-ExchangeOtherWellKnownObjects.ps1 @@ -8,7 +8,7 @@ function Get-ExchangeOtherWellKnownObjects { param () $otherWellKnownObjectIds = @{ - "C2F9A9F9D6A1B74A9E068728F8F842EA" = "Organization Management" + "C262A929D691B74A9E068728F8F842EA" = "Organization Management" "DB72C41D49580A4DB304FE6981E56297" = "Recipient Management" "1A9E39D35ABE5747B979FFC0C6E5EA26" = "View-Only Organization Management" "45FA417B3574DC4E929BC4B059699792" = "Public Folder Management"