使用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...
Note: In Exchange Online PowerShell, we recommend that you use the Get-EXOMailbox cmdlet instead of this cmdlet. For more information, seeConnect to Exchange Online PowerShell. For information about the parameter sets in the Syntax section below, seeExchange cmdlet syntax. ...
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 ...
模块: ExchangePowerShell 适用于: Exchange Online 此cmdlet 仅在基于云的服务中可用。 使用Get-MailboxPlan cmdlet 查看有关基于云的服务中的邮箱计划的信息。 有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。语法PowerShell 复制
PowerShell Get-MailboxExportRequest[-Mailbox <MailboxLocationIdParameter>] [-BatchName <String>] [-Database <DatabaseIdParameter>] [-DomainController <Fqdn>] [-HighPriority <Boolean>] [-Name <String>] [-ResultSize <Unlimited>] [-Status <RequestStatus>] [-Suspend <Boolean>] [-RequestQueue <...
PowerShell 複製 Get-MailboxStatistics -Identity AylaKol此範例會使用其相關聯的別名 AylaKol,擷取使用者 Ayla Kol 信箱的信箱統計資料。範例2PowerShell 複製 Get-MailboxStatistics -Server MailboxServer01此範例會擷取伺服器 MailboxServer01 上所有信箱的信箱統計資料。
powershell自动化操作AD域、Exchange邮箱系列(3)—重要的模块/API介绍Get-Aduser Get-Mailbox,一、查看版本$PSVersionTable#查看当前的Powershell版本二、域控管理命令get-aduserPSC:\Users\Administrator>Get-ADUser-IdentitylexDistinguishedName:CN=lex,CN=Users,DC=s
PowerShell Copy Get-MailboxFolderStatistics [[-Identity] <GeneralMailboxOrMailUserIdParameter>] [-AuditLog] [-DiagnosticInfo <String>] [-DomainController <Fqdn>] [-FolderScope <ElcFolderType>] [-IncludeAnalysis] [-IncludeOldestAndNewestItems] [-IncludeSoftDeletedRecipients] [-ResultSize <...
1. 2. 3. 4. 5. 读取$name里的内容:$name[0].DisplayName :表示获取第一行,Displayname字段的值。 write host 输出 powershell支持模糊查询,通配符: * 如下:get-user -identity "zhangchuanlei*" 1. 2. 3. 4. 5. Get-User -identity "test" | select * //查询返回该账号的 所有字段信息 ...