How to expire passwords for all existing users, so they are forced to change their current passwords?
Release : 16.0
There is no built in functionality that will expire every user's current password.
It can be done programatically by:
TSS REPLACE(xxxxxxx) PASS(*,EXP)
for each user. The above command willl keep the current password the same and expire it for each user.