Use the Get-Mailbox cmdlet to view mailbox objects and attributes, populate property pages, or supply mailbox information to other tasks. Note: In Exchange Online PowerShell, we recommend that you use the Get-EXOMailbox cmdlet instead of this cmdlet. For more information, see Connect to Exch...
模块: ExchangePowerShell 适用于: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online此cmdlet 可在本地 Exchange 和基于云的服务中使用。 一些参数和设置可能只适用于某个特定的环境。 使用Get-Mailbox cmdlet 可以查看邮箱对象和属性、填充属性页或向其他...
模块: ExchangePowerShell 适用于: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 此cmdlet 仅适用于本地 Exchange。 使用Get-SiteMailbox cmdlet 可查看有关站点邮箱的信息。 此 cmdlet 主要由 Microsoft SharePoint 和 Exchange 用于在用户界面中向用户显示信息。 但是,可将其用于发现站点邮箱...
Use the Get-MailboxPermission cmdlet to retrieve permissions on a mailbox. Note: In Exchange Online PowerShell, we recommend that you use the Get-EXOMailboxPermission cmdlet instead of this cmdlet. For more information, see Connect to Exchange Online PowerShell. For information about the parameter ...
Module: ExchangePowerShell S’applique à: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019La cmdlet est disponible uniquement dans Exchange en local. Utilisez la cmdlet Get-MailboxServer pour afficher les informations relatives aux serveurs de boîte aux ...
Modul: ExchangePowerShell Gilt für:: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019Dieses Cmdlet ist nur lokal in Exchange verfügbar. Mit dem Cmdlet Get-MailboxServer können Sie Informationen zu Postfachservern in der Organisation anzeigen. Information...
PowerShell Get-MailboxExportRequest[-Mailbox <MailboxOrMailUserIdParameter>] [-BatchName <String>] [-Database <DatabaseIdParameter>] [-DomainController <Fqdn>] [-HighPriority <Boolean>] [-Name <String>] [-ResultSize <Unlimited>] [-Status <RequestStatus>] [-Suspend <Boolean>] [-RequestQueue...
Update-SiteMailbox unified-messaging users-and-groups Download PDF Save Add to Collections Add to Plan Share via Facebookx.comLinkedInEmail Print Reference Feedback Module: ExchangePowerShell Applies to: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange...
powershell自动化操作AD域、Exchange邮箱系列(3)—重要的模块/API介绍Get-Aduser Get-Mailbox,一、查看版本$PSVersionTable#查看当前的Powershell版本二、域控管理命令get-aduserPSC:\Users\Administrator>Get-ADUser-IdentitylexDistinguishedName:CN=lex,CN=Users,DC=s
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...