I'm trying the option though the database but the other issue that I ;m having is that my DeploymentType = REFRESH all the time but I want it to be "NEWCOMPUTER". I know that in the ZeroTouchInstallation.wsf states that If oEnv("SystemDrive") = "X:" and oEnvironment.Item("OSDPACKAGEPATH") = "" then oEnvironment.Item("DeploymentType") = "NEWCOMPUTER" oEnvironment.Item("PHASE") = "NEWCOMPUTER" but in my log its states Property DeployDrive is now = DeployDrive = Property DeploySystemDrive is now = C: Property DeploymentMethod is now = OSD DeploymentMethod = OSD Property DeploymentType is now = REFRESH My understanding is that PE set the system drive to X …..not sure how to fix this, any suggestion. Thanks |