Change local user account password
Log In or Register to download the BES file, and more.

1 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.

This fixlet is based on the following post on bigfix.me:
https://bigfix.me/fixlet/details/3670


Property Details

ID27377
StatusBeta - Preliminary testing ready for more
TitleChange local user account password
DomainBESC
CategoryAccounts
Download Size0
SourceInternal
Source Release Date7/23/2025 12:00:00 AM
KeywordsUser Account management
Added by on 7/23/2025 5:25:04 AM
Last Modified by on 7/23/2025 5:25:04 AM
Counters 2519 Views / 10 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

isWindows (Relevance 1172)
Used in 1155 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Used in 1 fixlet   * Results in a true/false
Show indented relevance
version of client >= "9.5"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
not exists service "NTDS"

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" 

if {exists ((name of it as string as lowercase) of users) whose (it as string as lowercase contains parameter "username" of action)}

waithidden "C:\Windows\System32\net.exe" user {parameter "username" of action} {parameter "secret" of action}

continue if {exit code of action = 0}
else
exit 1
endif
Success Criteria

This action will be considered successful when all lines of the action script have completed successfully.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!