This is a Proof-of-Concept (PoC) feature so no official documentation and the support limited.
iseExec (or sometimes referring as psExec) requires using user credentials with Administrative privileges to the Windows computers.
If the account is a local user but not an Active Directory domain user, then it also needs updating the remote UAC LocalAccountTokenFilterPolicy registry settings as below:
- On the client OS, launch regedit.exe
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
- Add a new DWORD with name LocalAccountTokenFilterPolicy; set its value to 1
This is due to the User Account Control (UAC) by default does not allow a local user account to remote administer the computer