Skip to content

Commit

Permalink
Changed message text
Browse files Browse the repository at this point in the history
  • Loading branch information
robsmi-msfte authored and tmmuessig committed Aug 29, 2022
1 parent 97276c9 commit 60a9465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows_VDOT.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ PROCESS {
Write-EventLog -Message "No Optimizations (Optimizations or AdvancedOptimizations) passed, exiting script!" -Source 'VDOT' -EventID 100 -EntryType Error -LogName 'Virtual Desktop Optimization'
$Message = "`nThe Optimizations parameter no longer defaults to 'All', you must explicitly pass in this parameter.`nThis is to allow for running 'AdvancedOptimizations' separately "
Write-Host " * " -ForegroundColor black -BackgroundColor yellow -NoNewline
Write-Host " Breaking Change " -ForegroundColor Yellow -BackgroundColor Red -NoNewline
Write-Host " Important " -ForegroundColor Yellow -BackgroundColor Red -NoNewline
Write-Host " * " -ForegroundColor black -BackgroundColor yellow -NoNewline
Write-Host $Message -ForegroundColor yellow -BackgroundColor black
Return
Expand Down

0 comments on commit 60a9465

Please sign in to comment.