Wednesday, January 18, 2012

DPM PowerShell commands–create a help document

Here is a simple command to list all the commands in DPM with detailed help documentation:

Get-Command -PSSnapin Microsoft.DataProtectionManager.Powershell | Get-Help -detailed > c:\dpmhelp.txt

No comments: