- Code: Select all
Invoke-Command -ScriptBlock {C:\wsusoffline\cmd\DownloadUpdates.cmd w61-x64 glb /includewddefs /nocleanup /verify}
Invoke-Command -ScriptBlock {C:\wsusoffline\cmd\DownloadUpdates.cmd w63-x64 glb /includewddefs /nocleanup /verify}
Invoke-Command -ScriptBlock {C:\wsusoffline1\cmd\DownloadUpdates.cmd o2k10 enu /nocleanup /verify}
Invoke-Command -ScriptBlock {C:\wsusoffline1\cmd\DownloadUpdates.cmd o2K13 enu /nocleanup /verify}
CMD Line functionality does not seem to be well documented. First i am looking to find out if this is the proper method calling each product separately or if this can be done with one command. Secondly this does not seem to download OFC GLB updates which are a majority of the updates for office. However there is no GLB language switch. If I run Office 2010 or 2013 ENU from the GUI both ENU and GLB updates are downloaded.
Very awesome product that i'm excited to get a better understanding of, just working to automate my image patching as much as possible. Thanks for any help in advance.