Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 381 Bytes

Rename computer and join domain.md

File metadata and controls

18 lines (13 loc) · 381 Bytes
created modified
2024-12-09 16:27:04 UTC
2024-12-09 16:27:04 UTC

Rename computer and join domain

$computerName = "STORM"

Rename-Computer -NewName $computerName -Restart

Wait for the VM to restart and then execute the following command to join the TECHTOOLBOX domain:

Add-Computer -DomainName corp.technologytoolbox.com -Restart