Buradasın
PowerShell Get-Mailbox Usage Guide
lazyadmin.nl/powershell/get-mailbox/Yapay zekadan makale özeti
- Prerequisites
- Exchange Online module must be installed for PowerShell 5/7
- Connection to Exchange Online server is required
- Finding Mailboxes
- Identity parameter searches by name, domain name, or email address
- Anr parameter performs ambiguous name resolution with 3+ character search
- Filter option allows searching by string beginning/ending
- MailboxPlan parameter retrieves mailboxes assigned specific plan
- RecipientTypeDetails parameter filters by mailbox type
- Advanced Features
- All mailboxes can be retrieved with ResultSize set to unlimited
- Inactive mailboxes can be filtered using -InactiveMailboxOnly
- Archive mailboxes can be retrieved with -Archive parameter
- Almost 250 mailbox properties can be retrieved
- Results can be exported to CSV format
- Additional Information
- New Get-EXOMailbox cmdlet offers better performance
- Multiple scripts available for mailbox information extraction