Search query: label/HotFix

Citrix Provisioning with VMXNET3 : Blue Screen of Death on Clones

Citrix Provisioning with VMXNET3 : Blue Screen of Death on Clones

...find the specific hotfix in CTX128160. Unfortunately, to apply this particular hotfix, you will need to reverse image the vDisk to the VM’s local drive ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

Citrix Provisioning Services & Cisco UCS Blades

...was required to apply the hotfix and make the vDisk bootable on multiple UCS blades.  By the way, that hotfix goes to the top of ... Read More

OpenDNS and Internet Filtering.

OpenDNS and Internet Filtering.

Here is a quick write up for my daughter’s school on the various ways to filter websites and keep the students productive and safe. Initially ... Read More

PSA: Powershell script to find unpatched machines. (WannaCry)

PSA: Powershell script to find unpatched machines. (WannaCry)

...the HotFixes $hotfix = Get-HotFix -ComputerName $guest | Where-Object {$hotfixes -contains $_.HotfixID} | Select-Object -property "HotFixID" write-host -foregroundcolor yellow $guest $hotfix } As always with ... Read More