Forum Discussion
DiogoSousa
Sep 14, 2023Iron Contributor
Autopilot - 1 Hyper-V - 2 Intune Tenants
Hello everyone and greeting from Portugal! I think I described a similar scenario some time ago, but this is a little bit different. I've an hyper-v with 1 VM. And 2 Intune in different tenants...
- Sep 19, 2023If you enroll the VM with a generalized Windows version then it would be no problem. I use the method that Michael Niehaus describes (updated VHDX files for eacht VM and register with get-windowsautopilot -online)
https://oofhours.com/2023/08/23/windows-autopilot-testing-with-vms/
DiogoSousa
Sep 19, 2023Iron Contributor
In this case, I would like to have 2 VMs in same Hyper-V host.
One for a tenant, and the other one for the other tenant.
One for a tenant, and the other one for the other tenant.
H3nk13T
Sep 19, 2023Brass Contributor
If you enroll the VM with a generalized Windows version then it would be no problem. I use the method that Michael Niehaus describes (updated VHDX files for eacht VM and register with get-windowsautopilot -online)
https://oofhours.com/2023/08/23/windows-autopilot-testing-with-vms/
https://oofhours.com/2023/08/23/windows-autopilot-testing-with-vms/
- DiogoSousaNov 28, 2023Iron ContributorJust for future memory of someone that reads this thread, I believe I was just not thinking right about what I wanted to do.
It...simply works, having 2 differente VMs in Hyper-V, going through the OOBE and use the "get-windowsautopilot -online" method. When asked for credentials just point to the tenant you want to register the VM.
Thank you all for the help.