| Website | https://crankysysadmin.com |
| Website | https://crankysysadmin.com |
Let’s make 2023 year of the personal website.

1980 Computers are for nerds
1990 Computers are for everyone
1995 The internet is for nerds
2005 The internet is for everyone
2005 Smartphones are for nerds
2015 Smartphones are for everyone
2006 Twittr is for nerds
2016 Twitter is for everyone
2022 Mastodon is for nerds
To setup a second, third or fourth DC, run the first command in this post and the following command:
Second DC:
Install-ADDSDomainController -DomainName internal.crankysysadmin.com.com -InstallDns:$true -NoGlobalCatalog:$false -SiteName 'CrankySiteName' -NoRebootOnCompletion:$true -Force:$true -SafeModeAdministratorPassword (ConvertTo-SecureString 'CrankyIsSexy' -AsPlainText -Force) -Credential (get-credential CRANKYSYSADMIN\Administrator) –verbose
Then we need to setup the Forrest. You can do so with the following command:
Powershell Primary DC:
Install-ADDSForest -DomainName internal.crankysysadmin.com -DomainNetbiosName CRANKYSYSADMIN -InstallDns:$true