Windows local credentials password change via powershell

It is possible to change the password using the plugin winRM.

1. Create a template where the keyword “powershell” will be inserted before each instruction for execution:

powershell net user [#USERNAME#] [#PASSWORD#]