System Center: Data Protection Manager Engineering Team Blog - Site Home - TechNet Blogs
Sign in
TechNet Blogs
Technet Blog Images
More ...
Blog - Title
TechNet Blogs
>
System Center: Data Protection Manager Engineering Team Blog
Server & Tools Blogs
>
Server & Management Blogs
>
System Center: Data Protection Manager
All About Windows Server
Windows Server
Windows Server Essentials Blog
Building Clouds
Partner & Customer Solutions
Server & Cloud
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud & Datacenter Management
The System Center Team Blog
System Center Virtual Machine Manager
System Center Service Manager
System Center Operations Manager
System Center Data Protection Manager
System Center Orchestrator
Partner & Customer Solutions
Client Management
System Center Configuration Manager
System Center Service Manager
MDOP
Malware Protection Center
Windows Intune
SUS
Partner and Customer Solutions
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Partner & Customer Solutions
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Group Policy
Networking
Identity & Access
Ask Directory Services
Active Directory
Microsoft Leadership
Brad Anderson - In the Cloud
System Center: Data Protection Manager
Live Now on Server & Tools Blogs
Subscribe
Comments
Home
Menu
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
Application Protection
Backup
DPM 2007
DPM 2010
DPM 2012
Exchange Server
Guide
How does it work
How To
KB Article
Maintenance & Troubleshooting
news
Others
Pages
Powershell Scripts
Setup & Configuration
SharePoint
SQL Server
System Center Data Protection Manager
Tape Media
The Team
Tips 'n Tricks
Troubleshooting
Video
Virtualization
More
▼
Less
▲
Archives
Archives
May 2013
(3)
April 2013
(5)
February 2013
(2)
January 2013
(6)
December 2012
(1)
November 2012
(5)
October 2012
(7)
September 2012
(3)
August 2012
(1)
July 2012
(6)
June 2012
(5)
May 2012
(7)
April 2012
(4)
March 2012
(3)
February 2012
(8)
January 2012
(7)
December 2011
(3)
November 2011
(2)
October 2011
(4)
September 2011
(9)
August 2011
(3)
June 2011
(6)
May 2011
(10)
April 2011
(3)
March 2011
(3)
February 2011
(3)
January 2011
(4)
December 2010
(4)
November 2010
(2)
October 2010
(8)
September 2010
(6)
August 2010
(3)
July 2010
(9)
June 2010
(4)
May 2010
(4)
April 2010
(3)
March 2010
(6)
February 2010
(11)
January 2010
(4)
December 2009
(2)
September 2009
(1)
July 2009
(2)
May 2009
(2)
April 2009
(3)
March 2009
(1)
February 2009
(1)
January 2009
(4)
December 2008
(3)
November 2008
(2)
October 2008
(1)
September 2008
(1)
August 2008
(1)
July 2008
(3)
June 2008
(14)
May 2008
(3)
April 2008
(3)
March 2008
(8)
January 2008
(8)
December 2007
(2)
November 2007
(2)
October 2007
(3)
September 2007
(7)
August 2007
(3)
July 2007
(10)
June 2007
(4)
January 2007
(3)
October 2006
(3)
September 2006
(2)
June 2006
(2)
May 2006
(5)
March 2006
(8)
February 2006
(1)
January 2006
(2)
December 2005
(2)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
System Center: Data Protection Manager Engineering Team Blog
DPM 2007 has been released to manufacturing !
Posted
over 6 years ago
by
Jason Buffington
10
Comments
On October 17 th at Storage Networking World, Ted Kummert, Microsoft Corporate VP for Data and Storage Platforms announced the release to manufacturing of System Center Data Protection Manager 2007. With the RTM, we are now counting down the days until...
System Center: Data Protection Manager Engineering Team Blog
Start your Evaluations !!
Posted
over 6 years ago
by
Jason Buffington
1
Comments
The DPM website has been updated ( www.microsoft.com/DPM ) - with new information on the upcoming release of DPM 2007, pricing/licensing details, and best of all - new downloads. As some of you may have heard from our recent demonstration at SQL PASS...
System Center: Data Protection Manager Engineering Team Blog
CLI Script: Job object fundamentals
Posted
over 6 years ago
by
dpm
0
Comments
In DPM, Jobs are objects that encapsulate the notion of a (typically) long running operation. Unfortunately though DPM v2 does not have cmdlets to directly monitor jobs, still a large number of cmdlets output jobs and it is useful to be able to interact...
System Center: Data Protection Manager Engineering Team Blog
CLI Script: Copy latest point in time of SQL DB to a folder
Posted
over 6 years ago
by
dpm
1
Comments
This script copies the latest recovery point of the specified SQL databases to the destination folder on a production server. Save this script as a .ps1 file and run it. Usage and examples of scripts can be found by calling them with ‘-?’ or ‘-help’ from...
System Center: Data Protection Manager Engineering Team Blog
CLI Script: Recover to latest point in time for a SQL DB
Posted
over 6 years ago
by
dpm
1
Comments
This script restores the latest recovery point of the specified SQL databases. Save this script as a .ps1 file and run it. Usage and examples of scripts can be found by calling them with ‘-?’ or ‘-help’ from inside DPM Management Shell. ----------...
System Center: Data Protection Manager Engineering Team Blog
CLI Script: Run consistency check on invalid datasources
Posted
over 6 years ago
by
dpm
1
Comments
This script runs a consistency check job on all the protected datasources that are in the invalid state and tracks the set of jobs while giving progress on the screen. Save this script as a .ps1 file and run it. Usage and examples of scripts can be found...
System Center: Data Protection Manager Engineering Team Blog
CLI Script: Manual detailed inventory of unknown tapes
Posted
over 6 years ago
by
dpm
0
Comments
The following script runs detailed inventory on all unknown tapes in all the libraries attached to the specified DPM server. Save this script as a .ps1 file and run it. Usage and examples of scripts can be found by calling them with ‘-?’ or ‘-help’ from...
System Center: Data Protection Manager Engineering Team Blog
CLI Script: Force mark tape as free
Posted
over 6 years ago
by
dpm
13
Comments
This script allows a user to mark any tape as free so that it is available for protection by DPM. Tapes which have unexpired data cannot be marked as free from the GUI but sometimes (esp. while testing) users need to override this behaviour. Save this...
System Center: Data Protection Manager Engineering Team Blog
How does DPM really protect data?
Posted
over 6 years ago
by
Jason Buffington
0
Comments
This entry probably should have been a cross-posted ... but please check out my individual blog's latest post on how the DPM 2006 and DPM 2007 drivers work. Also included is a 10 minute streaming video on how DPM 2007 uses VSS, as well as the native...
System Center: Data Protection Manager Engineering Team Blog
DPM Installation: Configuring Libraries
Posted
over 6 years ago
by
dpm
1
Comments
Configuring Tape Libraries (Continued from previous post) Last week’s DPM snip covered basic configuration of tape libraries and also mentioned if drives from a tape library are listed as stand-alone tape drives, or if a stand-alone tape drive displays...
System Center: Data Protection Manager Engineering Team Blog
DPM Installation: Initial Configuration
Posted
over 6 years ago
by
dpm
2
Comments
Configuring DPM V2 Beta 2 To start protecting data after you install Microsoft System Center Data Protection Manager V2 Beta 2 (DPM), you must perform a series of required configuration tasks. You can also configure optional DPM features at this time...
System Center: Data Protection Manager Engineering Team Blog
DPM v2 Beta2: Setup specifics
Posted
over 6 years ago
by
dpm
0
Comments
Installing DPM V2 Beta 2 A Microsoft System Center Data Protection Manager 2007 (DPM) installation involves installing the DPM prerequisite software and the DPM application. The DPM Setup Wizard guides you through the process of specifying the DPM...
System Center: Data Protection Manager Engineering Team Blog
DPM and Production Server Pre-requisites (Exhaustive)
Posted
over 6 years ago
by
dpm
1
Comments
DPM V2 Beta 2 Installation Requirements A Microsoft System Center Data Protection Manager V2 Beta 2 (DPM) installation involves installing the DPM prerequisite software and the DPM application. The DPM Setup Wizard guides you through the process of...
System Center: Data Protection Manager Engineering Team Blog
Planning Your DPM 2007 Strategy
Posted
over 6 years ago
by
dpm
1
Comments
Features of DPM It is essential to a business or organization that its data is protected, and System Center Data Protection Manager 2007 (DPM) is an effective solution for providing that protection. By using DPM in your organization, you get the following...
System Center: Data Protection Manager Engineering Team Blog
CLI: Grow your replica and shadow copy volume sizes automatically!
Posted
over 6 years ago
by
dpm
9
Comments
How cool would it be, if we could schedule a nightly task that automatically grows your replica and shadow copy storage volume sizes, and in turn help the protection SLA to be good for the rest of the week! The script below does exactly the same...
System Center: Data Protection Manager Engineering Team Blog
"Backup!, Here Comes Protection"
Posted
over 6 years ago
by
dpm
2
Comments
What is Data Protection Manager v2? Microsoft System Center Data Protection Manager V2 Beta 2 (DPM) is a server software application that enables disk-based and tape-based data protection and recovery for file server data and for application server...
System Center: Data Protection Manager Engineering Team Blog
Scripting the DPM agent installation...
Posted
over 6 years ago
by
dpm
1
Comments
Installing the DPM protection agent in your environment can be a challenging task if you have a large number of computers to backup. This may be made harder by security lockdowns, firewalls or other configurations in your environment. Given the challenges...
System Center: Data Protection Manager Engineering Team Blog
DPM CLI> Hello World
Posted
over 6 years ago
by
dpm
2
Comments
Welcome to the DPM CLI world. The CLI is based upon the latest Powershell technology from Microsoft, and gives the user a powerful scripting and CLI experience in a .Net environment. Feel free to browse through the Powershell pages, blogs etc. for great...
System Center: Data Protection Manager Engineering Team Blog
DPM CLI Scripts
Posted
over 6 years ago
by
dpm
0
Comments
Going forward, we would be adding DPM Powershell Scripts, extra documentation for the CLI etc. in this space. These scripts would run in DPM v2 Beta2 and beyond. Watch out for this space... - Balaji Hariharan
System Center: Data Protection Manager Engineering Team Blog
DPM v2 Beta2 - Docs and Support
Posted
over 6 years ago
by
dpm
0
Comments
Important docs: You may download the following important Beta 2 documents from Connect downloads ( https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=205&DownloadID=6599 ): · Getting Started Guide · Planning Guide · Operations...
System Center: Data Protection Manager Engineering Team Blog
System Center Data Protection Manager 2007 Beta 2 goes live!
Posted
over 6 years ago
by
dpm
0
Comments
The wait is over....DPM v2 Beta2 is live... System Center Data Protection Manager 2007 Beta 2 is now available for download! DPM 2007 Beta 2 is designed to provide a best-of-breed protection and the most robust, reliable recovery experience for...
System Center: Data Protection Manager Engineering Team Blog
Give feedback for DPM v2 Beta1
Posted
over 6 years ago
by
dpm
0
Comments
This posting is to remind you that you still have an opportunity to provide Feedback to the DPM v2 Beta Team by filling out our beta1 feature survey at https://connect.microsoft.com/Survey/Survey.aspx?SurveyID=3154&SiteID=205 . Please keep the feedback...
System Center: Data Protection Manager Engineering Team Blog
New KB Article for DPM 2006 SP1
Posted
over 6 years ago
by
dpm
0
Comments
A New KB article for DPM 2006 SP1 is now available. KB922510 discusses how to resolve error 2043 in the newest Service Pack. http://support.microsoft.com/?kbid=922510 Regards, Jon Jentzsch
System Center: Data Protection Manager Engineering Team Blog
Webcast: SQL Protection using DPMv2
Posted
over 6 years ago
by
dpm
0
Comments
Join us for this webcast on SQL Protection and Recovery. In this webcast, we will focus on how DPM 2006 and DPM v2 can provide continuous data protection for Microsoft SQL Server. Currently, DPM 2006 protects Microsoft SQL Server logs for reliable backup;...
System Center: Data Protection Manager Engineering Team Blog
Announcing DPM 2006 Service Pack 1 Release to Web
Posted
over 7 years ago
by
dpm
0
Comments
Building on the focus of Data Protection Manager 2006 for disk-to-disk protection of file servers, Service Pack 1 (SP1) broadens the protection capabilities with support for protecting file server clusters, support for SIS (single-instance storage) enabled...
Page 11 of 12 (293 items)
«
8
9
10
11
12