Rename any local account and seperate task to password

I would like to get separate tasks created to reset password for any local account,

administrator account (I would like to give user id and password as input in task)

rename any local account (ill give existing user id as input)

The “rename” task should be easy enough, once you know the Windows command lines to rename an account check the references at developer.bigfix.com for “action parameter query”.

Setting passwords is a bit more involved due to security concerns. When you write that task, be sure to use ‘secure parameters’ (which uses Javascript in the Description field to encrypt the password to each target). Check https://bigfix.me/fixlet/details/36782 for an example when you write that one.