Windows 10 Feature Upgrades - KACE Patching
-
Patching is only for security patches, for new features or major build upgrades, you will need to use Managed Installs or Scripts - Channeler 5 years ago
-
Not currently supported, but please vote on it as a new feature if you want something other than a homemade script/install: https://kace.uservoice.com/forums/82699-sma-k1000/suggestions/19031968-support-windows-10-feature-update-installations-vi - JS_DC 5 years ago
Answers (2)
Top Answer
No those do not fall under patches you need to create an MI or script to do upgrades
Comments:
-
see my answer here for easy kscript
https://www.itninja.com/question/windows-10-build-upgrade-deployment-walkthrough-i-have-followed-this-walkthrough-but-havent-had-any-luck-with-it-working - SMal.tmcc 5 years ago
I am able to upgrade PC's this way:
1. Download the feature upgrade from Microsoft to a central location (shared drive, NAS, whatever).
2. Create a script (I used Offline)
3. Under Deploy section click Manage Operating Systems and choose Windows 10.
4. Check Allow run without a logged-in user.
5. Task 1 under Verify I have it Run a batch file...
a. Script Name - Windows 1803 Upgrade (or whatever)
b. Batch file: \\filepath\setup.exe /auto upgrade /installfrom \\filepath\sources\install.wim /dynamicupdate disable
c. Check box for Wait for completion
d. Check box for Visible (I only checked this so I can view progress)
6. Save and Test.
7. Be careful running multiple computers as this will take up bandwidth on your network.
Good luck!