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

Popular posts from this blog

Cisco VPN client 5.0.07.0410 and Windows 10 Problems (Solved)

Script for remote cancel all print job

Find hard disk bad sectors (error 7) if exist on remote computers - Script 2017