A helpful guide to VMware and general computing
-
To join a Windows computer to a domain using PowerShell use the following script. You can read my previous post, here on how to create the password file. #set domain, credential, and hostname variables $File = “C:\Scripts\Password.txt” $Key = (1..32) $UserName =…
-
encrypt password with key using PowerShell
Encrypt password with key using PowerShell Encrypt password with key using PowerShell. One major issue that I had to overcome, was to hide the password for the scripts that I will use them on schedule and there will be no…
-
How to Shrink a Thin Provisioned Virtual Disk (VMDK)
Thin provisioned disks are a great feature to save capacity as your virtual machine filesystem will never use the full capacity. I do not know a single system where you do not have at least 10GB of free space for OS…