Hello,
We are trying to automate the process of deployment of windows operating system to the servers using WDS.
we are developing a c# application. from which we should be able to mount the images in wds and unmount the ones we dont need.so that when the server tries to PXE boot it gets the correct image and deployed without user interaction. ( i looked at the wdsclientapi.dll functions and see it has methods only for getting information not to mount or unmount image so that unattended installtion goes through). I am looking for c# sample code which can provide this behaviour
I'm search for an example to Read the Images (Boot/Install) from a Windows Deployment Server (WDS) and mount and unmount certain imges. so when the server tries to pxe boot it gets the right image. I saw the wdsclientapi.dll and see that the functions are only to read the image information.
Thanks,
Kiran