Skip to content

Commit

Permalink
Merge pull request #464 from NZLostboy/Get-MtExo-RequestSharingPolicy
Browse files Browse the repository at this point in the history
Migrate MtCisaContactSharing to use Get-MtExo caching
  • Loading branch information
merill committed Sep 11, 2024
2 parents b148e95 + 69ce7bc commit 1e00633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Test-MtCisaContactSharing {
return $null
}

$policies = Get-MtSharingPolicy
$policies = Get-MtExo -Request SharingPolicy

$resultPolicies = $policies | Where-Object {`
$_.Enabled -and `
Expand Down

0 comments on commit 1e00633

Please sign in to comment.