I do volunteer work with a community center. The Center has a small computer lab with
- one Windows Server 2012 R2 machine
- 24 workstations.
Sometimes the workstations are open for public use. In this case, all workstations are part of the server domain. User accounts are managed on the server.
But other times, the workstations are configured to run 3rd party software for specialized job training skills and test administration. In this case, the workstations must be configures as a workgroup.
I've already syspreped and captured a deployment image for each environment. I need a simple method for lab monitors (with just basic computer skills) to be able to redeploy the 2 environments.
I already have things working where a monitor only hit F12 to PXE boot. MDT 2013 is configured to present only one menu: they choose which image to deploy.
But I...