Hello Falko,
Yes user created from padmin prompts for a new password during creation (Unlike from root where it creates the user and sets the Encrypted Password field as * )
Question: Is it possible to create users on VIO servers using a script with mkuser?
Yes you can create users using script . There is no restriction . Coming to if there is ready made script for this , then answers is no. But you can check the VIOS Ansible module library if this use case exist .
https://ibm.github.io/ansible-power-vios/installation.html
Question:- I'd like to specify a password that must be changed upon first login.
This can be achieved using below
pwdadm -f ADMCHG <username>
- Example:
pwdadm -f ADMCHG testuser