I am running the following script in Powershell
New-NavContainer -accept_eula -accept_outdated -containerName NAVDEMO -useGenericImage mcr.microsoft.com/dynamicsnav:generic-ltsc2016 -licenseFile C:\temp\MyLic.flf -isolation hyperv -includeAL -useBestContainerOS -auth Windows
However, I run into this error everytime i have tried creating a new nav container:
Initialization of container NAVDEMO failed
At C:\Program Files\WindowsPowerShell\Modules\navcontainerhelper\0.6.3.3\ContainerHandling\Wait-NavContainerReady.ps1:45 char:17
+ ... throw "Initialization of container $containerName failed" ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Initialization ... NAVDEMO failed:String) [], RuntimeException
+ FullyQualifiedErrorId : Initialization of container NAVDEMO failed
More details If this could help:


Any help?