I am just developer who tries to debug one nasty error that happens only on the workstations that are built/installed from some corporate image of the Windows workstation.
I have no idea what "the image file" means and I have no access to it. My question is - is such image file something like Docker file which have just few lines that specify 'grab this system and install here', 'grab that program and install there'? Or can Windows image be extracted to the txt file that contains just those few lines?
My hope is that I can convince my coporate client to extract the image file into such simple script, delete the sensitive (corporation-specific) lines from this file and give it to me, so, I can rebuild the Windows image that is as close as possible the the client's computers and then I can recreate client machine on my local computers.
Is this possible?
The corporation/client uses Active Directory extensively, this can help or prohibit my intetions...