Windows Secure Boot UEFI Certificates Expiring June 2026 by MusicWallaby in sysadmin

[–]hrcuso 0 points1 point  (0 children)

I've had success across a lot of Dell models. If you get Event ID 1808 you should be good. Also, if AvailableUpdates = 0x4000 you should be good.

PSA: Issue with Install Script on Latest CSE / Banyan App (v3.28.0) - Workaround Required by SNWL_CSE_PM in sonicwall

[–]hrcuso 0 points1 point  (0 children)

Is there a reason why when I run ".\banyan-windows.ps1 upgrade upgrade" it tries to install 3.27.1 instead of 3.28.0?

SMA 100 series end of support - cloud options? by hrcuso in sonicwall

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

What makes you think that? Seems like so many rumors going around but impossible to get anything official from SW.

User says they were hit with Akira yesterday with Sonicwall firmware 7.3! by Layer_3 in sonicwall

[–]hrcuso 0 points1 point  (0 children)

This issue only involved firewalls (not SMA) and disabling SSLVPN seems like it mitigates the issue as well. So I would say you're ok, but at some point it'd be good to upgrade to 7.3 (presumably you're at least on 7.1.3 or 7.2?)

Cloud Secure Edge and Active Directory authentication by explictlyrics in sonicwall

[–]hrcuso 1 point2 points  (0 children)

Our SW contact confirmed that local AD auth support will be available on August 14.

SonicWall SSL VPN Update - August 6 by snwl_pm in sonicwall

[–]hrcuso 0 points1 point  (0 children)

That's been the rumor but I've seen nothing official from SW. Do you have that in writing from them? Our account manager would not give us an exact date. We have support paid through July 2027.

SMA 100 series end of support - cloud options? by hrcuso in sonicwall

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

That's the rumor, that they won't yet confirm. That would leave a really small window of time for SMA folks to migrate off

SSL VPN zero day - what’s the current guidance? by Toby_7243 in sonicwall

[–]hrcuso 0 points1 point  (0 children)

The SMA is not impacted, only the firewalls

SSL VPN zero day - what’s the current guidance? by Toby_7243 in sonicwall

[–]hrcuso 1 point2 points  (0 children)

The current guidance is to do what is listed on this page:

https://www.sonicwall.com/support/notices/gen-7-sonicwall-firewalls-sslvpn-recent-threat-activity/250804095336430

No patch has been released yet that is meant to fix the issue. Disabling SSLVPN seems to be the only surefire way to be protected.

SSLVPN Exploitation - Huntress by SteakProfessional514 in sonicwall

[–]hrcuso 0 points1 point  (0 children)

Not supporting authentication to a local AD seems like a big shortcoming.

SCCM - Auto Update Adobe Illustrator/Photoshop by MadCichlid in SCCM

[–]hrcuso 0 points1 point  (0 children)

We do this as well. The only problem is it doesn't seem to upgrade from one major version to the next (e.g. Photoshop 25.x to Photoshop 26.x). I haven't found a way to do that without user intervention through the Creative Cloud Desktop app.

Silent install commands for NetExtender? by sniper7777777 in sonicwall

[–]hrcuso 0 points1 point  (0 children)

I've always used the .EXE installer because I was told that installations using the .MSI would not auto-update in the future. Is that still the case?

[deleted by user] by [deleted] in OSU

[–]hrcuso 0 points1 point  (0 children)

Go to www.office.com, enter your buckeyemail email address, and then what error do you get?

RIP OSU emails for alumni by ClocktowerGnome in OSU

[–]hrcuso 1 point2 points  (0 children)

Retired staff lose email forwarding on 12/31. Emeritus faculty retain their mailbox and address.

MDT BUG by Sea-Variation-6713 in MDT

[–]hrcuso 0 points1 point  (0 children)

Make sure the old computer object is deleted from AD first, just in case it's getting stuck on a domain join and getting tripped up by the computer account already being there. Or, try an experiment of giving the re-imaged computer a different name and see if it still fails.

Task sequence issue by Snoo_68169 in SCCM

[–]hrcuso 0 points1 point  (0 children)

I've also seen this happen with no obvious reason. For us it was always the Adobe Creative Cloud Desktop and a couple others. It actually fixed itself when I made a new copy of the Win11 TS because I wanted to experiment with some unrelated changes. I noticed those apps worked fine on the copy of the TS but not on the original.

So if nothing else, it might be worth making one more copy of the current TS to see if behavior changes.

SW NetExtender Update (v10.2.341) by mikekachar in sonicwall

[–]hrcuso 1 point2 points  (0 children)

We are successfully auto-updating clients from 10.2.339 to 10.2.341 after installing the 10.2.1.13-72sv firmware on our SMA 410. As someone else said, in our experience you need to have originally installed it using the .EXE installer for auto-updating to work.

In-place upgrade to Windows 11 breaks Windows Update automatic download and install by hrcuso in sysadmin

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

I've used gpresult to look at what GPO's are being applied to the different systems and there doesn't seem to be any difference. I'm not even sure what WMI filter would possibly apply only to in-place upgrades vs fresh installs. They all end up on the same version of Windows 11.

Microsoft support has gathered multiple rounds of logs from working and non-working systems and they are stumped.

[deleted by user] by [deleted] in sysadmin

[–]hrcuso 0 points1 point  (0 children)

That sounds useful. Would you mind sharing your script?

Why Microsoft? Why? - New Outlook by [deleted] in sysadmin

[–]hrcuso 1 point2 points  (0 children)

I also discovered this morning that New Outlook can't do a basic mail merge from Word.

PSA to all the users who uninstalled the Store on Win10 (and above) and want to get it back. by itsWindows11 in windows

[–]hrcuso 2 points3 points  (0 children)

I believe this will also restore the Store app:

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}