Skip to content

Commit 4612503

Browse files
authored
Another small update 🙃
1 parent 7ad3d11 commit 4612503

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
@@ -32,7 +32,7 @@
3232
3333
.EXAMPLE
3434
$Credentials = (Get-Credential)
35-
Invoke-SCXWinRMEnumeration -ComputerName 'rhel7-9.contoso-2019.com' -AuthenticationMethod 'Basic' -EnumerateAllClasses
35+
Invoke-SCXWinRMEnumeration -ComputerName 'rhel7-9.contoso-2019.com' -AuthenticationMethod 'Basic' -Credential $Credentials -EnumerateAllClasses
3636
3737
.NOTES
3838
Author: Blake Drumm

0 commit comments

Comments
 (0)