I would like to invoke mimikatz to be able to change the ntlm hash to hash('testpassword2') in a powershell session. The following way seems to get me quite far:
however, due to the space in the user name, the command is not invoked correctly. Is there any way to delimit the space character correctly in order to be able to let the command run successfully?
In the following scenario on a Test User:
net user /ADD 'Test User' testpassword
I would like to invoke mimikatz to be able to change the ntlm hash to hash('testpassword2') in a powershell session. The following way seems to get me quite far:
however, due to the space in the user name, the command is not invoked correctly. Is there any way to delimit the space character correctly in order to be able to let the command run successfully?