Force update Micosoft Store Apps ?

Amit Chowrasia 6 Reputation points
2022-04-02T19:01:39.077+00:00

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
{count} votes

2 answers

Sort by: Most helpful
  1. EckiS 916 Reputation points
    2022-04-03T14:11:15.287+00:00

    Then there is no newer version.


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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.