Get-MigrationUser
內部部署 Exchange 和雲端式服務有提供此 Cmdlet。 有些參數和設定可能是某一個環境所專屬。
使用 Get-MigrationUser Cmdlet 來檢視移動和移轉使用者的相關資訊。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Get-MigrationUser
-MailboxGuid <Guid>
[-DomainController <Fqdn>]
[-ResultSize <Unlimited>]
[-Partition <MailboxIdParameter>]
[<CommonParameters>]
Get-MigrationUser
[-BatchId <MigrationBatchIdParameter>]
[-Status <MigrationUserStatus>]
[-StatusSummary <MigrationUserStatusSummary>]
[-DomainController <Fqdn>]
[-ResultSize <Unlimited>]
[-Partition <MailboxIdParameter>]
[<CommonParameters>]
Get-MigrationUser
[[-Identity] <MigrationUserIdParameter>]
[-DomainController <Fqdn>]
[-ResultSize <Unlimited>]
[-Partition <MailboxIdParameter>]
[<CommonParameters>]
Get-MigrationUser
-EmailAddress <SmtpAddress>
[-DomainController <Fqdn>]
[-ResultSize <Unlimited>]
[-Partition <MailboxIdParameter>]
[<CommonParameters>]
Description
您必須已獲指派權限,才能執行此指令程式。 雖然本主題已列出這個指令程式的所有參數,不過,如果某些參數並未包含在指派給您的權限中,您可能就無法存取這些參數。 若要尋找在組織中執行任何 Cmdlet 或參數所需的權限,請參閱 Find the permissions required to run any Exchange cmdlet。
範例
範例 1
Get-MigrationUser -Identity TonySmith@contoso.com
此範例會擷取最近移轉之使用者的狀態資訊,即:Smith。
範例 2
Get-MigrationUser -MailboxGuid b6a6795c-a010-4f67-aaaa-da372d56fcb9 | Get-MigrationUserStatistics
此範例會擷取有關具有指定信箱 GUID 之使用者任何進行中移轉的詳細資訊。
範例 3
Get-MigrationUser -EmailAddress TonySmith@contoso.com
此範例會擷取最近移轉之使用者的狀態資訊,即:Smith。
範例 4
Get-MigrationUser -EmailAddress TonySmith@contoso.com | Get-MigrationUserStatistics
此範例會擷取有關具有指定電子郵件地址之使用者之任何進行中移轉的詳細資訊。
參數
-BatchId
BatchId 參數會指定您要傳回使用者的移轉批次名稱。
Type: | MigrationBatchIdParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online |
-DomainController
此參數僅適用於內部部署 Exchange。
DomainController 參數會指定此 Cmdlet 用來向 Active Directory 讀取或寫入資料的網域控制站。 您可以透過網域控制站的完整網域名稱 (FQDN) 來識別網域控制站。 例如,dc01.contoso.com。
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-EmailAddress
EmailAddress 參數會指定您想要擷取相關資訊的特定使用者。 EmailAddress 參數會以電子郵件地址表示。 此參數只能在雲端式服務中使用。
Type: | EmailAddress |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-Identity
Identity 參數會指定您想要擷取相關資訊的特定進行中移轉。 Identity 參數通常會以電子郵件地址表示。
Type: | MigrationUserIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online |
-MailboxGuid
MailboxGuid 參數會指定您要檢視移轉資訊之信箱的 GUID。
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online |
-Partition
此參數只能在雲端式服務中使用。
將保留此參數供 Microsoft 內部使用。
Type: | MailboxIdParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-ResultSize
ResultSize 參數會指定傳回的結果筆數上限。 若要傳回符合查詢的所有要求,請使用 unlimited 作為此參數的值。 預設值為 1000。
Type: | Unlimited |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online |
-Status
Status 參數會傳回具有指定狀態狀態之移轉使用者的相關資訊。 請使用下列其中一個值:
- 已完成
- CompletedWithWarnings
- 完成
- CompletionFailed
- CompletionSynced
- 損壞
- 失敗
- IncrementalFailed
- IncrementalStopped
- IncrementalSynced
- IncrementalSyncing
- 佈建
- ProvisionUpdating
- 已排入佇列
- 刪除
- 啟動中
- 已停止
- 停止
- 已同步處理
- 正在同步處理
- 驗證
Type: | MigrationUserStatus |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online |
-StatusSummary
StatusSummary 參數會傳回具有指定狀態值之移轉使用者的縮寫資訊。 請使用下列其中一個值:
- 作用中
- 已完成
- 失敗
- 已停止
- 已同步處理
Type: | MigrationUserStatusSummary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online |
輸入
Input types
若要查看此指令程式可接受的輸入類型,請參閱指令程式輸入和輸出類型。 如果指令程式的 [輸入類型] 欄位是空的,表示指令程式不接受輸入資料。
輸出
Output types
若要查看此指令程式可接受的傳回類型 (也就是所謂的輸出類型),請參閱指令程式輸入和輸出類型。 如果 [輸出類型] 欄位是空的,表示指令程式不會傳回資料。