Hi,
I like cmdlets and try to use them as often as possible.
So I use them for WDS.
I use Import-WdsBootImage like this :
Import-WdsBootImage -Path "C:\Outils\Exploit\Temp\MDT\Boot\Generic_x86.wim" -NewImageName "Generic Windows PE (x86)" -NewDescription "Generic Windows PE (x86)" -NewFileName "Generic_x86.wim" -SkipVerify
But I don't find how to set a different priority than the default priority (500000) !
Thank you for your help.
Ludovic.