Forum Discussion
Rag_008
Nov 08, 2022Copper Contributor
Capturing image of VM
Difference between generalized state vs specialized state while capturing VM? is sysprep really needed before capturing image irrespective of OS state we capture later? and also how can we use exis...
RaviPandey
Nov 13, 2022Copper Contributor
Generalizing the VM will reset the machine specific info and remove local user etc and will make the image ready for fresh usage. this is used to deploy fresh copy of os.
specialized state will carry the users accounts ,data from the original VM..
So to answer your last point- you can choose between them based on your requirement if you need to have the user,data,applications as it is use specialized else use generalized
specialized state will carry the users accounts ,data from the original VM..
So to answer your last point- you can choose between them based on your requirement if you need to have the user,data,applications as it is use specialized else use generalized
- Rag_008Nov 28, 2022Copper ContributorThanks Ravi for the answer.