You recently encountered an issue with uninstalling software in Server Core in your project. The specific scenario is that the client deployed Hyper-V Server 2008r2 was originally managed with SCVMM 2008来, and now has an upgrade of SCVMM 2012, which requires SCVMM2012 to manage Hyper-V server. However, when you push the SCVMM agent, you are prompted to install the old version of the agent and you need to uninstall it manually. It would be nice to have a graphical interface, but how do I uninstall it in Server Core? At this point we can use the WMIC.
Open cmd command line
Input WMIC
Enter the product get name to get a list of installed applications
Enter product where name= "Microsoft System Center Virtual Machine Manager agnet (x64)" Call uninstall Uninstall old version of SCVMM Agent
This article is from the "Your Qing man" blog, please make sure to keep this source http://xyls1986.blog.51cto.com/601867/1590792
Uninstalling the software in Servercore