-
Windows Server 2019
Windows Server 2019 Automating Windows Update with PowerShell and Logs
A while ago, I had written a blog post about installing Windows Updates during an unattended install of Windows Server 2019. Let’s take a look at how to work with Windows Update in Windows Server 2019 including, logs, installing updates,…
-
Computers
Veeam Backup and Replication Update 4b Released New Features
Not too long ago, Veeam Backup & Replication 9.5 Update 4 was released with massive new features and capabilities, including the new Cloud Tier capability. After the release of Update 4, Update 4a was released a short while ago. Just…
-
VMware
Automate and Manage Capacity and I/O Across VMware Datastores with Storage DRS
If you manage multiple single LUNs in production or perhaps in a lab environment, you may find it difficult to continually balance out storage either based on capacity of the LUN or the I/O performance you are looking to balance…
-
Horizon View
Installing VMware Horizon 7.9 Connection Server Step-by-Step
Recently, VMware released Horizon 7.9 which is their latest virtual desktop infrastructure (VDI) product delivering exciting new features for desktop virtualization. Check out the details of the new VMware Horizon 7.9 release here. In this post, we will take a…
-
Windows 10
Windows 10 Photos Package Could Not Be Opened Fix
We all run into pesky little operating system and application issues from time to time. Due to creating a lot of blog content, I deal with a lot of photos on a daily basis. I have photo capturing and editing…
-
Security
5 Ways to Improve Virtualization Security
Security is a top priority among businesses today and no doubt as a virtualization administrator you are tasked with ensuring securing in your environment is what it needs to be. Whether you manage VMware or Hyper-V environments, security is a…
-
Windows 10
Download Windows 10 1809 1903 RSAT Install Using New Windows FoD
For the past several versions of Windows 10, I have been used to having to pull the latest Remote Server Administration Tools (RSAT) down from Microsoft from the Microsoft downloads page. Even if you have RSAT installed, when you upgrade…
-
VMware
Manually Patch VMware vCenter Server VCSA with ISO
Patching is one of the things that we as administrators hate to do, but it is a necessary thing to keep up with the latest and greatest features and functionality, not to mention, security. The VMware vSphere environment is no…
-
Computers
VMware Horizon 7.9 Released with New Features
Just a few days ago now, VMware released VMware Horizon version 7.9 to the masses with many new improvements to their premier Virtual Desktop Infrastructure (VDI) solution. There are enhancements all the way across the landscape of functionality including Connection…
-
Powershell
How To Query a MySQL Database with PowerShell
Recently, I had a project where I needed to query a MySQL database with PowerShell to perform an automated task to pull data and then trigger from the returned rows if any from MySQL. I had found various scripts that…