When an NTFS folder won’t delete or rename via the Windows GUI you can probably still delete it via a special command. If you are experiencing an issue whereby an NTFS folder won’t delete or […]
When trying to install Windows 11 on VMWare Workstation an error message is received within the virtual machine on VMware Workstation – This PC Can’t Run Windows 11. This PC doesn’t meet the minimum system […]
A list of common PowerShell commands for AD. Retrieve AD users(s) Check AD User Existence Restore Deleted AD User(s) Retrieve AD Security Groups Modify AD Security Groups AD Cleanup FSMO Roles GPO Retrieve AD user(s) […]
Here is an easy way to enable AD object inheritance using Powershell. This can be used for enabling (or disabling) inheritance on multiple AD objects. #$users = Get-ADUser -ldapfilter “(objectclass=user)” -searchbase “DC=domain,DC=local” $users = get-aduser […]
Today’s hot topic is password best practices. As of July 2020 the internet had close to 4.57 Billion active users. Yes, most the of earth’s population at the time. The vast majority of this digital […]