I've created a NAT switch on my Hyper-V host (host range 192.168.2.0/24), as described here. It works well, and I've got an old PDC running in its own subnet (subnet range 10.10.10.0/8).
Problem: that PDC contains an old backup that I need to restore to physical hardware. I can't justify shutting down the entire 192.168.2.0/24 network just to be able to connect to the old PDC from outside the host machine.
The host machine has two physical NICs, one of which is currently not in use and therefore is available for this task.
Is there a way to bind that second NIC to the NAT subnet 10.10.10.0/8?
I've reviewed two almost similar questions, here and here, but they're quite old and are specific to VMWare. I'm hoping for a way to accomplish this via PowerShell, if possible.
I haven't tried anything because, frankly, I don't know where to begin.