当前位置:网站首页 > 更多 > 玩电脑 > 正文

[玩转系统] 获取 EXO 邮箱 |在线交换模块V2

作者:精品下载站 日期:2024-12-14 20:54:45 浏览:18 分类:玩电脑

获取 EXO 邮箱 |在线交换模块V2


[玩转系统] 获取 EXO 邮箱 |在线交换模块V2

Get-EXOMailbox cmdlet 是 Get-Mailbox 的新改进版本。

要使用 Get-EXOMailbox cmdlet,您需要安装 Exchange Online Management PowerShell 模块(又名 EXO V2)。

Exchange Online V2 模块当前处于预览状态,但您应该立即在脚本中开始使用它:远程 Exchange Online PowerShell 依赖于计划删除的基本身份验证。

尽管由于新冠病毒的影响,Exchange Online 的基本身份验证刚刚延长至 2021 年,但基本身份验证最终将消失。

如果您尚未安装新的 Exchange Online 模块,请查看本文。如果一切就绪,让我们看看这个命令的新功能。

获取 EXOMailbox - 有什么新功能?

新的 Get-EXOMailbox cmdlet 的主要更新无疑是使用最小属性集。到目前为止,此更改影响了 9 个 cmdlet,但本文将重点关注 Get-EXOMailbox。

旧的 Get-Mailbox cmdlet 将检索所有邮箱属性。默认情况下,新的 Get-EXOMailbox 将仅检索最少的属性集。

为了说明实际差异有多大,让我们比较两个输出。

旧的 Get-Mailbox cmdlet 的输出格式为 json,包含大量信息。以下示例输出的大小约为 +14 KB:

PS C:\> Get-Mailbox ole.roemer | ConvertTo-Json
{
  "PSComputerName": "outlook.office365.com",
  "RunspaceId": "929a4c6e-6495-4fa9-9e4d-c4b613652e9f",
  "PSShowComputerName": false,
  "Database": "EURP189DG049-db085",
  "DatabaseGuid": "ec7f30e1-4251-458a-b69c-ccfe4f426b10",
  "MailboxProvisioningConstraint": null,
  "IsMonitoringMailbox": false,
  "MailboxRegion": null,
  "MailboxRegionLastUpdateTime": null,
  "MessageRecallProcessingEnabled": true,
  "MessageCopyForSentAsEnabled": false,
  "MessageCopyForSendOnBehalfEnabled": false,
  "MailboxProvisioningPreferences": [],
  "UseDatabaseRetentionDefaults": false,
  "RetainDeletedItemsUntilBackup": false,
  "DeliverToMailboxAndForward": false,
  "IsExcludedFromServingHierarchy": false,
  "IsHierarchyReady": true,
  "IsHierarchySyncEnabled": true,
  "HasSnackyAppData": false,
  "LitigationHoldEnabled": false,
  "SingleItemRecoveryEnabled": true,
  "RetentionHoldEnabled": false,
  "EndDateForRetentionHold": null,
  "StartDateForRetentionHold": null,
  "RetentionComment": "",
  "RetentionUrl": "",
  "LitigationHoldDate": null,
  "LitigationHoldOwner": "",
  "ElcProcessingDisabled": false,
  "ComplianceTagHoldApplied": false,
  "WasInactiveMailbox": false,
  "DelayHoldApplied": false,
  "DelayReleaseHoldApplied": false,
  "InactiveMailboxRetireTime": null,
  "OrphanSoftDeleteTrackingTime": null,
  "LitigationHoldDuration": "Unlimited",
  "ManagedFolderMailboxPolicy": null,
  "RetentionPolicy": "Default MRM Policy",
  "AddressBookPolicy": null,
  "CalendarRepairDisabled": false,
  "ExchangeGuid": "330cf960-915d-4b5e-af9c-35e5cddaabff",
  "MailboxContainerGuid": null,
  "UnifiedMailbox": null,
  "MailboxLocations": [
    "1;330cf960-915d-4b5e-af9c-35e5cddaabff;Primary;EURP189.PROD.OUTLOOK.COM;ec7f30e1-4251-458a-b69c-ccfe4f426b10"
  ],
  "AggregatedMailboxGuids": [],
  "ExchangeSecurityDescriptor": "System.Security.AccessControl.RawSecurityDescriptor",
  "ExchangeUserAccountControl": "None",
  "AdminDisplayVersion": "Version 15.20 (Build 2958.21)",
  "MessageTrackingReadStatusEnabled": true,
  "ExternalOofOptions": "External",
  "ForwardingAddress": null,
  "ForwardingSmtpAddress": null,
  "RetainDeletedItemsFor": "14.00:00:00",
  "IsMailboxEnabled": true,
  "Languages": [],
  "OfflineAddressBook": null,
  "ProhibitSendQuota": "49 GB (52,613,349,376 bytes)",
  "ProhibitSendReceiveQuota": "50 GB (53,687,091,200 bytes)",
  "RecoverableItemsQuota": "30 GB (32,212,254,720 bytes)",
  "RecoverableItemsWarningQuota": "20 GB (21,474,836,480 bytes)",
  "CalendarLoggingQuota": "6 GB (6,442,450,944 bytes)",
  "DowngradeHighPriorityMessagesEnabled": false,
  "ProtocolSettings": [
    "MAPI§1§0§§§0§§§§§0",
    "PublicFolderClientAccess§0",
    "IMAP4§1§§§§§§§§§§§§",
    "POP3§1§§§§§§§§§§§§1",
    "ECP§1",
    "HTTP§1§1§§§§§§",
    "OWA§1"
  ],
  "RecipientLimits": "500",
  "ImListMigrationCompleted": false,
  "SiloName": null,
  "IsResource": false,
  "IsLinked": false,
  "IsShared": false,
  "IsRootPublicFolderMailbox": false,
  "LinkedMasterAccount": "",
  "ResetPasswordOnNextLogon": false,
  "ResourceCapacity": null,
  "ResourceCustom": [],
  "ResourceType": null,
  "RoomMailboxAccountEnabled": null,
  "SamAccountName": "Ole R52778-377860086",
  "SCLDeleteThreshold": null,
  "SCLDeleteEnabled": null,
  "SCLRejectThreshold": null,
  "SCLRejectEnabled": null,
  "SCLQuarantineThreshold": null,
  "SCLQuarantineEnabled": null,
  "SCLJunkThreshold": null,
  "SCLJunkEnabled": null,
  "AntispamBypassEnabled": false,
  "ServerLegacyDN": "/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=DB8P189MB0619",
  "ServerName": "db8p189mb0619",
  "UseDatabaseQuotaDefaults": false,
  "IssueWarningQuota": "43 GB (46,170,898,432 bytes)",
  "RulesQuota": "256 KB (262,144 bytes)",
  "Office": "test",
  "UserPrincipalName": "[email protected]",
  "UMEnabled": false,
  "MaxSafeSenders": null,
  "MaxBlockedSenders": null,
  "NetID": "100320003CBA1EB8",
  "ReconciliationId": null,
  "WindowsLiveID": "[email protected]",
  "MicrosoftOnlineServicesID": "[email protected]",
  "ThrottlingPolicy": null,
  "RoleAssignmentPolicy": "Default Role Assignment Policy",
  "DefaultPublicFolderMailbox": null,
  "EffectivePublicFolderMailbox": null,
  "SharingPolicy": "Default Sharing Policy",
  "RemoteAccountPolicy": null,
  "MailboxPlan": "ExchangeOnline-d4d070c6-f210-4d20-a652-862bfd8cc37a",
  "ArchiveDatabase": null,
  "ArchiveDatabaseGuid": "00000000-0000-0000-0000-000000000000",
  "ArchiveGuid": "00000000-0000-0000-0000-000000000000",
  "ArchiveName": [],
  "JournalArchiveAddress": "",
  "ArchiveQuota": "50 GB (53,687,091,200 bytes)",
  "ArchiveWarningQuota": "45 GB (48,318,382,080 bytes)",
  "ArchiveDomain": null,
  "ArchiveStatus": "None",
  "ArchiveState": "None",
  "AutoExpandingArchiveEnabled": false,
  "DisabledMailboxLocations": false,
  "RemoteRecipientType": "Migrated",
  "DisabledArchiveDatabase": null,
  "DisabledArchiveGuid": "00000000-0000-0000-0000-000000000000",
  "QueryBaseDN": null,
  "QueryBaseDNRestrictionEnabled": false,
  "MailboxMoveTargetMDB": null,
  "MailboxMoveSourceMDB": null,
  "MailboxMoveFlags": "None",
  "MailboxMoveRemoteHostName": "",
  "MailboxMoveBatchName": "",
  "MailboxMoveStatus": "None",
  "MailboxRelease": "E15",
  "ArchiveRelease": "",
  "IsPersonToPersonTextMessagingEnabled": false,
  "IsMachineToPersonTextMessagingEnabled": true,
  "UserSMimeCertificate": [],
  "UserCertificate": [],
  "CalendarVersionStoreDisabled": false,
  "ImmutableId": "",
  "PersistedCapabilities": [
    "BPOS_S_Standard"
  ],
  "SKUAssigned": true,
  "AuditEnabled": true,
  "AuditLogAgeLimit": "90.00:00:00",
  "AuditAdmin": [
    "Update",
    "MoveToDeletedItems",
    "SoftDelete",
    "HardDelete",
    "SendAs",
    "SendOnBehalf",
    "Create",
    "UpdateFolderPermissions",
    "UpdateInboxRules",
    "UpdateCalendarDelegation"
  ],
  "AuditDelegate": [
    "Update",
    "MoveToDeletedItems",
    "SoftDelete",
    "HardDelete",
    "SendAs",
    "SendOnBehalf",
    "Create",
    "UpdateFolderPermissions",
    "UpdateInboxRules"
  ],
  "AuditOwner": [
    "Update",
    "MoveToDeletedItems",
    "SoftDelete",
    "HardDelete",
    "UpdateFolderPermissions",
    "UpdateInboxRules",
    "UpdateCalendarDelegation"
  ],
  "DefaultAuditSet": [
    "Admin",
    "Delegate",
    "Owner"
  ],
  "WhenMailboxCreated": "/Date(1550502270000)/",
  "SourceAnchor": "",
  "UsageLocation": "Denmark",
  "IsSoftDeletedByRemove": false,
  "IsSoftDeletedByDisable": false,
  "IsInactiveMailbox": false,
  "IncludeInGarbageCollection": false,
  "WhenSoftDeleted": null,
  "InPlaceHolds": [],
  "GeneratedOfflineAddressBooks": [],
  "AccountDisabled": false,
  "StsRefreshTokensValidFrom": "/Date(1582726007000)/",
  "NonCompliantDevices": [],
  "EnforcedTimestamps": "[
    {\"EventTimestamp\":\"2020-02-26T14:06:47.567Z\",\"EnforcedUntilTimestamp\":\"2020-02-26T14:01:47.477Z\",\"EventType\":19},
    {\"EventTimestamp\":\"2020-02-26T14:06:47.567Z\",\"EnforcedUntilTimestamp\":\"2020-02-26T14:01:47.477Z\",\"EventType\":17},
    {\"EventTimestamp\":\"2020-02-26T14:06:47.866Z\",\"EnforcedUntilTimestamp\":\"2020-02-26T14:01:47Z\",\"EventType\":17},
    {\"EventTimestamp\":\"2020-02-26T14:00:58.528Z\",\"EnforcedUntilTimestamp\":\"2020-02-26T13:55:19Z\",\"EventType\":1},
    {\"EventTimestamp\":\"2020-02-26T14:00:58.53Z\",\"EnforcedUntilTimestamp\":\"2020-02-26T13:55:19Z\",\"EventType\":17}]",
  "DataEncryptionPolicy": null,
  "Extensions": [],
  "HasPicture": true,
  "HasSpokenName": false,
  "IsDirSynced": true,
  "AcceptMessagesOnlyFrom": [],
  "AcceptMessagesOnlyFromDLMembers": [],
  "AcceptMessagesOnlyFromSendersOrMembers": [],
  "AddressListMembership": [
    "\All Mailboxes(VLV)",
    "\Mailboxes(VLV)",
    "\Offline Global Address List",
    "\All Users",
    "\All Recipients(VLV)",
    "\Default Global Address List"
  ],
  "AdministrativeUnits": [],
  "Alias": "ole.roemer",
  "ArbitrationMailbox": null,
  "BypassModerationFromSendersOrMembers": [],
  "OrganizationalUnit": "eurp189a004.prod.outlook.com/Microsoft Exchange Hosted Organizations/skrubbeltrang.onmicrosoft.com",
  "CustomAttribute1": "somevalue",
  "CustomAttribute10": "anothervalue",
  "CustomAttribute11": "",
  "CustomAttribute12": "",
  "CustomAttribute13": "",
  "CustomAttribute14": "",
  "CustomAttribute15": "",
  "CustomAttribute2": "",
  "CustomAttribute3": "",
  "CustomAttribute4": "",
  "CustomAttribute5": "",
  "CustomAttribute6": "",
  "CustomAttribute7": "",
  "CustomAttribute8": "",
  "CustomAttribute9": "",
  "ExtensionCustomAttribute1": [],
  "ExtensionCustomAttribute2": [],
  "ExtensionCustomAttribute3": [],
  "ExtensionCustomAttribute4": [],
  "ExtensionCustomAttribute5": [],
  "DisplayName": "Ole Roemer",
  "EmailAddresses": [
    "smtp:[email protected]",
    "SMTP:[email protected]"
  ],
  "GrantSendOnBehalfTo": [],
  "ExternalDirectoryObjectId": "0a3a7d4d-ec4f-411a-a501-362b982fa57b",
  "HiddenFromAddressListsEnabled": false,
  "LastExchangeChangedTime": null,
  "LegacyExchangeDN": "/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=8c1d339056904405ac23d5c65d4c4c03-Ole Roemer",
  "MaxSendSize": "35 MB (36,702,208 bytes)",
  "MaxReceiveSize": "36 MB (37,750,784 bytes)",
  "ModeratedBy": [],
  "ModerationEnabled": false,
  "PoliciesIncluded": [],
  "PoliciesExcluded": [
    "{26491cfc-9e50-4857-861b-0cb8df22b5d7}"
  ],
  "EmailAddressPolicyEnabled": false,
  "PrimarySmtpAddress": "[email protected]",
  "RecipientType": "UserMailbox",
  "RecipientTypeDetails": "UserMailbox",
  "RejectMessagesFrom": [],
  "RejectMessagesFromDLMembers": [],
  "RejectMessagesFromSendersOrMembers": [],
  "RequireSenderAuthenticationEnabled": false,
  "SimpleDisplayName": "",
  "SendModerationNotifications": "Always",
  "UMDtmfMap": [
    "lastNameFirstName:763637653",
    "firstNameLastName:653763637",
    "emailAddress:653763637"
  ],
  "WindowsEmailAddress": "[email protected]",
  "MailTip": null,
  "MailTipTranslations": [],
  "Identity": "Ole Roemer",
  "Id": "Ole Roemer",
  "IsValid": true,
  "ExchangeVersion": "0.20 (15.0.0.0)",
  "Name": "Ole Roemer",
  "DistinguishedName": "CN=Ole Roemer,OU=skrubbeltrang.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=EURP189A004,DC=PROD,DC=OUTLOOK,DC=COM",
  "ObjectCategory": "EURP189A004.PROD.OUTLOOK.COM/Configuration/Schema/Person",
  "ObjectClass": [
    "top",
    "person",
    "organizationalPerson",
    "user"
  ],
  "WhenChanged": "/Date(1588341802000)/",
  "WhenCreated": "/Date(1550494839000)/",
  "WhenChangedUTC": "/Date(1588341802000)/",
  "WhenCreatedUTC": "/Date(1550494839000)/",
  "ExchangeObjectId": "05d94055-ac23-4bc4-82bb-019a85924bb2",
  "OrganizationId": "EURP189A004.PROD.OUTLOOK.COM/Microsoft Exchange Hosted Organizations/skrubbeltrang.onmicrosoft.com - EURP189A004.PROD.OUTLOOK.COM/ConfigurationUnits/skrubbeltrang.onmicrosoft.com/Configuration",
  "Guid": "05d94055-ac23-4bc4-82bb-019a85924bb2",
  "OriginatingServer": "DB6P189A004DC06.EURP189A004.PROD.OUTLOOK.COM",
  "ObjectState": "Unchanged"
}

Get-EXOMailbox 新的最小属性集版本的输出是 app。 小 14 倍

PS C:\> Get-EXOMailbox ole.roemer | ConvertTo-Json
{
    "ExternalDirectoryObjectId":  "0a3a7d4d-ec4f-411a-a501-362b982fa57b",
    "UserPrincipalName":  "[email protected]",
    "Alias":  "ole.roemer",
    "DisplayName":  "Ole Roemer",
    "EmailAddresses":  [
                           "smtp:[email protected]",
                           "SMTP:[email protected]"
                       ],
    "PrimarySmtpAddress":  "[email protected]",
    "RecipientType":  "UserMailbox",
    "RecipientTypeDetails":  "UserMailbox",
    "Identity":  "Ole Roemer",
    "Id":  "Ole Roemer",
    "ExchangeVersion":  "0.20 (15.0.0.0)",
    "Name":  "Ole Roemer",
    "DistinguishedName":  "CN=Ole Roemer,OU=skrubbeltrang.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=EURP189A004,DC=PROD,DC=OUTLOOK,DC=COM",
    "OrganizationId":  "EURP189A004.PROD.OUTLOOK.COM/Microsoft Exchange Hosted Organizations/skrubbeltrang.onmicrosoft.com - EURP189A004.PROD.OUTLOOK.COM/ConfigurationUnits/skrubbeltrang.onmicrosoft.com/Configuration",
    "Guid":  "05d94055-ac23-4bc4-82bb-019a85924bb2"
}

对于少量邮箱来说,这不会产生太大影响,但当您检索数千个邮箱时,您将从这一更改中获得巨大的性能优势。

要在最小输出中包含其他属性,您可以使用 Properties 参数:

PS C:\> Get-EXOMailbox ole.roemer -Properties IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota


ExternalDirectoryObjectId : 0a3a7d4d-ec4f-411a-a501-362b982fa57b
ProhibitSendQuota         : 49 GB (52,613,349,376 bytes)
ProhibitSendReceiveQuota  : 50 GB (53,687,091,200 bytes)
IssueWarningQuota         : 43 GB (46,170,898,432 bytes)
UserPrincipalName         : [email protected]
Alias                     : ole.roemer
DisplayName               : Ole Roemer
EmailAddresses            : {smtp:[email protected], SMTP:[email protected]}
PrimarySmtpAddress        : [email protected]
RecipientType             : UserMailbox
RecipientTypeDetails      : UserMailbox
Identity                  : Ole Roemer
Id                        : Ole Roemer
ExchangeVersion           : 0.20 (15.0.0.0)
Name                      : Ole Roemer
DistinguishedName         : CN=Ole Roemer,OU=skrubbeltrang.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=EURP189A004,DC=PROD,DC=OUTLOOK,DC=COM
OrganizationId            : EURP189A004.PROD.OUTLOOK.COM/Microsoft Exchange Hosted Organizations/skrubbeltrang.onmicrosoft.com - EURP189A004.PROD.OUTLOOK.COM/ConfigurationUnits/skrubbeltrang.onmicrosoft.com/Configuration
Guid                      : 05d94055-ac23-4bc4-82bb-019a85924bb2

Properties 参数不接受通配符。但幸运的是,我们现在有一个叫做“PropertySets”的东西!

PropertySets - 属性组

您常常对一组具有相似特征的房产感兴趣。例如,您可能想要获取一般配额信息,如前面的示例所示。

要获取与配额相关的所有属性,您可以使用 PropertySets 参数并将其设置为“Quota”:

PS C:\> Get-EXOMailbox ole.roemer -PropertySets Quota


ExternalDirectoryObjectId    : 0a3a7d4d-ec4f-411a-a501-362b982fa57b
ProhibitSendQuota            : 49 GB (52,613,349,376 bytes)
ProhibitSendReceiveQuota     : 50 GB (53,687,091,200 bytes)
RecoverableItemsQuota        : 30 GB (32,212,254,720 bytes)
RecoverableItemsWarningQuota : 20 GB (21,474,836,480 bytes)
CalendarLoggingQuota         : 6 GB (6,442,450,944 bytes)
UseDatabaseQuotaDefaults     : False
IssueWarningQuota            : 43 GB (46,170,898,432 bytes)
RulesQuota                   : 256 KB (262,144 bytes)
UserPrincipalName            : [email protected]
ArchiveQuota                 : 50 GB (53,687,091,200 bytes)
ArchiveWarningQuota          : 45 GB (48,318,382,080 bytes)
PrimarySmtpAddress           : [email protected]
Identity                     : Ole Roemer

您会注意到,此查询仅包含配额信息(和一点身份信息),使其性能非常好。

如果您需要包括配额信息在内的基本信息,您应该使用以下 Get-EXOMailbox 命令:

PS C:\> Get-EXOMailbox ole.roemer -PropertySets Minimum,Quota


ExternalDirectoryObjectId    : 0a3a7d4d-ec4f-411a-a501-362b982fa57b
ProhibitSendQuota            : 49 GB (52,613,349,376 bytes)
ProhibitSendReceiveQuota     : 50 GB (53,687,091,200 bytes)
RecoverableItemsQuota        : 30 GB (32,212,254,720 bytes)
RecoverableItemsWarningQuota : 20 GB (21,474,836,480 bytes)
CalendarLoggingQuota         : 6 GB (6,442,450,944 bytes)
UseDatabaseQuotaDefaults     : False
IssueWarningQuota            : 43 GB (46,170,898,432 bytes)
RulesQuota                   : 256 KB (262,144 bytes)
UserPrincipalName            : [email protected]
ArchiveQuota                 : 50 GB (53,687,091,200 bytes)
ArchiveWarningQuota          : 45 GB (48,318,382,080 bytes)
Alias                        : ole.roemer
DisplayName                  : Ole Roemer
EmailAddresses               : {smtp:[email protected], SMTP:[email protected]}
PrimarySmtpAddress           : [email protected]
RecipientType                : UserMailbox
RecipientTypeDetails         : UserMailbox
Identity                     : Ole Roemer
Id                           : Ole Roemer
ExchangeVersion              : 0.20 (15.0.0.0)
Name                         : Ole Roemer
DistinguishedName            : CN=Ole Roemer,OU=skrubbeltrang.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=EURP189A004,DC=PROD,DC=OUTLOOK,DC=COM
OrganizationId               : EURP189A004.PROD.OUTLOOK.COM/Microsoft Exchange Hosted Organizations/skrubbeltrang.onmicrosoft.com - EURP189A004.PROD.OUTLOOK.COM/ConfigurationUnits/skrubbeltrang.onmicrosoft.com/Configuration
Guid                         : 05d94055-ac23-4bc4-82bb-019a85924bb2

下表概述了可用的不同 PropertySet 以及 PropertySet 中包含的邮箱属性:

获取 EXOMailbox PropertySets

Minimum

别名

Minimum

显示名称

Minimum

专有名称

Minimum

电子邮件地址

Minimum

交换版本

Minimum

外部目录对象ID

Minimum

指导

Minimum

ID

Minimum

姓名

Minimum

组织ID

Minimum

主SMTP地址

Minimum

收件人类型

Minimum

收件人类型详细信息

Minimum

用户主体名称

AddressList

地址簿政策

AddressList

地址列表会员

AddressList

外部目录对象ID

AddressList

生成的离线地址簿

AddressList

从地址列表隐藏已启用

AddressList

离线通讯录

Archive

档案数据库

Archive

档案域

Archive

档案指南

Archive

档案名称

Archive

存档配额

Archive

存档发布

Archive

档案状态

Archive

存档状态

Archive

存档警告配额

Archive

自动扩展存档已启用

Archive

禁用存档数据库

Archive

残疾人档案指南

Archive

外部目录对象ID

Archive

期刊档案地址

Audit

审计管理

Audit

审计代表

Audit

审计启用

Audit

审核日志期限

Audit

审计负责人

Audit

默认审核集

Audit

外部目录对象ID

Custom

自定义属性1

Custom

自定义属性2

Custom

自定义属性3

Custom

自定义属性4

Custom

自定义属性5

Custom

自定义属性6

Custom

自定义属性7

Custom

自定义属性8

Custom

自定义属性9

Custom

自定义属性10

Custom

自定义属性11

Custom

自定义属性12

Custom

自定义属性13

Custom

自定义属性14

Custom

自定义属性15

Custom

扩展自定义属性1

Custom

扩展自定义属性2

Custom

扩展自定义属性3

Custom

扩展自定义属性4

Custom

扩展自定义属性5

Custom

外部目录对象ID

Delivery

仅接受来自的消息

Delivery

仅接受来自 DL 成员的消息

Delivery

仅接受来自发件人或成员的消息

Delivery

发送至邮箱并转发

Delivery

降级高优先级消息已启用

Delivery

外部目录对象ID

Delivery

转发地址

Delivery

转发SMTP地址

Delivery

授予代表发送

Delivery

最大阻止发件人数

Delivery

最大接收大小

Delivery

最大安全发件人

Delivery

最大发送大小

Delivery

已启用代表发送的消息复制

Delivery

已启用消息复制发送方式

Delivery

消息调用处理已启用

Delivery

消息跟踪读取状态已启用

Delivery

收件人限制

Delivery

拒绝来自的消息

Delivery

拒绝来自 DL 成员的消息

Delivery

拒绝来自发件人或成员的消息

Delivery

规则配额

Hold

合规标签保留已应用

Hold

延迟保持应用

Hold

外部目录对象ID

Hold

就地保留

Hold

非活动邮箱退休时间

Hold

诉讼保留日期

Hold

诉讼保留期限

Hold

启用诉讼保留

Hold

诉讼持有人

Moderation

绕过发件人或成员的审核

Moderation

外部目录对象ID

Moderation

主持人

Moderation

已启用审核

Moderation

发送审核通知

Move

外部目录对象ID

Move

邮箱移动批次名称

Move

邮箱移动标志

Move

邮箱移动远程主机名

Move

邮箱移动源MDB

Move

邮箱移动状态

Move

邮箱移动目标MDB

Policy

地址簿政策

Policy

数据加密策略

Policy

电子邮件地址策略已启用

Policy

外部目录对象ID

Policy

托管文件夹邮箱策略

Policy

保单除外

Policy

包含的政策

Policy

远程帐户策略

Policy

保留政策

Policy

保留网址

Policy

角色分配策略

Policy

共享政策

Policy

节流策略

PublicFolder

默认公用文件夹邮箱

PublicFolder

有效的公共文件夹邮箱

PublicFolder

外部目录对象ID

PublicFolder

被排除在服务层次结构之外

PublicFolder

层次结构准备好了吗

PublicFolder

是否启用层次同步

PublicFolder

IsRootPublicFolderMailbox

Quota

存档配额

Quota

存档警告配额

Quota

日历记录配额

Quota

外部目录对象ID

Quota

问题警告配额

Quota

禁止发送配额

Quota

禁止发送接收配额

Quota

可回收物品配额

Quota

可恢复物品警告配额

Quota

规则配额

Quota

使用数据库配额默认值

Resource

外部目录对象ID

Resource

是资源

Resource

资源容量

Resource

资源自定义

Resource

资源类型

Resource

房间邮箱帐户已启用

Retention

保留保留结束日期

Retention

外部目录对象ID

Retention

OrphanSoftDeleteTrackingTime

Retention

保留已删除项目的对象

Retention

保留已删除项目直到备份

Retention

保留评论

Retention

启用保留保留

Retention

保留政策

Retention

保留网址

Retention

启用单项恢复

Retention

保留保留开始日期

Retention

使用数据库保留默认值

SCL

反垃圾邮件绕过已启用

SCL

外部目录对象ID

SCL

SCL删除启用

SCL

SCL删除阈值

SCL

SCL垃圾启用

SCL

SCL垃圾阈值

SCL

SCL隔离已启用

SCL

SCL隔离阈值

SCL

SCL拒绝启用

SCL

SCL拒绝阈值

SoftDelete

外部目录对象ID

SoftDelete

包含在垃圾收集中

SoftDelete

邮箱处于非活动状态

SoftDelete

IsSoftDeletedByDisable

SoftDelete

删除软删除

SoftDelete

当软删除时

StatisticsSeed

档案数据库指南

StatisticsSeed

数据库向导

StatisticsSeed

交换指南

StatisticsSeed

外部目录对象ID

(来源信息)

概括

新的 EXO V2 模块具有一些巨大的性能优势。本文演示了它们如何与 Get-EXOMailbox 配合使用,但它们目前可用于其他 8 个 cmdlet。

使用 Exchange Online 管理 PowerShell 模块还允许您对 Exchange Online 执行多重身份验证。

基本身份验证支持将于 2021 年下半年停止。

如果您希望看到 Office 365 管理生活的进一步改进,请查看 Easy365Manager。使用 Easy365Manager,您可以在 Active Directory 用户和计算机工具中执行所有日常用户管理任务。包括Office 365用户、许可证和邮箱管理。

下载功能齐全的 30 天试用版,立即开始高效工作!

您需要 登录账户 后才能发表评论

取消回复欢迎 发表评论:

关灯