Windows Server 2019 (&2016): Enable Flash
KB ID 0001484 Problem Back in server 2012 this was an easy fix; Windows Server 2012 – Enable Flash However try and do that on Server 2019 or 2016 and this happens; Windows PowerShell Copyright (C) 2016 Microsoft Corporation. All rights reserved. PS C:\Users\administrator.PNL> Install-WindowsFeature Desktop-Experience Install-WindowsFeature : ArgumentNotValid: The role, role service, or feature name is not valid:...
Windows Server – Schedule a Reboot
KB ID 0001321 Problem Back in the day we just used the ‘At’ command to schedule a reboot, but starting with Server 2012 that was stopped! If you try it now you will see the following; The AT command has been depreciated. Please use schtasks.exe instead Solution (The Quick Way) Execute the following command (change time and data accordingly); schtasks /create /tn “Scheduled Reboot” /tr “shutdown /r /t 0” /sc once /st...
Adding Windows Server NFS Shares to VMware ESX
KB ID 0000319 Problem You have a Windows 2019/2016, 2012, or 2008 server with plenty of storage space, and you would like to present that to an ESX/ESXi server as a datastore. You can configure a folder (or drive) as an NFS share and present it to VMware vSphere, so that it can be used as a datastore. Note: For Server 2008 and vSphere 4/5 Scroll down. Create NFS Shares on Windows Server 2019, 2016, and 2012 Essentially you need to add...
Adding a Windows Server 2019/2016 Domain Controller
KB ID 0001262 Problem Once upon a time, adding a domain controller that was running a newer version of the Windows Server family involved opening command line and schema prepping, and GP prepping etc. Now all this happens in the background when adding a 2019 domain controller and the wizard is doing the heavy lifting for you. Solution 2008 to 2019 Domain Controller 2008 to 2016 Domain Controller Obviously the server needs to be a...
VMware Horizon: ‘VM With Unsupported Guest OS’
KB ID 0001592 Problem Seen when attempting to deploy Window Server 2016, as an ‘Image’ (Parent VM,) with VMware Horizon View. ‘VM With Unsupported Guest OS’ I double checked, and Server 2016 (Standard and DataCenter) were supported, as was Server 2019 (Standard and DataCenter.) The image also had a new version of the VMware Horizon View agent installed in it? Solution In my case this was an embarrassingly easy...