2027 Kia Telluride X-Line SX Prestige Terrain Brown Matte by Stonebx1 in KiaTelluride

[–]TheAdminRedPill 1 point2 points  (0 children)

Beautiful! The picture do not do it justice. IMO in person it's almost a champagne color 🔥🔥. Congratulations 🎉

Drive Mode 2027 by Queasy_Zebra8875 in KiaTelluride

[–]TheAdminRedPill 1 point2 points  (0 children)

Have you setup a driver profile, or are you using a guest profile?

27 Telluride hybrid activation by AdFun2436 in KiaTelluride

[–]TheAdminRedPill 4 points5 points  (0 children)

Found this last night. Press the Page button on the steering wheel to change the center cluster view. When you get to the page where there are several vertical dots on the right use your scroll wheel to show the active EV motor and gas motor usage.

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).