Command Line Account Management
- List local accounts: net users
- List domain accounts: net users /domain
- Create an account: net user /add daniel
- Change a password: net user daniel newpassword
- Add account to a local group: net localgroup Administrators daniel /add
- Set password never expires using PowerShell
- Set password never expires in a script
- Active Directory command line tools
