Disablesyncsliderforsharedmailbox -
# Get Mailbox configurations Get-Mailbox -ResultSize Unlimited | Where-Object $_.RecipientTypeDetails -eq "SharedMailbox" | ForEach-Object $Mailbox = $_.Identity $DisableSyncSlider = (Get-Mailbox $Mailbox | Export-Csv -Path "C:\report.csv" -NoTypeInformation
I have provided two versions: one formatted as a (suitable for IT admins), and a shorter version suitable for a Microsoft Feedback Portal (UserVoice) or internal change request. disablesyncsliderforsharedmailbox
★★★★★
★★★★★ (Essential for hybrid environments) disablesyncsliderforsharedmailbox