Skip to content
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

xWindowsUpdate does not reboot when exitcode indicates a reboot #2

Open
TravisEz13 opened this issue Apr 22, 2015 · 1 comment
Open
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.

Comments

@TravisEz13
Copy link
Contributor

Repro Steps

Get-Process -Name wmip* | Stop-Process -Force
configuration foo
{
import-dscresource -modulename xwindowsupdate
xHotFix bar
{
Path = 'http://download.microsoft.com/download/0/1/C/01CD1394-5649-4129-B284-A62F87E31E9E/Windows8.1-KB3013816-x64.msu'
Id = '3013816'
Ensure = 'Present'
}
}
foo
Start-DscConfiguration .\foo -Wait -Verbose -Force

Expected

If the update is not installed, installing the update will require an update. DSC should indicate a reboot is required

Actual

The resource does not indicate to dsc an reboot is required

@kwirkykat kwirkykat added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. labels Aug 19, 2016
@gigi81
Copy link

gigi81 commented Jan 26, 2017

I'm having the same issue with version 2.3.0 of the module.
The server is not rebooted after the hotfix is applied.
Logging in into the server I get the notification that the server requires a reboot because of an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

3 participants