We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac61414 commit 2a1838bCopy full SHA for 2a1838b
1 file changed
Powershell/Invoke-SCXWinRMEnumeration.ps1
@@ -274,7 +274,7 @@ function Invoke-SCXWinRMEnumeration
274
}
275
if ($Servers -or $ComputerName -or $Password)
276
{
277
- Invoke-SCXWinRMEnumeration -ComputerName $ComputerName -Credential:$Credential -UserName $UserName -Password $Password -AuthenticationMethod $AuthenticationMethod -Classes $Classes -EnumerateAllClasses:$EnumerateAllClasses
+ Invoke-SCXWinRMEnumeration -ComputerName $ComputerName -Credential:$Credential -UserName $UserName -Password $Password -AuthenticationMethod $AuthenticationMethod -Classes $Classes -EnumerateAllClasses:$EnumerateAllClasses -OutputType $OutputType -OutputFile $OutputFile -PassThru:$PassThru
278
279
else
280
0 commit comments