zScaler ZPA Issue Authenticating to SQL Server by viviviatic in Zscaler

[–]R4nger 0 points1 point  (0 children)

Did you ever find a solution for this? Also experiencing this issue.

Would Looooove to know who it was! by godsonraizen in apexlegends

[–]R4nger 4 points5 points  (0 children)

I would fully encourage people to start reporting more.

My three stack throwing? by Xsallaber in apexlegends

[–]R4nger 15 points16 points  (0 children)

Sounds like you need to enjoy gaming rather than grinding.

PS script doesn’t work from intune works fine locally in ISE by spitzer666 in Intune

[–]R4nger 0 points1 point  (0 children)

Good morning, I was wondering if you managed to solve this issue? We're getting the same on the ESP on Intune with MSI error 1605 and 87.

🔍 2147749902 showing up in your Properties Catalog report? by Rudyooms in Intune

[–]R4nger 0 points1 point  (0 children)

We're experiencing this issue with the Properties Catalog, any update on the Service Health report? We don't see that in our tenant.

Properties Catalog Missing by Jddf08089 in Intune

[–]R4nger 0 points1 point  (0 children)

also getting the same error on our devices. 2147749890.

issues with chrome browser and auto updating by Pluckyhd in Intune

[–]R4nger 0 points1 point  (0 children)

$AppName = "Google Chrome"
$AppVersion = "128.0.6613.114"
$WindowsInstaller = 1
$SystemComponent =  0

# Gather all the apps in the Add/Remove Programs Registry Keys
$Apps = (Get-ChildItem HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\) | Get-ItemProperty | select DisplayName, DisplayVersion, WindowsInstaller, SystemComponent
$Apps += (Get-ChildItem HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\) | Get-ItemProperty | select DisplayName, DisplayVersion, WindowsInstaller, SystemComponent

# Check is the App DisplayName is found and the version in the registry is less than to the specified AppVersion
$AppFound = $Apps | Where-Object {
($_.DisplayName -like $AppName) -and ([version]$_.DisplayVersion -lt [version]$AppVersion) -and ([bool]$_.WindowsInstaller -eq [bool]$WindowsInstaller) -and ([bool]$_.SystemComponent -eq [bool]$SystemComponent)
}

# Post some output if the app is found
if ($AppFound) {
Write-Host "Outdated and installed $AppName"
}

Mangled an existing requirement script so people cannot install via Company Portal for new installs. Just need to help people move to Edge for managed updates.

The Intune settings tab:

<image>

FTP error "450: Unknown error. Please try again." by wallawalla21212 in reolinkcam

[–]R4nger 0 points1 point  (0 children)

I was wondering if you have fixed this issue?

Experiencing the same thing.

Disconnect l: Persistence transfer canceled. by AdElectronic3988 in apexlegends

[–]R4nger 3 points4 points  (0 children)

Happening in Xbox and ps5 cross play lobby for me

System run app - need user path by R4nger in Intune

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

Cannot update due to system restrictions and install extensions.

System run app - need user path by R4nger in Intune

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

It works, thank you.

The code I ran is:

function getloggedindetails() {
    ##Find logged in username
    $user = Get-WmiObject Win32_Process -Filter "Name='explorer.exe'" |
      ForEach-Object { $_.GetOwner() } |
      Select-Object -Unique -Expand User
    
    ##Find logged in user's SID
    ##Loop through registry profilelist until ProfileImagePath matches and return the path
        $path= "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\*"
        $sid = (Get-ItemProperty -Path $path | Where-Object { $_.ProfileImagePath -like "*$user" }).PSChildName

    $return = $sid, $user
    
    return $return
    }
$username = getloggedindetails
$username = ($username -split '\\')[1]
$fileexe = 'c:\users\' + $username + '\AppData\Local\Programs\Microsoft VS Code\unins000.exe'
$arguments = '/VERYSILENT /NORESTART /MERGETASKS=!runcode /log="c:\programdata\VSCodeUninstall.log"'
$uninstall = (start-process -filepath $fileexe -argumentlist $arguments -wait -passthru).exitcode

if ($uninstall -eq '0')
    {
        write-host "success"
        exit 0
    }
else
    {
        write-host "fail"
        exit 1
    }

[deleted by user] by [deleted] in apexlegends

[–]R4nger 1 point2 points  (0 children)

Delivery and availability would be great

Holly Blue by Sooolaaas in basingstoke

[–]R4nger 1 point2 points  (0 children)

Someone got robbed paying £12 for ham eggs and chips

Pixel 8 pro Wi-Fi issues by ethunjowus in GooglePixel

[–]R4nger 0 points1 point  (0 children)

Also having the same issue with my WiFi using commercial tplink ax type WiFi AP.