模块: ExchangePowerShell 适用于: Exchange Online 此cmdlet 仅在基于云的服务中可用。 使用Get-MailboxPlan cmdlet 查看有关基于云的服务中的邮箱计划的信息。 有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。语法PowerShell 复制
powershell Copy Get-Mailbox [-Anr <String>] [-Arbitration] [-Archive] [-AuditLog] [-AuxAuditLog] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-GroupMailbox] [-IgnoreDefaultScope] [-InactiveMailboxOnly] [-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames...
使用Get-Mailbox cmdlet 可以查看邮箱对象和属性、填充属性页或向其他任务提供邮箱信息。 注意:在 Exchange Online PowerShell 中,建议使用 Get-EXOMailbox cmdlet 而不是此 cmdlet。 有关详细信息,请参阅使用远程 PowerShell 连接到 Exchange Online。 有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet...
使用Get-Mailbox cmdlet 可以查看邮箱对象和属性、填充属性页或向其他任务提供邮箱信息。 注意:在 Exchange Online PowerShell 中,建议使用 Get-EXOMailbox cmdlet 而不是此 cmdlet。 有关详细信息,请参阅使用远程 PowerShell 连接到 Exchange Online。 有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet...
PowerShell Get-MailboxDatabase[[-Identity] <DatabaseIdParameter>] [-DomainController <Fqdn>] [-DumpsterStatistics] [-IncludeCorrupted] [-IncludePreExchange2010] [-IncludePreExchange2013] [-Status] [<CommonParameters>] Description If you use the Get-MailboxDatabase cmdlet with no parameters, it ...
I am using the following powershell command: Get-Mailbox -ResultSize Unlimited This gives me all the mailboxes which is taking long time. I can process the result in batches of 100 so I hit this command:Get-Mailbox -ResultSize 100. ...
一、Disconnected Mailboxes 1、Finding Disconnected Mailboxes The first function is called Get-DisconnectedMailbox and the name is pretty much self explanitory. This function will give you a list of all disconnected mailboxes on each of your mailbox servers. Take a look at the following code:...
PowerShell Get-MailboxExportRequest[-Mailbox <MailboxOrMailUserIdParameter>] [-BatchName <String>] [-Database <DatabaseIdParameter>] [-DomainController <Fqdn>] [-HighPriority <Boolean>] [-Name <String>] [-ResultSize <Unlimited>] [-Status <RequestStatus>] [-Suspend <Boolean>] [-RequestQueue...
PowerShell Copy Get-MailboxFolderStatistics [-Identity] <GeneralMailboxOrMailUserIdParameter> [-Archive] [-DiagnosticInfo <String>] [-DomainController <Fqdn>] [-FolderScope <ElcFolderType>] [-IncludeAnalysis] [-IncludeOldestAndNewestItems] [-IncludeSoftDeletedRecipients] [-ResultSize <Unlimited>]...
Step 1.Run the following cmdlet in PowerShell to connect with Exchange Online Connect-ExchangeOnline -UserPrincipalName Step 2.Use the following cmdlet to Get-Mailbox -ResultSize Unlimited | Foreach{Get-MailboxStatistics Identity $_.UserPrincipalName | Select DisplayName,LastLogonTime,LastUserAction...