pull/109/head
romanitho 2022-06-15 13:23:32 +02:00
parent d767724f21
commit a49cea4b04
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function Invoke-PostUpdateActions {
}
#Fix Notif where WAU_NotificationLevel is not set
$regNotif = Get-ItemProperty $regPath -Name WAU_NotificationLevel -ErrorAction SilentlyContinue
if (!$regNotif){
if (!$regNotif) {
New-ItemProperty $regPath -Name WAU_NotificationLevel -Value Full -Force
#log