Rob Jones

Results 1 comments of Rob Jones

Hey guys, I was able to work around this issue by manually downloading the .Wim file to the C: drive: https://az887518.vo.msecnd.net/pshctcontainer/WindowsServerCore-10-0-14300-1000.wim Then instead of calling Install-ContainerImage, use: Install-ContainerOSImage -WimPath c:\WindowsServerCore-10-0-14300-1000.wim...