Installing Intel® RAID Web Console 3 (RWC3) on Microsoft Hyper-V* Server or Windows* Server Core
Content Type: Install & Setup | Article ID: 000057111 | Last Reviewed: 02/20/2025
You can install Intel® RAID Web Console 3 (RWC3) to manage supported Intel RAID products on systems running the Microsoft Hyper-V* Server or Windows* Server Core (no Windows graphical user environment). You can access RWC3:
In this guide, host and remote systems are defined as follows:
Click or the topic for details:
Note | You can ignore the remote system part if only you plan to launch Intel® RAID Web Console 3 (RWC3) directly on the host system |
The RWC3 installation process on Microsoft Hyper-V Server or Windows Server Core is the same as other versions of Windows except you need to trigger the installer (Setup.exe) from Windows command prompt or PowerShell*.
Note | Refer to the Intel® RAID Web Console 3 (RWC3) Installation Guide for further details. |
Note | You must have a web browser installed and working to launch the Intel® RAID Web Console 3 (RWC3). In this guide, we used the Chrome* browser as an example. |
You can uninstall RWC3 using the PowerShell command below:
Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -match 'RAID Web Console 3'} | Invoke-WmiMethod -Name "Uninstall"