We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895a3ff commit 7ad3d11Copy full SHA for 7ad3d11
1 file changed
Powershell/Invoke-SCXWinRMEnumeration.ps1
@@ -193,6 +193,6 @@ else
193
{
194
# Example usage
195
#$Credentials = (Get-Credential)
196
- #Invoke-SCXWinRMEnumeration -ComputerName 'rhel7-9.contoso-2019.com' -AuthenticationMethod 'Basic' -EnumerateAllClasses
+ #Invoke-SCXWinRMEnumeration -ComputerName 'rhel7-9.contoso-2019.com' -AuthenticationMethod 'Basic' -Credential $Credentials -EnumerateAllClasses
197
Invoke-SCXWinRMEnumeration
198
}
0 commit comments