Intune: What is Retire / Wipe / Delete / Fresh Start / Autopilot Reset – Cloud Identity – Modern IT
MSI, App-V, SCCM, Appsense, Citrix. This blog contains hints and tips on these technologies. Primarily it is an online notebook of items that I may need to refer to in the future, or things I constantly forget!
$Shell = New-Object -ComObject Shell.Application
$Shell.open("intunemanagementextension://syncapp")
also
Issue a restart for the Microsoft Intune Management Extension windows service.
https://oliverkieselbach.com/2020/11/03/triggering-intune-management-extension-ime-sync/
use this command to locate the suspect package name
DISM /online /Get-Packages
identify the target package from the listed output then use this command to remove it
DISM /online /Remove-Package /PackageName:<PackageName(Identity)>