Pre-made commands

connect with password
evil-winrm -i $target -u 'username' -p 'password'
connect with hash
evil-winrm -i $target -u username -H 8846F7EAEE8FB117AD06BDD830B7586C

Flags

FlagDescription
-xWhat does it do

Useful Scripts

Useful bash script
#!/bin/bash