We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508911c commit 55fc0d2Copy full SHA for 55fc0d2
1 file changed
Powershell/Invoke-SCXWinRMEnumeration.ps1
@@ -81,7 +81,7 @@ function Invoke-SCXWinRMEnumeration
81
[string]$AuthenticationMethod = 'Basic',
82
[Parameter(Mandatory = $true,
83
HelpMessage = 'Server names or IP addresses for SCX class enumeration.')]
84
- [Alias('ServerName')]
+ [Alias('Servers')]
85
[string[]]$ComputerName,
86
[string[]]$Classes,
87
[switch]$EnumerateAllClasses,
0 commit comments