Update New-ToastNotification.ps1

This commit is contained in:
Martin Bengtsson 2020-11-10 15:17:35 +01:00 committed by GitHub
parent 8253af7675
commit d9b0eefe84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -494,7 +494,7 @@ function Get-CMUpdate() {
1 { $EvaluationState = 'Available' }
2 { $EvaluationState = 'Submitted' }
7 { $EvaluationState = 'Installing' }
8 { $EvaluationStatet = 'Reboot' }
8 { $EvaluationState = 'Reboot' }
9 { $EvaluationState = 'Reboot' }
13 { $EvaluationState = 'Error' }
}