Forum Discussion
Soheil Badri
Oct 31, 2018Copper Contributor
Joining a Nano Server to a Domain
I've been trying to join my Nano Server into my domain named Canopus.com via this PowerShell command: >Import-Module .\NanoServerImageGenerator -verbose ... >New-NanoServerImage -deploymentTyp...
Deleted
Oct 31, 2018-InterfaceNameOrIndex vEthernet
Only thing I could think of is that the interface name may be wrong? Maybe try the index value instead?
Use Get-NetAdapter to display the network adaptors.
- Soheil BadriOct 31, 2018Copper ContributorI tried that too but each time I [re]created the VM, the result was the same.
Though I'm not sure if that's what the problem stems from since the name of the adapter on the top of the nano server's screen is shown as "Hyper-V Network Adapter" (By the way I'm performing a nested virtualization; a Nano Server inside a Server 2016 inside a Windows 10 workstation), so the adapter seems to be successfully configured, right?