VMware tip – Protocol error from VMX

Small tip, big victory. I have weekly snapshots and clones that are scheduled through vCenter. Suddenly one of the clone tasks stopped working and threw this error: A General System error occurred: Protocol error from VMX. Hmmm…that’s odd. It’s run fine up to now right? Luckily the fix couldn’t be too much simpler than this. … Read more

PowerShell – Listing aged out computer accounts in Active Directory

Do you remember having to use OldCmp.exe  from JoeWare (great tools by the way) to capture a a list of computer accounts which have not been attached to your Active Directory for a period of time. Luckily with PowerShell and Quest ActiveRoles you can do this with a simple two line script. Here’s the code: … Read more