在 Exchange Online 上使用 New-MailboxSearch
Using New-MailboxSearch on Exchange Online
我必须将我的脚本迁移到 Exchange Online。
我的一个脚本使用 New-MailboxSearch
cmdlet。 根据
微软:
On July 1, 2017, you'll no longer be able to use the
New-MailboxSearch cmdlet to create In-Place eDiscovery searches and
In-Place Holds in Exchange Online. To create eDiscovery searches and
eDiscovery case holds, please start using New-ComplianceSearch and
New-CaseHoldPolicy in the Office 365 Security & Compliance Center.
You'll still be able to use Set-MailboxSearch to modify existing
In-Place eDiscovery searches and In-Place Holds. Creating new searches
and holds in Exchange Server 2013 will still be supported, and
searches run from your on-premises organization in an Exchange hybrid
deployment aren't affected by this change.
我知道我必须使用 New-ComplianceSearch
cmdlet 来执行搜索。
这是正确的吗?
是的,微软将改变进行此类搜索的方式(如您的帖子所引用和所写 here by Microsoft as well). However Microsoft postponed the deadline and come up with a better explanation as outlined by you, which can be found here:
Note: We've postponed the July 1, 2017 deadline for creating new
In-Place eDiscovery searches in Exchange Online (in Office 365 and
Exchange Online standalone plans). But later this year or early next
year, you won't be able to create new searches in ExchangeOnline. To
create eDiscovery searches, please start using the Content Search page
in the O365ComplianceCenter. After we decommission new In-Place
eDiscovery searches, you'll still be able to modify existing In-Place
eDiscovery searches. In Exchange hybrid deployments, searches run from
your on-premises organization won't be affected by this change.
这可能解释了为什么您仍然可以使用此功能以及您的问题的原因。但是,您将来需要切换到新的方式来执行此操作,因此您需要在 运行 在线交换时开始使用 New-ComplianceSearch(此更改不会影响本地 Exchange 2016)。
主要是因为这样的"features"被搬进了"Office 365 Security & Compliance Center"。
请注意,并非每个 Office 365 计划都包含 "Office 365 Security & Compliance Center" 中所写的所有功能 here(特别是 'eDiscovery export' 或 'Advanced eDiscovery'不参与每个 Office 365 计划)。
我必须将我的脚本迁移到 Exchange Online。
我的一个脚本使用 New-MailboxSearch
cmdlet。 根据
微软:
On July 1, 2017, you'll no longer be able to use the New-MailboxSearch cmdlet to create In-Place eDiscovery searches and In-Place Holds in Exchange Online. To create eDiscovery searches and eDiscovery case holds, please start using New-ComplianceSearch and New-CaseHoldPolicy in the Office 365 Security & Compliance Center. You'll still be able to use Set-MailboxSearch to modify existing In-Place eDiscovery searches and In-Place Holds. Creating new searches and holds in Exchange Server 2013 will still be supported, and searches run from your on-premises organization in an Exchange hybrid deployment aren't affected by this change.
我知道我必须使用 New-ComplianceSearch
cmdlet 来执行搜索。
这是正确的吗?
是的,微软将改变进行此类搜索的方式(如您的帖子所引用和所写 here by Microsoft as well). However Microsoft postponed the deadline and come up with a better explanation as outlined by you, which can be found here:
Note: We've postponed the July 1, 2017 deadline for creating new In-Place eDiscovery searches in Exchange Online (in Office 365 and Exchange Online standalone plans). But later this year or early next year, you won't be able to create new searches in ExchangeOnline. To create eDiscovery searches, please start using the Content Search page in the O365ComplianceCenter. After we decommission new In-Place eDiscovery searches, you'll still be able to modify existing In-Place eDiscovery searches. In Exchange hybrid deployments, searches run from your on-premises organization won't be affected by this change.
这可能解释了为什么您仍然可以使用此功能以及您的问题的原因。但是,您将来需要切换到新的方式来执行此操作,因此您需要在 运行 在线交换时开始使用 New-ComplianceSearch(此更改不会影响本地 Exchange 2016)。
主要是因为这样的"features"被搬进了"Office 365 Security & Compliance Center"。
请注意,并非每个 Office 365 计划都包含 "Office 365 Security & Compliance Center" 中所写的所有功能 here(特别是 'eDiscovery export' 或 'Advanced eDiscovery'不参与每个 Office 365 计划)。