Category Archives: core

How to Run an MSI package on Windows Server 2008 Core Install

To run an MSI package on Windows Server 2008 Core install: § Connect through RDP on your server, with required rights § Type the following at the command prompt : msiexec /i “YourMSIPackagePath\YourMSIPackage.msi” It will launch the installation wizard.

Posted in core | Comments Off on How to Run an MSI package on Windows Server 2008 Core Install

Installing OpenManage on HyperV Server 2012r2 Core

Installing the Dell OpenManage utility on a server core instance was not as difficult as it may appear. Extract the openamange executable file and inside there will be three folders. docs, support, and windows. Open and admin command prompt and … Continue reading

Posted in core | Comments Off on Installing OpenManage on HyperV Server 2012r2 Core

Install SNMP on Windows 2016 hyper-v core

powershell.exe -command “Add-WindowsFeature SNMP-Service” powershell.exe -command “Add-WindowsFeature SNMP-WMI-Provider” PS> Get-WindowsFeature -Name snmp* Display Name Name ———— —- [X] SNMP Services SNMP-Services [X] SNMP Service SNMP-Service [X] SNMP WMI Provider SNMP-WMI-Provider last is restart the SNMP service

Posted in core | Comments Off on Install SNMP on Windows 2016 hyper-v core

Open a new cmd console on Windows 2016 Server core after closing

If you close all command prompt windows and want to open a new Command Prompt window, press CTRL+ALT+DELETE, click Start Task Manager, click More Details, click File, click Run, and then type cmd.exe. Alternatively, you can log off and log … Continue reading

Posted in core | Comments Off on Open a new cmd console on Windows 2016 Server core after closing