Monday, March 10, 2014

The Windows component RSAT-Clustering-CmdInterface isn't installed on this computer and needs to be installed before

 

Installing Exchange 2013 SP1, receiving error “The Windows component RSAT-Clustering-CmdInterface isn't installed on this computer and needs to be installed before”

image

On the problem server open PowerShell with administrator privileges and use following PS command

Install-WindowsFeature RSAT-Clustering-CmdInterface



image


image


Verify ….





Get-WindowsFeature | where-object {$_.Installed -eq $True} | fl name,*RSAT*

 


image


image


image


Stay tuned until next time.


Best regards,
Oz Casey , Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
Http://smtp25.blogspot.com (Blog)
Http://telnet25.wordpress.com (Blog)

No comments: