ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Force Microsoft Store apps to update

    Scheduled Pinned Locked Moved IT Discussion
    microsoft
    4 Posts 3 Posters 1.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by JaredBusch

      I've been hitting a bunch of machines lately that need updated and one thing I noted was that the Store apps were seeming to never update by themselves while I had the device.

      I could manually log in and open the Store app, and then click through to the updates and then tell it to update. But man that is a pain..

      A little searching and I found this gem. Execute this, it takes a while to return, and then the Store apps begin to update in the background immediately.

      Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod
      
      ObsolesceO 1 Reply Last reply Reply Quote 4
      • ObsolesceO
        Obsolesce @JaredBusch
        last edited by Obsolesce

        @JaredBusch said in Force Microsoft Store apps to update:

        I've been hitting a bunch of machines lately that need updated and one thing I noted was that the Store apps were seeming to never update by themselves while I had the device.

        I could manually log in and open the Store app, and then click through to the updates and then tell it to update. But man that is a pain..

        A little searching and I found this gem. Execute this, it takes a while to return, and then the Store apps begin to update in the background immediately.

        Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod
        

        Why don't you just turn on the update apps automatically option?

        There's also a policy setting.

        DashrenderD 1 Reply Last reply Reply Quote 0
        • DashrenderD
          Dashrender @Obsolesce
          last edited by

          @Obsolesce said in Force Microsoft Store apps to update:

          @JaredBusch said in Force Microsoft Store apps to update:

          I've been hitting a bunch of machines lately that need updated and one thing I noted was that the Store apps were seeming to never update by themselves while I had the device.

          I could manually log in and open the Store app, and then click through to the updates and then tell it to update. But man that is a pain..

          A little searching and I found this gem. Execute this, it takes a while to return, and then the Store apps begin to update in the background immediately.

          Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod
          

          Why don't you just turn on the update apps automatically option?

          There's also a policy setting.

          I thought that was ON by default?

          JaredBuschJ 1 Reply Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch @Dashrender
            last edited by

            @Dashrender said in Force Microsoft Store apps to update:

            @Obsolesce said in Force Microsoft Store apps to update:

            @JaredBusch said in Force Microsoft Store apps to update:

            I've been hitting a bunch of machines lately that need updated and one thing I noted was that the Store apps were seeming to never update by themselves while I had the device.

            I could manually log in and open the Store app, and then click through to the updates and then tell it to update. But man that is a pain..

            A little searching and I found this gem. Execute this, it takes a while to return, and then the Store apps begin to update in the background immediately.

            Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod
            

            Why don't you just turn on the update apps automatically option?

            There's also a policy setting.

            I thought that was ON by default?

            I assume it is. Because systems do eventually update. The key there is eventually....

            1 Reply Last reply Reply Quote 1
            • 1 / 1
            • First post
              Last post