Skip to content

Commit 55fc0d2

Browse files
authored
Update script ⛰️
1 parent 508911c commit 55fc0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Powershell/Invoke-SCXWinRMEnumeration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Invoke-SCXWinRMEnumeration
8181
[string]$AuthenticationMethod = 'Basic',
8282
[Parameter(Mandatory = $true,
8383
HelpMessage = 'Server names or IP addresses for SCX class enumeration.')]
84-
[Alias('ServerName')]
84+
[Alias('Servers')]
8585
[string[]]$ComputerName,
8686
[string[]]$Classes,
8787
[switch]$EnumerateAllClasses,

0 commit comments

Comments
 (0)