-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Install specific KB from a repository Path #191
Comments
That was my expectation as well! 😱 I'll take a look at this tonight. |
I think this may just impact localhost + kb. When I do this, it's not supposed to say
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
Get-KbNeededUpdate
combined withSave-KBUpdate
I was able to create a specific repository to store the required update files. I proceeded to attempt to install a specific update using the repository, but all update files found in the repository were found.Install-KbUpdate -HotfixId KB5017263 -RepositoryPath C:\playground\ -ComputerName localhost
performed the following actions:However, I was expecting just:
The text was updated successfully, but these errors were encountered: