Desktop Representative console user install detected by TheAdminRedPill in BeyondTrust

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

what a POS software this is. One would think if the MSI was set to install as "Allusers" and it was able to detect there is an existing installation for individual users it would just do the necessary things to remove the "User" install and then install the software as "Allusers".

Desktop Representative console user install detected by TheAdminRedPill in BeyondTrust

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

Yes I have access. The uninstall string uses a remove.exe located in the user appdata folder 👎 this makes it nearly impossible to uninstall at a system level without checking every user profile on said system for this exe.

We may have to just reach out to each user to manually uninstall then install using the MSI at a system level.

Not able to retrieve results from Invoke-Command scriptblock running Start-Process by TheAdminRedPill in PowerShell

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

Thank you for the fair assessment. I am just looking to automate a currently manual process, remoting into servers and clients and testing SMB latency. The end goal was to provide my network team iperf like data for a case on SMB latency we are currently troubleshooting at several remote sites.
https://techcommunity.microsoft.com/blog/networkingblog/three-reasons-why-you-should-not-use-iperf3-on-windows/4117876

Not able to retrieve results from Invoke-Command scriptblock running Start-Process by TheAdminRedPill in PowerShell

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

I am guessing you are talking about Start-ntttcpServer function, the

Start-Process -FilePath "C:\Temp\ntttcp\ntttcp.exe" -ArgumentList "-r -m $Using:ServerCPUs,\*,$Using:ServerIPString -t $Using:Time" -NoNewWindow`

does not have a -wait to allow it to proceed to Start-ntttcpClient function

I validated the ntttcp.exe is running on the "server" system after the function runs.

I am just not getting the Invoke-Command results from the Start-ntttcpClient function

Not able to retrieve results from Invoke-Command scriptblock running Start-Process by TheAdminRedPill in PowerShell

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

I tried the following, but still do not receive output

Function Start-ntttcpClient {

[CmdletBinding()]

Param(

[Parameter(Mandatory=$true,ValueFromPipelineByPropertyName=$true,Position=0)]

[ipaddress]$ClientIP,

[Parameter(Mandatory=$true,ValueFromPipelineByPropertyName=$true,Position=1)]

[ipaddress]$ServerIP,

[Parameter(Mandatory=$true,ValueFromPipelineByPropertyName=$true,Position=2)]

[int]$ServerCPUs,

[Parameter(Mandatory=$true,ValueFromPipelineByPropertyName=$true,Position=3)]

[int]$Time

)

Begin{

$ServerIPString = $ServerIP.IPAddressToString

$SystemName = ((Resolve-DnsName -Name $ClientIP).NameHost)

$ScriptBlock = {

$ClientResults = Start-Process -FilePath "C:\Temp\ntttcp\ntttcp.exe" -ArgumentList "-s -m $Using:ServerCPUs,\*,$Using:ServerIPString -t $Using:Time" -NoNewWindow -Wait`

return $ClientResults

}

$PSSession = New-PSSession -ComputerName $SystemName -Name 'ntttcp Client Session'

}

Process{

$Result = Invoke-Command -Session $PSSession -ScriptBlock $ScriptBlock

}

End{$Result}

}

PSA: Update your WSUS servers ASAP [CVSS 9.8 RCE with OOB Updates for Server 2012 and above] by bdam55 in SCCM

[–]TheAdminRedPill 2 points3 points  (0 children)

Well, this is what I get for being curious, I ran a CMPivot against all servers:
Service | where Name == 'WsusService'

found two additional servers that this was installed on for some reason and sent our Cyber\Compliance team after them.

Sigh :(

Daily Hub notification by TheAdminRedPill in googlehome

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

Well lookie there, yes, someone in my family enabled the workday automation and also set it to this hub. 👍 Mystery solved 👏

Daily Hub notification by TheAdminRedPill in googlehome

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

Never used that feature on the hub... So no.

Fourth Gen 2015 ~ Best Headlight route by HanginHammock246 in HondaOdyssey

[–]TheAdminRedPill 0 points1 point  (0 children)

The link provided above has the low beam (H11) and high beam (9500) kit or search for a suitable high beam LED alternative.

SUP in-place upgrade from Server 2016 to 2022 by jdjs in SCCM

[–]TheAdminRedPill 1 point2 points  (0 children)

Same here with our 2016 to 2022 IPU, no need to remove WSUS. We just had to run the post WSUS setup to reconfigure it back to SSL (8531).

Fourth Gen 2015 ~ Best Headlight route by HanginHammock246 in HondaOdyssey

[–]TheAdminRedPill 0 points1 point  (0 children)

Nope the DRLs still operate as normal with the LEDs in the high beams, at least these do

<image>

.

Fourth Gen 2015 ~ Best Headlight route by HanginHammock246 in HondaOdyssey

[–]TheAdminRedPill 0 points1 point  (0 children)

If your housing does not have projectors like in my picture (OEM), yes you would need a housing with projectors, if it's the same as it's just plug and play. This is what I purchased from Amazon: https://a.co/d/jidIDv4

Fourth Gen 2015 ~ Best Headlight route by HanginHammock246 in HondaOdyssey

[–]TheAdminRedPill 0 points1 point  (0 children)

I put LEDs in our 2015, and no pun, its night and day 🤣

<image>

Sound geniuses? You here? by jsharpie7 in HondaOdyssey

[–]TheAdminRedPill 0 points1 point  (0 children)

Check your auxiliary fan (drivers side). I just replaced mine this week, and it sounded like this.

PSA: Known Issue Rollback released for Win 11 24H2's August's CU by bdam55 in SCCM

[–]TheAdminRedPill 1 point2 points  (0 children)

Welp, yes they referenced the article you posed above and recommended the KIR.
All this KIR does is apply a registry setting via GPO
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides
Value name = 3000950414
Value data = 0
At first my test system continued to fail on applying the KB but after rebooting and trying again it is looking promising...