You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get the EXE instead of the CAB file?
As a completely arbitrary example: Get-KbUpdate -Name 4475581 -Architecture x64| | Save-kbUpdate gives me outexum-x-none_e8ab5447914a1b73ab716f326f65dc8a060e6905.cab, but in this example, what I actually want is the file I would get if I downloaded it from here -> https://www.microsoft.com/en-us/download/details.aspx?id=105356, which is outexum2016-kb4475581-fullfile-x64-glb.exe.
The text was updated successfully, but these errors were encountered:
Is there a way to get the EXE instead of the CAB file?
As a completely arbitrary example:
Get-KbUpdate -Name 4475581 -Architecture x64| | Save-kbUpdate
gives me outexum-x-none_e8ab5447914a1b73ab716f326f65dc8a060e6905.cab, but in this example, what I actually want is the file I would get if I downloaded it from here -> https://www.microsoft.com/en-us/download/details.aspx?id=105356, which is outexum2016-kb4475581-fullfile-x64-glb.exe.The text was updated successfully, but these errors were encountered: