provisioning in Windows
-
is there any API is there using which we can done the os provisioning in windows . ?? Can any body tell me how the provisioning of os can be done programmically .
vineesh
what are you calling "provisionning the OS" ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
is there any API is there using which we can done the os provisioning in windows . ?? Can any body tell me how the provisioning of os can be done programmically .
vineesh
Can you more explain,please?
-
Can you more explain,please?
provisioning simply means automatically installing and configuring operating systems, Suppose i have a server machine and some n number of computers connected to it . The server then done a mulitcast to all the members to know which machine is needed a O/S installation . The client machines which are waiting for installation will send back a request to the server . Then the server needs to install the O/S followed by the system softwares and appln softwares on to the respective machines . There are two different ways to achieve this one is a disk cloning second is a scripted installation Both disk cloning and unattended scripted installs can be performed remotely using a PXE/DHCP server. Now my question is whether we are bale to write some APIs for this remote installations ? Is it clear now ..?
vineesh