Forum Discussion
Marvin Oco
Oct 02, 2019Steel Contributor
Using powershell to Export Mailbox property to CSV indicating if IMAP and POP is enabled\disabled
Using PowerShell, How do we Export all 1000 Mailbox property to CSV indicating if IMAP and POP is enabled\disabled? thanks
Marvin Oco
Oct 03, 2019Steel Contributor
VasilMichev
Oct 03, 2019MVP
Yeah, my bad - never use 'FT' when exporting 🙂
Get-CASMailbox -ResultSize Unlimited | select Name,POPEnabled,ImapEnabled | Export-Csv -nti blabla.csv