Search code examples
powershellactive-directorypowershell-remoting

PowerShell Remote join to domain


Is it possible to add a computer remotely to a domain using PowerShell v2.0? I'm aware of the Add-Computer CMDLET, but that is not for remote adding...but I maybe wrong.


Solution

  • You should be able to call the Add-Computer cmdlet via PowerShell remoting.