NCOL.NET
410 Dabney Drive
Henderson, NC 27536
252-492-4317
techsupp@ncol.net

Force Active Directory password change for multiple users

To set the exiration date for all users in certain OUs to 5 days ago: “OU=Sales,OU=New York,dc=internal,dc=AcmeCorp,dc=com” | dsmod user -acctexpires -5 Powershell to force password change for all users in a certain OU: $users = Get-ADUser -Filter...

Windows Backup commands

Windows Server Backup Commands Solution 1: Delete old backups manually using wbadmin command Right click on the Start icon and select Command Prompt (Admin) from the menu. To get versions: wbadmin get versions To delete the oldest backup enter: wbadmin delete backup...