Skip to content

Commit 7ad3d11

Browse files
authored
Small update 🛩️
1 parent 895a3ff commit 7ad3d11

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
@@ -193,6 +193,6 @@ else
193193
{
194194
# Example usage
195195
#$Credentials = (Get-Credential)
196-
#Invoke-SCXWinRMEnumeration -ComputerName 'rhel7-9.contoso-2019.com' -AuthenticationMethod 'Basic' -EnumerateAllClasses
196+
#Invoke-SCXWinRMEnumeration -ComputerName 'rhel7-9.contoso-2019.com' -AuthenticationMethod 'Basic' -Credential $Credentials -EnumerateAllClasses
197197
Invoke-SCXWinRMEnumeration
198198
}

0 commit comments

Comments
 (0)