Processes - richiedennis/Tech-Journal-SYS265- GitHub Wiki
Deconfigure DHCP Failover
- Open up the DHCP console
- Expand the IPv4 section and right click the scope and click Deconfigure Failover.
- Ignore Warnings and click OK Link: https://www.faqforge.com/windows-server-2016/de-configure-dhcp-failover-windows-server-2016/
Remove Any DNS Records
- Open up the DNS Manager
- Open up the Forward Lookup Zones
- Delete all the AAA records
- Delete all the PTR records in Reverse Lookup Zones as well
Remove Machines From Domain
- Go into the VMS
- Make sure to delete the DNS (10.0.5.5) as well as the domain name (richard.local) from all of them
Export any Docker Images
- Find the IDs of the container that you want to move
- Run the following commands to save the image to a new image and then save it to a file
- docker commit 3a096b2588478 newimage
- docker save newiamge > /tmp/newimage.tar
- docker load < /tmp/newimage.tar
Backup VM configurations: Link: https://kb.vmware.com/s/article/2006202