We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mgajda83
Get-WindowsUpdate vs Download-WindowsUpdate vs Install-WindowsUpdate command - explanation
Please explain and provide the differences between them.
From what I understand, if I want to download all available drivers at once and install them at the same time, I don't have to use:
Get-WindowsUpdate
later
Download-WindowsUpdate
and at the end:
Install-WindowsUpdate
All I need is the main "Install-WindowsUpdate" with the appropriate switches, right?
Because I understand that Get-WindowsUpdate only shows what is available and checks it?
And Download-WindowsUpdate only downloads but does not install?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@mgajda83
Get-WindowsUpdate vs Download-WindowsUpdate vs Install-WindowsUpdate command - explanation
Please explain and provide the differences between them.
From what I understand, if I want to download all available drivers at once and install them at the same time, I don't have to use:
later
and at the end:
All I need is the main "Install-WindowsUpdate" with the appropriate switches, right?
Because I understand that Get-WindowsUpdate only shows what is available and checks it?
And Download-WindowsUpdate only downloads but does not install?
The text was updated successfully, but these errors were encountered: