We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923df00 commit 0597ba5Copy full SHA for 0597ba5
1 file changed
snippets/powershell/Get-NB-PolicyDetails.ps1
@@ -12,7 +12,7 @@ param (
12
[string]$nbmaster = $(throw "Please specify the name of NetBackup master server using -nbmaster parameter."),
13
[string]$username = $(throw "Please specify the user name using -username parameter."),
14
[string]$password = $(throw "Please specify the password using -password parameter."),
15
- [string]$nbpolicy = $(throw "Please specify the password using -password parameter.")
+ [string]$nbpolicy = $(throw "Please specify the policy using -nbpolicy parameter.")
16
17
)
18
0 commit comments