[玩转系统] 获取 EXO 邮箱 |在线交换模块V2
作者:精品下载站 日期:2024-12-14 20:54:45 浏览:18 分类:玩电脑
获取 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指导
MinimumID
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是否启用层次同步
PublicFolderIsRootPublicFolderMailbox
Quota存档配额
Quota存档警告配额
Quota日历记录配额
Quota外部目录对象ID
Quota问题警告配额
Quota禁止发送配额
Quota禁止发送接收配额
Quota可回收物品配额
Quota可恢复物品警告配额
Quota规则配额
Quota使用数据库配额默认值
Resource外部目录对象ID
Resource是资源
Resource资源容量
Resource资源自定义
Resource资源类型
Resource房间邮箱帐户已启用
Retention保留保留结束日期
Retention外部目录对象ID
RetentionOrphanSoftDeleteTrackingTime
Retention保留已删除项目的对象
Retention保留已删除项目直到备份
Retention保留评论
Retention启用保留保留
Retention保留政策
Retention保留网址
Retention启用单项恢复
Retention保留保留开始日期
Retention使用数据库保留默认值
SCL反垃圾邮件绕过已启用
SCL外部目录对象ID
SCLSCL删除启用
SCLSCL删除阈值
SCLSCL垃圾启用
SCLSCL垃圾阈值
SCLSCL隔离已启用
SCLSCL隔离阈值
SCLSCL拒绝启用
SCLSCL拒绝阈值
SoftDelete外部目录对象ID
SoftDelete包含在垃圾收集中
SoftDelete邮箱处于非活动状态
SoftDeleteIsSoftDeletedByDisable
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 天试用版,立即开始高效工作!
猜你还喜欢
- 03-30 [玩转系统] 如何用批处理实现关机,注销,重启和锁定计算机
- 02-14 [系统故障] Win10下报错:该文件没有与之关联的应用来执行该操作
- 01-07 [系统问题] Win10--解决锁屏后会断网的问题
- 01-02 [系统技巧] Windows系统如何关闭防火墙保姆式教程,超详细
- 12-15 [玩转系统] 如何在 Windows 10 和 11 上允许多个 RDP 会话
- 12-15 [玩转系统] 查找 Exchange/Microsoft 365 中不活动(未使用)的通讯组列表
- 12-15 [玩转系统] 如何在 Windows 上安装远程服务器管理工具 (RSAT)
- 12-15 [玩转系统] 如何在 Windows 上重置组策略设置
- 12-15 [玩转系统] 如何获取计算机上的本地管理员列表?
- 12-15 [玩转系统] 在 Visual Studio Code 中连接到 MS SQL Server 数据库
- 12-15 [玩转系统] 如何降级 Windows Server 版本或许可证
- 12-15 [玩转系统] 如何允许非管理员用户在 Windows 中启动/停止服务
取消回复欢迎 你 发表评论:
- 精品推荐!
-
- 最新文章
- 热门文章
- 热评文章
[影视] 黑道中人 Alto Knights(2025)剧情 犯罪 历史 电影
[古装剧] [七侠五义][全75集][WEB-MP4/76G][国语无字][1080P][焦恩俊经典]
[实用软件] 虚拟手机号 电话 验证码 注册
[电视剧] 安眠书店/你 第五季 You Season 5 (2025) 【全10集】
[电视剧] 棋士(2025) 4K 1080P【全22集】悬疑 犯罪 王宝强 陈明昊
[软件合集] 25年6月5日 精选软件22个
[软件合集] 25年6月4日 精选软件36个
[短剧] 2025年06月04日 精选+付费短剧推荐33部
[短剧] 2025年06月03日 精选+付费短剧推荐25部
[软件合集] 25年6月3日 精选软件44个
[剧集] [央视][笑傲江湖][2001][DVD-RMVB][高清][40集全]李亚鹏、许晴、苗乙乙
[电视剧] 欢乐颂.5部全 (2016-2024)
[电视剧] [突围] [45集全] [WEB-MP4/每集1.5GB] [国语/内嵌中文字幕] [4K-2160P] [无水印]
[影视] 【稀有资源】香港老片 艺坛照妖镜之96应召名册 (1996)
[剧集] 神经风云(2023)(完结).4K
[剧集] [BT] [TVB] [黑夜彩虹(2003)] [全21集] [粤语中字] [TV-RMVB]
[实用软件] 虚拟手机号 电话 验证码 注册
[资源] B站充电视频合集,包含多位重量级up主,全是大佬真金白银买来的~【99GB】
[影视] 内地绝版高清录像带 [mpg]
[书籍] 古今奇书禁书三教九流资料大合集 猎奇必备珍藏资源PDF版 1.14G
[电视剧] [突围] [45集全] [WEB-MP4/每集1.5GB] [国语/内嵌中文字幕] [4K-2160P] [无水印]
[剧集] [央视][笑傲江湖][2001][DVD-RMVB][高清][40集全]李亚鹏、许晴、苗乙乙
[电影] 美国队长4 4K原盘REMUX 杜比视界 内封简繁英双语字幕 49G
[电影] 死神来了(1-6)大合集!
[软件合集] 25年05月13日 精选软件16个
[精品软件] 25年05月15日 精选软件18个
[绝版资源] 南与北 第1-2季 合集 North and South (1985) /美国/豆瓣: 8.8[1080P][中文字幕]
[软件] 25年05月14日 精选软件57个
[短剧] 2025年05月14日 精选+付费短剧推荐39部
[短剧] 2025年05月15日 精选+付费短剧推荐36部
- 最新评论
-
- 热门tag