Small hedge needs trimming and cleanup.

I hurt my wrist and cannot use the hand held snips to trim my hedge. It’s about 20 feet long, 2 feet wide and about 3-4 feet tall. It needs a good trim. If you have a hedge trimmer (or I can provide a hand trimmer), I can pay cash.

I see lots of folks looking for some work. It’s probably a 2-3 hour job at best. I can help with the cleanup.

Let me know if you’re interested and we can work out the details. I’m in the west end near the Costco on Merivale Rd.

reddit.com
u/DonFazool — 19 hours ago
▲ 7 r/Tiguan

2026 Tiguan Front USB stopped working with fix

I got in the car this morning and none of the front USB ports were connecting to my phone. I tried 3 cables , shut the car off and back on - nothing worked.

In desperation I pressed and held the power button on the display for about 20 second until it went black and the R logo reappeared. As soon as I did this, both USB ports started working. They seem to be powered from the screen.

Hopefully this helps someone else

reddit.com
u/DonFazool — 21 hours ago
▲ 1 r/Tiguan

2026 Tiguan front USB ports

I find my phone gets incredibly hot when I am using the usb-c to lightning cable in the front ports next to the wireless charger. Is anyone else experiencing this?

Even a short 5 min drive makes the phone really warm. That’s not good for battery life.

reddit.com
u/DonFazool — 9 days ago
▲ 2 r/vmware

VMware Explore Content Catalog 2026 - Surprise surprise no mention of VVF

https://event.vmware.com/flow/vmware/explore2026lv/content/page/catalog?utm_campaign=MCO_FY26_GEN_VMware-Explore-26-LV-Content-Catalog-Live_MKT_CM_6037&utm_content=MCO_FY26_GEN_VMware-Explore-26-LV_6037_Content-Catalog-Live_MKT_PROMO_EM_11496&utm_medium=email&utm_source=eloqua&tab.sessioncatalogtabs=1747347809815001igUo

I probably shouldn't be shocked here. I feel like I just wasted 5k+ of my companies money registering for this. I knew VCF is the flagship but man I figured you'd at least have ONE session that was geared towards VVF or a lower tier offering. Nothing.

reddit.com
u/DonFazool — 13 days ago
▲ 0 r/TheOCS

Which HighXotic would you pick?

My shop has the following 14g in stock. I’ve only ever tried Batch 007 and really like it (but I prefer sweeter weed with a good couch lock)

Hindu Glue
Purple Zombie
Goofiez

Thanks for your help

reddit.com
u/DonFazool — 16 days ago
▲ 8 r/vmware

Monitoring Virtual Machine Secure Boot status with Intune

This script has been extremely helpful to us. If your systems are registered with Intune, you can follow this KB and create a report that you can monitor from Intune. It will show you what systems are fully completed, which ones are in progress and which ones have not yet started.

If you see in progress, likely the certs have been applied but the system is waiting for the final reboot and last execution of the scheduled task before giving the completed (event id 1808) status.

The ones that haven't started I just set that initial reg key to 5944 and within a few days (assuming my users actually reboot when prompted) the issues are resolved.

Note : The link to the script in this KB is deprecated (and the KB mentions it). You can pull the updated script off any Windows server in your fleet. We could not find it on a Windows 11 machine.

https://support.microsoft.com/en-au/topic/monitoring-secure-boot-certificate-status-with-microsoft-intune-remediations-6696a27b-fa09-4570-b112-124965adc87f

reddit.com
u/DonFazool — 20 days ago
▲ 38 r/vmware

Secureboot after ESXi 8.0.3j Notes

For those of you who are curious as to what happens...

I just applied vCenter and ESXi 8.0.3j. After rebooting one of my VMs that has secure boot enabled, I noticed the PK certificate was now present but the KEK was still missing

Check if PK is present from PowerShell

$pk = Get-SecureBootUEFI -Name PK

$bytes = $pk.Bytes

$cert = $bytes[44..($bytes.Length-1)]

[IO.File]::WriteAllBytes("PK.der", $cert)

certutil -dump PK.der

Check if KEK certs are present from PowerShell

[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI kek).Bytes) -match 'Microsoft Corporation KEK 2K CA 2023'

In order for the process to complete successfully, I still needed to do the following :

You can simply set the reg key to 0x5944 and wait for the necessary task scheduler task to run plus the 2 reboots required, or you can do it all at once if you're bored

Set AvailableUpdates Registry Key

Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot

Look for a value called AvailableUpdates (If not New -> DWORD (32) -> AvailableUpdates)

Set Value : Hex 5944

 

Trigger the Secure Boot Update Task

Run taskschd.msc

Expand Task Scheduler Library -> Microsoft -> Windows -> PI

In the center panel locate Secure-Boot-Update

Right click Secure-Boot-Update -> Run

Wait 30-60 seconds for task to complete

Last run result should update to 0x0 (success)

 

Verify AvailableUpdates After Task Run

Open regedit and check: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\AvailableUpdates

Expected value after the first run task is 0x4100 in hex or 16640 in decimal (This indicates the certificates were applied but boot manager update is pending a reboot)

 

Reboot

 

Trigger the Secure Boot Update Task Again

Task Scheduler Library → Microsoft → Windows → PI

Right-click Secure-Boot-Update → Run

Wait 30–60 seconds

 

Verify AvailableUpdates After Task Run Again

Open regedit and check: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\AvailableUpdates

Expected value after second task run: 0x4000 (16384 decimal) - fully complete.

 

Verify Certificate Update Success

Open regedit and navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\Servicing

 

Check the value of UEFICA2023Status:

 

Updated - complete

InProgress - still running, wait 30 minutes and trigger the task again

NotStarted - registry value may not have been set correctly, revisit Set AvailableUpdates Reg Key

 

Reboot again

Everything showed it was completed but I did not see the Event ID 1808 until another reboot after running the task twice

reddit.com
u/DonFazool — 27 days ago
▲ 5 r/vmware

Can someone from Broadcom notify the correct person re : interoperability matrix

It seems VMware Live Site Recovery is not in the list anymore on the interoperability matrix. I'm trying to determine if 9.04 is compatible with vCenter 8.0.3j that was just released.

Any chance someone can let the correct team know so we can get this fixed ?

Thanks !

https://interopmatrix.broadcom.com/Upgrade

reddit.com
u/DonFazool — 28 days ago
▲ 14 r/TheOCS

Coastal Cuts (Roll-X) - Victoria Cannabis Company

Hi everyone,

Been a long time lurker and found some excellent cuts from some of your reviews so I figured I should return the favor.

The nose on this is incredible as soon as you open the bag. There’s some sweetness from the cookies, a bit of funk from the Georgia Pie. Made me very excited right away.

The nugs are outstanding. Sticky and covered in trichomes.

Grinds up nice and fluffy, releasing even more of the already great smell.

It smokes well. It has a high resin content so I found I had to roll a bit looser than normal for an optimal burn and flavor / smoke experience.

I paid $103 plus tax for this for 14g.

The high was not too heavy. Functional but I could still feel it. I am a heavy smoker so duration for me was a good hour or so.

u/DonFazool — 1 month ago
▲ 28 r/vmware

I don’t think VVF is disappearing

Contrary to all the “news” we see here, it’s pretty clear to me that VVF is very much a thing moving forward.

William Lam is posting and making reference to it, there are official blogs and YouTube videos. Why go through all this effort if they’re killing it.

Now I’m looking forward to VMware Explore more than ever. Costs aside this is great news (and really I don’t care. It’s not coming out of my bank account. I can convince the company to stay with this much easier now)

https://m.youtube.com/watch?v=mf3kBsYgSeg&ra=m

u/DonFazool — 1 month ago
▲ 2 r/vmware

I have AVI setup and working fine. I created the user VMware recommends following the guide for 31.2.

It seems to be picking random datastores to deploy services engines (which is fine) but it is also selecting local storage (which is not fine at all).

I was doing ESX updates and vLCM could not put a host in maintenance mode. After digging, it was because AVI had deployed a service engine to that node's local storage.

I can't seem to find a way to tell AVI not to do this (you would think it would be smart enough to know not to do this)

Any idea?

reddit.com
u/DonFazool — 2 months ago
▲ 81 r/vmware

Looks like Broadcom updated the KB with a lot more info. Automated fixes are coming to 8.0.3

https://knowledge.broadcom.com/external/article/423893

VMware's Responsibility:

VMware is taking the lead on ensuring the presence of the Windows OEM Devices PK certificate in the virtual firmware to facilitate KEK update. Our goal is to minimize operational overhead through automated delivery mechanisms for VMs running on major ESX versions currently under General Support.

  • For newly created VMs: The Windows OEM Devices PK certificate is initialized automatically on ESX 9.x hosts. For ESX 8.x hosts, this will be initialized automatically after a planned vSphere 8.0 U3 patch is applied. (Note: This KB will be updated once that patch is available). The Microsoft 2023 KEK and DB certificates are initialized automatically on ESX 8.2 or newer hosts. (See the table above for more details).
  • For existing VMs: VMware is delivering a comprehensive solution to add the Windows OEM Devices PK certificate into the vUEFI if it is detected as missing from VMs running on ESX 8.x and 9.x hosts (starting from planned future patches). While this solution utilizes automated delivery mechanisms to minimize overhead, it will still require customer actions. (Note: This KB will be updated once the patches are available.)

Customer's Responsibility:

  • For PK updates:  Customers should execute PK update based on VMware guidance.
  • For KEK and DB updates: Customers should follow their respective OS vendor's guidance to update them natively from within the guest OS.
    • Important Risk Note: VMware's KEK/DB update methods (via the vUEFI interface or VMX configuration) can serve as a fallback. However, updating these from outside the guest OS carries the risk of breaking applications (such as triggering BitLocker recovery) for vTPM-enabled VMs, as it alters Secure Boot variables and vTPM measurements without the OS's awareness.
reddit.com
u/DonFazool — 2 months ago
▲ 9 r/vmware

Just registered. Would be fun to meet some fellow VMware folks in the community and find a drinking buddy (or three). They’re sending me alone this year.

reddit.com
u/DonFazool — 2 months ago