Disabling inter-machine Windows authentication

Posted by devbydemi@reddit | sysadmin | View on Reddit | 44 comments

I’m trying to deal with a situation where it’s likely impossible to run sysprep before cloning. The workflow is too complex to reasonably integrate with the virtualization system in use.

This situation also has no need for integrated Windows authentication. Ideally, all Windows credentials would be rotated at every boot and all Windows authentication would fail.

Is there a way to prevent a machine from ever being able to know that a clone of it exists? None of these machines will ever be joined to AD or Entra.

The reasons sysprep can’t work are numerous:

(In case anyone recognizes the project in question, please note that I am not speaking officially for it.)