I am receiving an Access Denied error in KSHM.
Investigation shows that when testing using WMIC I receive "Invalid Global Switch" if I use a user with a hyphen in it.
Code: Select all
C:\Users\me>wmic /user:domain\SVC-User /password:password /node:192.168.10.10 computersystem list full
Code: Select all
C:\Users\me>wmic /user:'domain\SVC-User' /password:password /node:192.168.10.10 computersystem list full
Thanks
Harroguk