{"id":18,"date":"2009-11-06T07:59:19","date_gmt":"2009-11-06T07:59:19","guid":{"rendered":"http:\/\/teacheritblog.wordpress.com\/2009\/11\/06\/einzelne-widerherstellungspunkte-in-dpm2007-lschen\/"},"modified":"2009-11-06T07:59:19","modified_gmt":"2009-11-06T07:59:19","slug":"einzelne-widerherstellungspunkte-in-dpm2007-lschen","status":"publish","type":"post","link":"https:\/\/christianlehrer.com\/?p=18","title":{"rendered":"Einzelne Widerherstellungspunkte in DPM2007 l\u00f6schen"},"content":{"rendered":"<div class=\"shariff\" data-title=\"Einzelne Widerherstellungspunkte in DPM2007 l\u00f6schen\" data-info-url=\"http:\/\/ct.de\/-2467514\" data-backend-url=\"https:\/\/christianlehrer.com\/wp-content\/plugins\/shariff-sharing\/backend\/index.php\" data-temp=\"\/tmp\" data-ttl=\"60\" data-service=\"tlxr\" data-services='[\"facebook\",\"twitter\",\"linkedin\",\"xing\",\"reddit\",\"whatsapp\",\"mail\",\"info\"]' data-image=\"\" data-url=\"https:\/\/christianlehrer.com\/?p=18\" data-lang=\"en\" data-theme=\"white\" data-orientation=\"horizontal\"><\/div><p>Hier eine kleine Auflistung von Shell-Befehlen bez\u00fcglich Wiederherstellungspunkten, z.B. einzelne Wiederherstellungspunkte l\u00f6schen:<\/p>\n<p>* Display all recovery points on the server TestingServer   <br \/>Get-ProtectionGroup -DPMServerName TestingServer | %{Get-Datasource    <br \/>-ProtectionGroup $_} | %{Get-RecoveryPoint -Datasource $_}<\/p>\n<p>* Display all recovery points on the server TestingServer for the protection    <br \/>group TestProtectionGroup    <br \/>Get-ProtectionGroup -DPMServerName TestingServer | where {$_.FriendlyName    <br \/>-eq &quot;TestProtectionGroup&quot;} | %{Get-Datasource -ProtectionGroup $_} |    <br \/>%{Get-RecoveryPoint -Datasource $_}<\/p>\n<p>* Display only the recovery point on the server TestingServer for the    <br \/>protection group TestProtectionGroup for a specific time (day and month    <br \/>values can&#8217;t have leading zeros)    <br \/>Get-ProtectionGroup -DPMServerName TestingServer | where {$_.FriendlyName    <br \/>-eq &quot;TestProtectionGroup&quot;} | %{Get-Datasource -ProtectionGroup $_} |    <br \/>%{Get-RecoveryPoint -Datasource $_} | where {$_.RepresentedPointInTime -eq    <br \/>&quot;3\/5\/2008 6:00:42 PM&quot;}<\/p>\n<p>* Delete only the recovery point on the server TestingServer for the    <br \/>protection group TestProtectionGroup for a specific time    <br \/>Get-ProtectionGroup -DPMServerName TestingServer | where {$_.FriendlyName    <br \/>-eq &quot;TestProtectionGroup&quot;} | %{Get-Datasource -ProtectionGroup $_} |    <br \/>%{Get-RecoveryPoint -Datasource $_} | where {$_.RepresentedPointInTime -eq    <br \/>&quot;3\/5\/2008 6:00:42 PM&quot;} | %{Remove-RecoveryPoint $_}<\/p>\n<p>&#160;<\/p>\n<p>Quelle: <a title=\"http:\/\/www.keyongtech.com\/405726-ps-to-remove-a-specific\" href=\"http:\/\/www.keyongtech.com\/405726-ps-to-remove-a-specific\">http:\/\/www.keyongtech.com\/405726-ps-to-remove-a-specific<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hier eine kleine Auflistung von Shell-Befehlen bez\u00fcglich Wiederherstellungspunkten, z.B. einzelne Wiederherstellungspunkte l\u00f6schen: * Display all recovery points on the server TestingServer Get-ProtectionGroup -DPMServerName TestingServer | %{Get-Datasource -ProtectionGroup $_} | %{Get-RecoveryPoint -Datasource $_} * Display all recovery points on the server TestingServer for the protection group TestProtectionGroup Get-ProtectionGroup -DPMServerName TestingServer | where {$_.FriendlyName -eq &quot;TestProtectionGroup&quot;} |&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[8],"tags":[53],"_links":{"self":[{"href":"https:\/\/christianlehrer.com\/index.php?rest_route=\/wp\/v2\/posts\/18"}],"collection":[{"href":"https:\/\/christianlehrer.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/christianlehrer.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/christianlehrer.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/christianlehrer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":0,"href":"https:\/\/christianlehrer.com\/index.php?rest_route=\/wp\/v2\/posts\/18\/revisions"}],"wp:attachment":[{"href":"https:\/\/christianlehrer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/christianlehrer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=18"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/christianlehrer.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}