Domain user password expire check with script
This is very simple script for pasword expire check :
@echo "____________________________________________________"
@echo "| Password expire checker by Amir |"
@echo "|__________________________________________________|"
@echo ""
@echo ""
@echo "INPUT USERNAME"
@echo off
set /p input=Type input:
net user %input% /domain
pause
Comments
Post a Comment