We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dabcf commit 8d45157Copy full SHA for 8d45157
Powershell/Erase-BaseManagedEntity.ps1
@@ -48,7 +48,7 @@ param
48
[Array]$Servers,
49
[Parameter(Mandatory = $false,
50
Position = 4,
51
- HelpMessage = 'If you dont want to be asked any questions, run with this Switch.')]
+ HelpMessage = 'Optionally assume yes to any question asked by this script.')]
52
[Alias('yes')]
53
[Switch]$AssumeYes
54
)
@@ -79,7 +79,7 @@ Function Erase-BaseManagedEntity
79
80
81
82
83
84
85
0 commit comments