In the past I use WDS and winpe to deploy images.
I use the PXE function of WDS do load winpe and with some batch file i upload the image, this system is good but need a lot of hdd space, because I have a lot of .wim file.
An example of my batch file is:
diskpart....
imagex /apply...
dism /set-edition (optional)....
bcdboot.....
Now i want to use the functionality of rwm file, but i have a problem with the deploy.
I would use my winpe environment and use .wim .rwm files but the command imagex /apply or dism /apply-wim didn't work with a .wim .rwm
the only way that i found is to export from rwm the image and apply it but this process take more time and bandwidth.
The second scenario that i think is to use boot image of Server 2008R2 dvd and use it via WDS but in this case I can't use the /set-edition option and force me to setup a master for every version of windows.
Can someone suggest me an alternate way to deploy image with .wim .rwm ?