Sources for Network Rebuild (Practical Assessment 2) - Oliver-Mustoe/Oliver-Mustoe-Tech-Journal GitHub Wiki

This page details all of the sources used in the network rebuild assignment outside of the ones that are cited in my wiki pages:
https://malwaremily.medium.com/install-ad-ds-dns-and-dhcp-using-powershell-on-windows-server-2016-ac331e5988a7

https://mikefrobbins.com/2018/10/03/use-powershell-to-install-the-remote-server-administration-tools-rsat-on-windows-10-version-1809/

https://social.technet.microsoft.com/Forums/lync/en-US/b7328e62-ec0d-424f-9019-01e86a8ad408/new-user-with-domain-admin-permission?forum=winserverpowershell

https://bjornpeters.com/powershell/install-a-domain-controller-with-windows-server-2019-core/

https://docs.rackspace.com/support/how-to/open-ports-in-the-linux-firewall-to-access-pop-and-imap-mail-servers/

http://woshub.com/get-adcomputer-getting-active-directory-computers-info-via-powershell/

https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account

https://social.technet.microsoft.com/Forums/en-US/fa56dd0d-8c49-4a18-bd13-c140fb33039e/create-gpo-to-deploy-shortcut-in-desktop-folder?forum=winserverGP

https://stackoverflow.com/questions/25852295/using-powershell-id-like-to-get-a-list-of-people-who-have-admin-privileges-for

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.2

http://woshub.com/copy-files-on-all-computers-group-policy/

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/remove-item?view=powershell-7.2

https://superuser.com/questions/1237979/netsh-advfirewall-firewall-delete-rule-name-program-syntax-not-working

https://stackoverflow.com/questions/21276570/how-to-append-the-wget-downloaded-file

https://stackoverflow.com/questions/16678487/wget-command-to-download-a-file-and-save-as-a-different-filename

https://www.net.princeton.edu/enetAddress.howto.html

https://bytefreaks.net/gnulinux/centos-7-setup-a-dhcp-server-and-provide-specific-ip-based-on-mac-address

https://www.dummies.com/computers/pcs/how-to-confirm-a-task-ran-in-windows-task-scheduler/

https://www.alphr.com/wireshark-filter-port/#:~:text=Filtering%20by%20port%20in%20Wireshark%20is%20easy%20thanks%20to%20the,%E2%80%9D%20refers%20to%20%E2%80%9Cequal.%E2%80%9D

https://is5com.com/documentation/DHCP-Configuration/CM-DHCP-iBiome-1.8.07-EN/iMX_Common/Configuration_Guides/DITA_Topics/DHCP/3_Intro.html#:~:text=The%20DHCP%20employs%20a%20connectionless,destination%20port%20of%20a%20client).

http://www.postfix.org/DEBUG_README.html

https://www.netmanias.com/en/post/techdocs/5998/dhcp-network-protocol/understanding-the-basic-operations-of-dhcp

Notes for sources

Get aduser is helpful.
"firewall-cmd -–add-port=25/tcp –permanent"
Use a direct path like C:\Users%LogonUser%\Desktop, make it in user config then use the merge thing.