Then there is no newer version.
Force update Micosoft Store Apps ?
HI,
Is there any way to force update specific store app like 3D paint ? i tried below code but was not able to see any result
Any way to update will be helpful Sctask or script
$namespaceName = "root\cimv2\mdm\dmmap"
$className = "MDM_EnterpriseModernAppManagement_AppManagement01"
$wmiObj = Get-WmiObject -Namespace $namespaceName -Class $className
$a=$wmiObj.UpdateScanMethod()
$a
__GENUS : 1
__CLASS : __PARAMETERS
__SUPERCLASS :
__DYNASTY : __PARAMETERS
__RELPATH : __PARAMETERS
__PROPERTY_COUNT : 1
__DERIVATION : {}
__SERVER : a2289820400000C
__NAMESPACE : ROOT\cimv2\mdm\dmmap
__PATH : \a2289820400000C\ROOT\cimv2\mdm\dmmap:__PARAMETERS
ReturnValue : 0
PSComputerName : a2289820400000C
Windows for business | Windows Client for IT Pros | User experience | Other
2 answers
Sort by: Most helpful
-
-
EckiS 916 Reputation points
2022-04-04T13:34:20.36+00:00 after testing for myself: I can reproduce that store apps do not update via winget.
I previously only tested with normal apps: this works.
Sorry for the confusion.