Installing Exchange 2013 SP1, receiving error “The Windows component RSAT-Clustering-CmdInterface isn't installed on this computer and needs to be installed before”
On the problem server open PowerShell with administrator privileges and use following PS command
Install-WindowsFeature RSAT-Clustering-CmdInterface |
Verify ….
Get-WindowsFeature | where-object {$_.Installed -eq $True} | fl name,*RSAT* |
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:
Post a Comment