InternalPowermad.ps1On this pagePowermad.ps1 Add computer to the domain: Import module import-module .\Powermad.ps1 Add machine account to domain New-MachineAccount -MachineAccount EVIL7MS -Password $(ConvertTo-SecureString 'Muah-hah-hah!' -AsPlainText -Force) -Verbose