Change local user account password with verification - Windows
4 Votes |
Description
Important Notes
-
You must enter a password in order to take an action
-
Because of the way secure parameters work, you cannot use this task in a baseline, target an action dynamically by property (e.g., automatic groups), use add additional actions.
Property Details
6076 | |
Beta - Preliminary testing ready for more | |
Change local user account password with verification - Windows | |
BESC | |
Accounts | |
0 | |
Internal | |
jbt8@psu.edu | |
5/3/2013 12:00:00 AM | |
password secure parameters verification | |
brolly33 on 5/15/2015 6:54:17 AM | |
brolly33 on 5/15/2015 6:54:17 AM | |
11105 Views / 359 Downloads | |
* Average over 1 rating. ** Log In or Register to add your rating. |
Relevance
Actions
Action 1 (default)
Action Link
Change specified local user account password.
Script Type
BigFix Action Script
action parameter query "username" with description "Please specify the name of an existing local user account"Success Criteria
waithidden "C:\Windows\System32\net.exe" user {parameter "username" of action} {parameter "secret" of action}
continue if {exit code of action = 0}
This action will be considered successful when all lines of the action script have completed successfully.
Action 2
Action Link Click
here to review this task in the bigfix.me Content Database.
Script Type
URL
http://bigfix.me/cdb/fixlet/3670
Sharing
Social Media: |
Comments
|
|
Hello @TJAdmin, We tried your Fixlet thru WebUI but unfortunately its not showing the option to enter the Local USername |
|
|
Thanks for this post. One note, the line in the script that reads if (theSecret==null || theSecret=="" || theSecret<>theSecret2) Should read if (theSecret==null || theSecret=="" || theSecret!==theSecret2) |
|
|
variation of http://bigfix.me/fixlet/details/3670 |