I'm currently working on creating a python 3.7 script that will test if some computers are running at least Windows 10 v.1803 and update them if necessary. I already have the part that checks for the version, but I don't know how - if it's even possible in the first place - to actually preform the update.
If it's not possible through python, how can I do it through something such as VBScript and call it from python?