Get-DPMDatasource
取得計算機或保護群組中受保護的和未受保護的數據。
語法
Get-DPMDatasource
[[-DPMServerName] <String>]
[-Inactive]
[<CommonParameters>]
Get-DPMDatasource
[[-DPMServerName] <String>]
[-Query] <String>
[<CommonParameters>]
Get-DPMDatasource
[[-DPMServerName] <String>]
[-Path] <String>
[[-ProductionServerName] <String>]
[<CommonParameters>]
Get-DPMDatasource
[[-DPMServerName] <String>]
[-Async]
[-ComputerName] <String[]>
[<CommonParameters>]
Get-DPMDatasource
[-ProductionServer] <ProductionServer>
[-Async]
[-Inquire]
[-Replica]
[-Tag <Object>]
[-IgnoreDPMInformation]
[-GetVolumesWithoutMountPoints]
[<CommonParameters>]
Get-DPMDatasource
[-ProtectionGroup] <ProtectionGroup>
[<CommonParameters>]
Description
Get-DPMDatasource Cmdlet 會在 System Center - Data Protection Manager (DPM) 的計算機上取得受保護和未受保護的數據。 輸出只會在層級顯示可讓您套用保護的物件。 使用 Get-DPMChildDatasource Cmdlet 來查看數據源中的檔案。
此 Cmdlet 也可以傳回電腦上數據的下列資訊。
此參數可接受的值為:
- 受保護計算機上的所有可用數據來源。
- DPM 伺服器上的受保護數據源。
- DPM 伺服器上的非使用中數據源。 非使用中數據源是 DPM 伺服器上未主動保護的數據源。
- 保護群組中的數據源。
範例
範例 1:傳回計算機上的所有數據源
PS C:\>$DpmPServer = Get-DPMProductionServer -DPMServerName "TestingServer"
PS C:\> Get-DPMDatasource -ProductionServer $DpmPServer[1] -Inquire
第一個命令會傳回已安裝 DPM 保護代理程式的伺服器,然後將它們儲存在 $DpmPServer 變數中。
第二個命令會取得$DpmPServer中第二部伺服器上的數據源。
範例 2:傳回保護群組中的受保護數據源
PS C:\> $DpmPServer = Get-DPMProtectionGroup -DPMServerName "TestingServer"
PS C:\> Get-DPMDatasource -ProtectionGroup $DpmPServer
第一個命令會從名為 TestingServer 的 DPM 伺服器傳回保護群組。 命令會將群組儲存在 $DpmPServer 變數中。
第二個命令會從$DpmPServer中的保護群組傳回數據源。
範例 3:傳回伺服器上的非使用中數據源
PS C:\> Get-DPMDatasource -DPMServerName "TestingServer" -Inactive
此命令會擷取名為TestingServer之 DPM 伺服器上的非使用中數據源。
範例 4:從搜尋位置取得數據源
PS C:\> Get-DPMDatasource -DPMServerName "TestingServer" -SearchPath "F:\" -ProductionServer "Test.contoso.com"
此命令會從受保護伺服器上的搜尋路徑 F:\ 擷取數據源,Test.contoso.com。
參數
-Async
表示命令會以異步方式執行。 當您以異步方式執行命令時,即使作業需要較長的時間才能完成,命令提示字元仍會立即傳回。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ComputerName
指定您新增至保護群組的用戶端計算機數位。
類型: | String[] |
別名: | ComputerNames |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DPMServerName
指定此 Cmdlet 作用所在的 DPM 伺服器名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-GetVolumesWithoutMountPoints
指出 Cmdlet 會擷取沒有裝入點的磁碟區。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IgnoreDPMInformation
指出 Cmdlet 不會擷取數據源的受保護計算機資訊。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Inactive
指出 Cmdlet 會傳回 DPM 伺服器上的非使用中數據源。 非使用中數據源是一次在 DPM 伺服器上受到保護,但目前未受到保護的數據源。 非使用中數據源的複本和恢復點仍可供使用。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Inquire
指出此 Cmdlet 會查詢受保護的電腦,並傳回其上的數據源或子數據源。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Path
指定要搜尋數據源的路徑。
類型: | String |
別名: | SearchPath |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ProductionServer
指定安裝 DPM 保護代理程式的電腦。
類型: | ProductionServer |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ProductionServerName
指定安裝 DPM 保護代理程式的電腦名稱。
類型: | String |
Position: | 3 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ProtectionGroup
指定此 Cmdlet 作用所在的保護群組。 若要取得 ProtectionGroup 物件,請使用 Get-DPMProtectionGroup Cmdlet。
類型: | ProtectionGroup |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Query
指定數據源的篩選。 此 Cmdlet 只會傳回名稱包含指定字串的 Cmdlet。
類型: | String |
別名: | SearchQuery |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Replica
指出此 Cmdlet 會從受保護的電腦或主要 DPM 伺服器計算次要 DPM 伺服器上複本所需的空間。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Tag
指定自定義屬性,以區分每個異步呼叫的回復。 如果您使用 Cmdlet 來建置圖形用戶介面,則可以使用 參數。 如果您使用 DPM 管理命令介面,請勿使用此參數。
類型: | Object |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
Datasource