Author: bmv98rus
Subject: Displaying the User Domain Password Expiry date
Posted: 06 October 2016 at 7:35pm
In my script:
Subject: Displaying the User Domain Password Expiry date
Posted: 06 October 2016 at 7:35pm
In my script:
PasswordExpares = cInt(intMaxPwdAge - Now ()+ dtmValue) and use BGInfo template for format line
Or
PasswordExpares = "Pass exp. in " & cInt(intMaxPwdAge - Now ()+ dtmValue) & "day(s)"
If you would like to have whole line from script