Skip to content

Category: Server

HPE MicroServer Gen 8 CPU Upgrade to Xeon E3-1265L v2

I recently ordered a Xeon E3-1265L v2 CPU to replace the stock Intel Celeron G1610T in the Gen 8 Server.These processors have much better performance and cost a lot less now so definitely worth looking into. I followed the steps in the Official Maintenance and Service Guide PDF below: HP ProLiant MicroServer Gen8 Maintenance and Service Guide…

Install Server 2016 Core as DC, configure AD Account using Powershell

Installing A DC on Server Core uses less resources: Create new VM named DC01 Go through the install Set 30GB disk size Choose Non Gui install once installed type sconfig enable rdp configure name DC01, restart connect to host using rdp type powershell get-windowsfeature Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools The below…

Hyper-V 2016 Server using Windows Admin Center and Hyper-V Manager on Win 10

Reset RAID: remove logical drives and recreate. 1 x 500GB, 1x 1.3 TB DL Install Hyper-V 2016 server using iLO on a 3ogb partition Run all updates on hyper-v server Create other partitions during disk setup such as 800gb VM Storage and 1TB Disk Storage Install: Win 10 1803 Enterprise…

Lost network to Hyper-V 2016 after changing virtual switch settings

In Hyper-V Virtual Switch Manager i had unticked “Allow management operating system to share this network adapter” and also enabled VLAN identification. After applying this i lost all network connectivity to the host Hyper-V Server. I had to access it through the console and run PS cmdlet: Get-VMSwitch Remove-VMSwitch “Name…

Shutdown ESXi 6.5u1 Server with Plink Command

plink -ssh -2 -pw Windows1 root@192.168.0.10 “/sbin/shutdown.sh && /sbin/poweroff” Tested on HP Gen8 MicroServer REFS: https://communities.vmware.com/message/2712966#2712966