We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f34eea commit 240754cCopy full SHA for 240754c
1 file changed
Powershell/Invoke-SCXWinRMEnumeration.ps1
@@ -44,9 +44,9 @@
44
param
45
(
46
[ValidateSet('Basic', 'Kerberos')]
47
- [string]$AuthenticationMethod,
+ [string]$AuthenticationMethod = 'Basic',
48
[Parameter(HelpMessage = 'Server names or IP addresses for SCX class enumeration.')]
49
- [Alias('ServerName')]
+ [Alias('Servers')]
50
[string[]]$ComputerName,
51
[string[]]$Classes,
52
[switch]$EnumerateAllClasses,
0 commit comments