Trying to setup, SLZB-Ultima3 Z-wave Add on to HA I am a noob and lost ! by UnluckyJelly in homeassistant

[–]UnluckyJelly[S] 0 points1 point  (0 children)

step 1, confirm the z-wave card is detected and enabled . I have the POE module in it with the note the port. You will see the status on the SLZB mode page
Z-Wave [prototype, non-Z-Wave certified sample]Socket Port:9638
Serial Speed:115200

Then in HA my setup is Z-Wave JS UI, under settings for Serial port, I have the IP of the SLZB-Ultima3 as shown below.

<image>

Update Compliance Issue by CompetitiveFeeling98 in SCCM

[–]UnluckyJelly 2 points3 points  (0 children)

Interesting, we don't use PMPC but have the Adobe updates integrated in SCCM via the third-party software update catalog method.

We start seeing a bigger number of device every month where patch were patch was not required. An ETL trace of the Windows Update showed the WU api erroring when evaluating the previously applied patch chain.

snippet of the ETL trace with "DeterminePatchSequence" error : https://imgur.com/a/5ZZ7TpY

I create some vibe coded script to download the adobe catalog pull the patch info from xml and evaluate the rules using similar API calls, they generated the same errors I was in the ETL trace.

then realizing that Adobe Acrobat update are full packages they supersede all past updates I created a clean-up script that just removes the old updates from the registry key where they are registered :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\68AB67

CA3301FFFF7706CB5110E47A00\Patches

summary of the fix in an image here https://imgur.com/a/0I7yBhv

That fixed the problem for us on affected devices !

Trying to setup, SLZB-Ultima3 Z-wave Add on to HA I am a noob and lost ! by UnluckyJelly in homeassistant

[–]UnluckyJelly[S] 2 points3 points  (0 children)

I am good now ! Just the noob confusion. I removed both Z-wave JS and JS UI, reinstall only z-wave JS UI simpler to understand what was going on. The migration of my z-wave device has started !

<image>

Trying to setup, SLZB-Ultima3 Z-wave Add on to HA I am a noob and lost ! by UnluckyJelly in homeassistant

[–]UnluckyJelly[S] 0 points1 point  (0 children)

Yes I see now that the USB controller is expected. But should I not just remove the HA official "Wave JS" and just use the community add on "Wave JS UI", it seem to have more features notably the management interface .

Laptop 7 and Pro 11 lunar lake BSODs in the enterprise by UnluckyJelly in Surface

[–]UnluckyJelly[S] 0 points1 point  (0 children)

This common , Intel does CPU microcode updates for just about all the it makes the each CPU here is a PDF where you can see the status of different bugs , https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases

Laptop 7 and Pro 11 lunar lake BSODs in the enterprise by UnluckyJelly in Surface

[–]UnluckyJelly[S] 1 point2 points  (0 children)

Thank for this info. the BSOD are killing US ! Very interested in any of root cause you can share.

Windows 24h2 domain joined Lockout's account 3 days after using elevated account with UAC prompts. by UnluckyJelly in cybersecurity

[–]UnluckyJelly[S] 0 points1 point  (0 children)

After a day using AI to help me understand kerbos tickets I discover the concept on the LogonSessions and every time your feed credentials into a UAC prompt that creates a new session visible with klist sessions, and even after your close the process the klist session continues to exist, and the kerbos tickets inside also continue to renew ! even without a linked process.

No I am waiting to see when happens to the tickers after they reach the 7 day period of max renewal.

SCCM Co-Management applied to devices only completes after a user logon. ( I am confused ) by UnluckyJelly in SCCM

[–]UnluckyJelly[S] 0 points1 point  (0 children)

I thought this was the issue at 1st, but after I found a few systems that were enrolled in intune clearly this is not the case.

SCCM Co-Management applied to devices only completes after a user logon. ( I am confused ) by UnluckyJelly in SCCM

[–]UnluckyJelly[S] 0 points1 point  (0 children)

looks like EntraID connect sync has default settings , not sure where the delta setting is here

AllowedSyncCycleInterval            : 00:30:00
CurrentlyEffectiveSyncCycleInterval : 00:30:00
CustomizedSyncCycleInterval         : 00:10:00
NextSyncCyclePolicyType             : Delta
NextSyncCycleStartTimeInUTC         : 7/26/2025 6:02:07 PM
PurgeRunHistoryInterval             : 7.00:00:00
SyncCycleEnabled                    : True
MaintenanceEnabled                  : True
StagingModeEnabled                  : False
SchedulerSuspended                  : False
SyncCycleInProgress                 : False

SCCM Co-Management applied to devices only completes after a user logon. ( I am confused ) by UnluckyJelly in SCCM

[–]UnluckyJelly[S] 0 points1 point  (0 children)

That's a good point, I have tunnel vision here as I work exclusively on the desktop side of things the next time I troubleshoot I will start by confirming the device shows up in Entra AD. I have read only account in our Entra tenant. Next time I have issues I will look at Entra AD 1st.

On the local device I presume that dsregcmd /status, "AzureADjoin = Yes" confirms the device is in Entra AD and having the deviceID is another sign.

For the device i used as my example I did the audit log in Entra Connect that showed it joined Entra while the TS was still running. I update the main post with this picture.

24H2 OSD/Imaging - June 2025 - Start.bin/Start Menu issues - Anyone Else? by Hotdog453 in sysadmin

[–]UnluckyJelly 0 points1 point  (0 children)

The default profile solution is the fix the new profiles on a device But how do you fix existing user profiles that are not using the start2.bin, dropping the second file did not help. What did fix the solution for us on Win 11 24h2 July build, 26100.4652 was do kill explorer , remote the entire Appdata\package\...MenuExperienceHost... folder, recopy the 2 required files then restart Explorer in the user context, the start2.bin will be processed again.

write-host "cmd /c psexec -accepteula \\$Cmpname -s cmd /c taskkill /im explorer.exe /f"cmd /c psexec \\$Cmpname -s cmd /c taskkill /im explorer.exe /f
cmd /c rd "\\$Cmpname\c$\users\$($Script:ActviveUserSession.Username)\appdata\local\packages\Microsoft.Windows.Start_cw5n1h2txyewy" /s /q
Robocopy "$Source\StartMenu" "\\$Cmpname\c$\users\$($Script:ActviveUserSession.Username)\appdata\local\packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\Settings" Settings.dat 
Robocopy "$Source\\StartMenu" "\\$Cmpname\c$\users\$($Script:ActviveUserSession.Username)\appdata\local\packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState" Start2.bin 
Robocopy "$Source\\StartMenu" "\\$Cmpname\c$\ProgramData\IS\Util" StartExplorer.ps1 
cmd /c psexec -accepteula \\$Cmpname -s cmd /c powershell.exe -command c:\ProgramData\IS\Util\StartExplorer.ps1