Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING SCCM detection method 0x87D00324(-2016410844) even when true

  • Thread starter Thread starter lcwolfman
  • Start date Start date
  • Replies Replies 1
  • Views Views 5K

lcwolfman

New Member
Messages
3
Reaction score
0
Points
1
Evening,

Have two deployments returning 0x87D00324(-2016410844) for most but not all systems. The deployment is a APPX app using PowerShell. When I run the detection method in PowerShell it returns true as the app is installed already on my test system but still shows 0x87D00324(-2016410844) in Software Center.

The script for detection is:
$HEVCDetect = (Get-AppxPackage -Name "Microsoft.HEVCVideoExtension")
if ($HEVCDetect) {
return $true
}

As mentioned running manually returns true so I am not sure what is going on. Also just changed the detection method to just write-host "Test" to test and it also returns the same error.

Thanks in advance for any help.
 

Forum statistics

Threads
7,165
Messages
27,965
Members
18,261
Latest member
ChaseMcFadden

Trending content

Back
Top