Can any one suggest how to reset the root password of linux server using Bigfix.
With great power, comes great responsibility!
-Some wise guy
Setup a sh type action:
#!/bin/sh
username=root
password1=Password1
echo -e "$password1\n$password1" | passwd $username