Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft System Center Data Protection Manager Cookbook

You're reading from   Microsoft System Center Data Protection Manager Cookbook Maximize storage efficiency, performance, and security using System Center LTSC and SAC releases

Arrow left icon
Product type Paperback
Published in Dec 2018
Publisher
ISBN-13 9781787289284
Length 424 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Patrick Lownds Patrick Lownds
Author Profile Icon Patrick Lownds
Patrick Lownds
Charbel Nemnom Charbel Nemnom
Author Profile Icon Charbel Nemnom
Charbel Nemnom
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Installing and Upgrading DPM FREE CHAPTER 2. DPM Post-Installation and Management Tasks 3. Protecting Hyper-V VMs 4. Monitoring DPM and Configuring Role-Based Access 5. Protecting Microsoft Workloads with DPM 6. Securing Windows Client with DPM 7. Protecting Microsoft Azure Stack with DPM 8. Protecting Workgroups and Untrusted Domains 9. Recovering Data from Backup 10. Integrating DPM with Azure Backup 11. Other Books You May Enjoy

Recovering file server data with PowerShell


In this recipe, we'll recover a file server data using DPM.You can recover items,as you can perform most administrative tasks in DPM,either using the DPM administrator console,or using PowerShell cmdlets. In this recipe, we will use DPM PowerShell cmdlets to restore file server data.

For more information on how to enable file server protection with DPM, please check Chapter 5, Protecting Microsoft Workloads with DPM.

 

Getting ready

Before you start the recovery, you should always verify that the targeted data source is accessible, and that the DPM agent is reporting OK in the DPM console.

How to do it...

Open the Windows PowerShell session on your DPM server and observe the following steps:

  1. Open a connection to a DPM server by typing the following command:
 Connect-DPMServer -DPMServerName $env:COMPUTERNAME
  1. Query all protection groups and store the results in a variable called $PGroup: $PGroup = Get-DPMProtectionGroup. You can see their name under theName...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime