New-DPMSearchOption
建立物件,指定可復原物件的搜尋選項。
語法
New-DPMSearchOption
[-FromRecoveryPoint] <DateTime>
[-ToRecoveryPoint] <DateTime>
[-SearchDetail] <SearchForDetail>
[-SearchType] <SearchFilterType>
[-SearchString] <String>
[-Location <String>]
[-Recursive]
[<CommonParameters>]
Description
New-DPMSearchOption Cmdlet 會建立物件,指定 System Center - Data Protection Manager (DPM) 所管理之可復原物件的搜尋選項。 您可以指定要搜尋的搜尋字串、要搜尋的恢復點範圍、要搜尋的物件類型,以及位置,以及是否以遞歸方式搜尋。
使用 Get-DPMRecoverableItem Cmdlet 來執行搜尋。
範例
範例 1:建立搜尋選項
PS C:\>New-DPMSearchOption -FromRecoveryPoint "15 September 2009" -ToRecoveryPoint "28 September 2009" -SearchDetail FileFolders -SearchType contains -Recursive -SearchString "tobe" -Location "D:\"
此命令會為 2009 年 9 月 15 日至 2009 年 9 月 28 日之間的恢復點建立搜尋選項物件。 物件會指定搜尋檔案和資料夾,其中包含要位於 D: 位置中的字串。 命令會將搜尋指定為遞歸。 因此,搜尋也會檢查 D:\ 磁碟驅動器資料夾中的檔案和資料夾。
參數
-FromRecoveryPoint
指定日期時間物件。 這是搜尋範圍的第一個日期。
類型: | DateTime |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Location
指定恢復點的位置。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Recursive
表示搜尋是遞歸的。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-SearchDetail
指定要搜尋的物件類型。
此參數可接受的值為:
- FileFolders
- MailboxByAlias
- MailboxByDisplayName
- WssSite
- WssDocuments
類型: | SearchForDetail |
接受的值: | FilesFolders, MailboxByAlias, MailboxByDisplayName, WssSite, WssDocuments, ClientVolumes |
Position: | 3 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SearchString
指定要在目標恢復點中搜尋的字串。
類型: | String |
Position: | 5 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SearchType
指定搜尋的比較類型。
此參數可接受的值為:
- startsWith
- 包含
- endsWith
- exactMatch
類型: | SearchFilterType |
接受的值: | startsWith, contains, endsWith, exactMatch |
Position: | 4 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ToRecoveryPoint
指定日期時間物件。 這是搜尋範圍的最後一個日期。
類型: | DateTime |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
SearchOption