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:

Post a Comment

Remember, if you want me to respond to your comment, then you need to use a Google/OpenID account to leave the comment.