Migrate DPM datasource to another hard drive using powershell

PS C:Program FilesMicrosoft DPMDPMbin> $disk = get-dpmdisk -DPMServerName dpmserver


PS C:Program FilesMicrosoft DPMDPMbin> $pg = Get-ProtectionGroup dpmserver


PS C:Program FilesMicrosoft DPMDPMbin> $ds = Get-Datasource $pg[12]


PPS C:Program FilesMicrosoft DPMDPMbin> .MigrateDatasourceDataFromDPM.ps1 -DPMServerName active-dpm -Source $ds[0] -Destination $disk[2]

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/208722/viewspace-1052245/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/208722/viewspace-1052245/

你可能感兴趣的:(Migrate DPM datasource to another hard drive using powershell)