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
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.
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
The text was updated successfully, but these errors were encountered: