Skip to content

Commit 240754c

Browse files
authored
Small change 👍
1 parent 1f34eea commit 240754c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Powershell/Invoke-SCXWinRMEnumeration.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
param
4545
(
4646
[ValidateSet('Basic', 'Kerberos')]
47-
[string]$AuthenticationMethod,
47+
[string]$AuthenticationMethod = 'Basic',
4848
[Parameter(HelpMessage = 'Server names or IP addresses for SCX class enumeration.')]
49-
[Alias('ServerName')]
49+
[Alias('Servers')]
5050
[string[]]$ComputerName,
5151
[string[]]$Classes,
5252
[switch]$EnumerateAllClasses,

0 commit comments

Comments
 (0)