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 […]
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 […]
A list of common PowerShell commands for AD. Retrieve AD users(s) Check AD User Existence Retrieve AD Security Groups Modify AD Security Groups AD Cleanup FSMO Roles GPO Retrieve AD […]
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” […]
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 […]