ITGuyNW Posted November 28, 2023 Posted November 28, 2023 Hi all Anyone know a way of setting Microsoft store updates to run automatically after imaging either through MDT or maybe powershell command?
mavhc Posted November 28, 2023 Posted November 28, 2023 Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod 1
ITGuyNW Posted November 28, 2023 Author Posted November 28, 2023 Cheers. It seems to check and download them but not update. Wonder if its a GPO setting or a further powershell command needed.
NeoNebula Posted November 30, 2023 Posted November 30, 2023 I've tried to do it once on my friend's computer. Basically, to automate Microsoft Store app updates after imaging through MDT or using PowerShell, you can do the following:If you're using Group Policy in your organization, you can configure it to automatically update Microsoft Store apps. This is done through the Computer Configuration -> Administrative Templates -> Windows Components -> Store settings.
Lxshm Posted January 15, 2024 Posted January 15, 2024 doesnt help really, it set to default if not configured to download updates, but i've noticed when automatic windows updates configured the store updates come up eventually, not as fast as i would like!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now