Best wishes to you all, and have a great 2023!

while ($true) { foreach ($color in ("Black", "Blue", "Cyan", "DarkBlue", "DarkCyan", "DarkGray", "DarkGreen", "DarkMagenta", "DarkRed", "DarkYellow", "Gray", "Green", "Magenta", "Red", "White", "Yellow")) { Write-Host ("`rHappy New Year! Best of wishes, and have fun (using PowerShell) :)") -BackgroundColor $color -NoNewline Start-Sleep -Seconds (Get-Random -Minimum 1 -Maximum 3) } }