Skip to content

Commit ebce398

Browse files
dgiesselbachtmmuessig
authored andcommitted
Update Windows_VDOT.ps1
change -EntryType Error back to Information
1 parent 155dcf8 commit ebce398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Windows_VDOT.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ PROCESS {
592592
}
593593
Else
594594
{
595-
Write-EventLog -EventId 80 -Message "Error: Creating Name $($Key.RegItemValueName), Value $($Key.RegItemValue) and Path $($Key.RegItemPath)" -LogName 'Virtual Desktop Optimization' -Source 'LGPO' -EntryType Error
595+
Write-EventLog -EventId 80 -Message "Error: Creating Name $($Key.RegItemValueName), Value $($Key.RegItemValue) and Path $($Key.RegItemPath)" -LogName 'Virtual Desktop Optimization' -Source 'LGPO' -EntryType Information
596596
Write-Verbose "Error: Creating Name $($Key.RegItemValueName), Value $($Key.RegItemValue) and Path $($Key.RegItemPath)"
597597
New-Item -Path $Key.RegItemPath -Force | New-ItemProperty -Name $Key.RegItemValueName -PropertyType $Key.RegItemValueType -Value $Key.RegItemValue -Force | Out-Null
598598
}

0 commit comments

Comments
 (0)