diff --git a/powershell/public/cisa/exchange/Test-MtCisaContactSharing.ps1 b/powershell/public/cisa/exchange/Test-MtCisaContactSharing.ps1 index 4fa341b0..e4f0956c 100644 --- a/powershell/public/cisa/exchange/Test-MtCisaContactSharing.ps1 +++ b/powershell/public/cisa/exchange/Test-MtCisaContactSharing.ps1 @@ -23,7 +23,7 @@ function Test-MtCisaContactSharing { return $null } - $policies = Get-MtSharingPolicy + $policies = Get-MtExo -Request SharingPolicy $resultPolicies = $policies | Where-Object {` $_.Enabled -and `