maester365 / maester

The core repository for the Maester module with helper cmdlets that will be called from the Pester tests.
https://maester.dev
MIT License
356 stars 87 forks source link

Migrate MtCisaContactSharing to use Get-MtExo caching #464

Closed NZLostboy closed 2 months ago

NZLostboy commented 2 months ago

MtCisaContactSharing was calling Get-SharingPolicy instead of using the Get-MtExo cached version. Migrated to using the cached version for consistency and speed.