Prerequisites
Steps to reproduce
N/A
Actual behavior
On this line in PowerShell/assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1, "Automatic" is spelled wrong, as Autmatic
|
Write-Verbose -Verbose "Opting into Microsoft Update as the Autmatic Update Service" |
Also as @mklement0 pointed out there's a typo on this line in the comments too, it should say predefined:
|
# This registers Microsoft Update via a predifened GUID with the Windows Update Agent. |
Expected behavior
Update the line to say:
Write-Verbose -Verbose "Opting into Microsoft Update as the Automatic Update Service"
Prerequisites
Steps to reproduce
N/A
Actual behavior
On this line in
PowerShell/assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1, "Automatic" is spelled wrong, asAutmaticPowerShell/assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1
Line 27 in 11eeae9
Also as @mklement0 pointed out there's a typo on this line in the comments too, it should say
predefined:PowerShell/assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1
Line 20 in 11eeae9
Expected behavior
Update the line to say: