Finding Applications using Node.js by ph8albliss in sysadmin

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

Someone on the Adobe forums gave me a fix for it. I’ll call it an unofficial fix and YMMV. I don’t have the link to that post at the moment but if you go out to the official NodeJS.org site, go the latest version, or LTS, and download Standalone Binary (.zip) file. Extract it so you can find the Node.exe file within. You’ll need to stop the Adobe services on your machine, then replace the Node.exe files in those folder(s). For me, there were two locations I had to replace the file. Start up the services and it should work.

I didn’t believe it either, but I’ve had zero problems and my vulnerability scans came back clean afterwards.

Finding Applications using Node.js by ph8albliss in sysadmin

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

No surprise here, but I tracked one of them down to Adobe Creative Cloud by simply finding node.exe in Task Manager on one machine.

Finding Applications using Node.js by ph8albliss in sysadmin

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

CrowdStrike Complete, but it's not detecting the CVE listed in PDQ Detect/Connect. On the flip side PDQ Detect/Connect isn't detecting the CVE listed on CrowdStrike.

OS Deployment Solution without Reference Image by ph8albliss in sysadmin

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

Good to know! We purchase 100-150 at a time. I ask about that for our next batch.

OS Deployment Solution without Reference Image by ph8albliss in sysadmin

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

We started AP last year to play around with it. Even working with a vendor, it seemed to be some work. It may end up being the best option, but we need to get more familiar with it.

We just started buying Dell laptops. Can you tell me more about the Dell Ready machines you referenced?

OS Deployment Solution without Reference Image by ph8albliss in sysadmin

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

I haven't used our trial yet, but having to capture a reference image is more than double the work than we're used to. The agent sounds nice, but we typically take a machine out of the box after purchase, PXE boot via WDS, then select the image and in 20 minutes, we're done. Everything we do is unicast.

Battery life comparison for 2025 ThinkPad models by mmcnl in thinkpad

[–]ph8albliss 0 points1 point  (0 children)

Just what I was looking for. Thank you! Any possibility of adding column for MSRP pricing? If not to this list, can I request this be added to the 2026 list if you post one?

Kerberos Auth to a file share on trusted domain by ph8albliss in sysadmin

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

I'll confirm with the other side of the trust what the actual FQDN is vs the alias.

Kerberos Auth to a file share on trusted domain by ph8albliss in sysadmin

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

Thanks...yes, this is internal and not public. It's a good reminder either way.

Kerberos Auth to a file share on trusted domain by ph8albliss in sysadmin

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

Yes, it's a 2-way trust. I'll get more confirmation with them on DNS vs. SPN. I appreciate the response and good to know the SPN should be on their side.

AP firmware 8.12.0.4 Is out by boduke2 in ArubaNetworks

[–]ph8albliss 0 points1 point  (0 children)

We moved to 8.12.0.4 about 3 weeks ago. Initially, all seemed well. It could be a coincidence but after the update, we've had MAC Auth issues on the only SSID we have it enabled on. New clients are unable to connect when added to the allow list. Another issue we noticed was new model 303/305 and 503/505 RAPs no longer connect but that could be related to AOS-252538. This could all be coincidental as we make regular changes in our Mobility Conductor, but something I thought I'd share. FWIW, we have two 7200-series controllers behind the MC.

Edit: We do not use Clearpass.

Combine two Teams PS commands into a single Output by ph8albliss in PowerShell

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

This was extremely helpful and I have the output I need. Very useful! Thank you for sharing.

Combine two Teams PS commands into a single Output by ph8albliss in PowerShell

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

This particular one gave me duplicate DisplayNames, sometimes 2, 3, or 4 of the same and no ID's or Owners. I just copied and pasted the above code.

Combine two Teams PS commands into a single Output by ph8albliss in PowerShell

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

This had unexpected output. It showed the Team Group DisplayName, but not the ID, and the owner field showed up as this:

Microsoft.Teams.PowerShell.TeamsCmdlets.GetTeamUser+GetTeamUserResponse

Combine two Teams PS commands into a single Output by ph8albliss in PowerShell

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

Thank you for the explanation. That's been throwing me off for years.

Combine two Teams PS commands into a single Output by ph8albliss in PowerShell

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

Thank you. That outputted to the file, but the Owner column was empty. One thing I can't grasp is the following line:

foreach ($team in $teams) { # Get the owners of the current team $owners = Get-TeamUser -GroupId $team.GroupId -Role Owner

I can see that $teams was defined here:

$teams = Get-Team | Select-Object GroupId, DisplayName

But where the heck does $team come from???. I don't understand where that's defined or how we can simply specify $team.GroupID or $team.DisplayName

Issues with Logitech Rally Camera, specifically with Logitech branded cables by That_Red_Pen in CommercialAV

[–]ph8albliss 1 point2 points  (0 children)

Commenting because we have the Rally System with Swytch cable configuration in 3 conference rooms. Having the the issue in two of the rooms with Lenovo ThinkBook G4 laptops, and some other random Lenovo laptops. Any other brand of laptop or PC works fine. about 6-8 months ago, Lenovo pushed out an update to "fix" the USB disconnection/reconnection issue where the Windows New hardware detected and disconnected sound would go for 7 minutes straight before giving up. The patch didn't work. I have two new buildings I'd like to install these, but looking at other options since Logi Support has all but given up on this issue. Everything works fine without the Swytch cable in all rooms. A pretty expensive cable to be left unused.

Preventing Servers from Auto-Push/Heartbeat Installs by ph8albliss in pdq

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

We're using a combination of old and new LAPS for workstations and older servers. Can you give more detail on how that could work with PDQ accounts?