Skip to main content

Morgan's Blog

Go Search
Home
Morgan's Blog
Minas Hjemmeside
Julies Hjemmeside
  

Morgan Simonsen's Homepage > Morgan's Blog > Posts > How to install System Center Virtual Machine Manager 2008 prerequisites
How to install System Center Virtual Machine Manager 2008 prerequisites
Here is a short script that will install the prerequisites for System Center Virtual Machine Manager 2008:
 
ServerManagerCMD.exe -i PowerShell
ServerManagerCMD.exe -i Web-Server
ServerManagerCMD.exe -i Web-Asp-Net
ServerManagerCMD.exe -i Web-Metabase
ServerManagerCMD.exe -i Web-WMI
 
Since ServerManagerCMD.exe is deprecated in Windows Server 2008 R2 and has been replaced with PowerShell cmdlets, here is the PowerShell command as well:
 
Add-WindowsFeature Web-Server,Web-Asp-Net,Web-Metabase,Web-WMI
 
Remember to do ImportSystemModules or Import-Module Servermanager first.
 
No need to do PowerShell since it is already installed on Windows Server 2008 R2.

 

Also, remember that SCVMM needs the Domain Functional level to be at least 2, that is Windows Server 2003. The Configuration Analyzer will warn you of this:

image

Comments

There are no comments yet for this post.
Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights. More information on content approval.

Title


Body *


Attachments