To set the background color in PowerShell, you can modify the console's properties using the `Set-ItemProperty` cmdlet. For example, to change the background color to blue, use the command: `Set-ItemProperty -Path 'HKCU:\Console' -Name 'ScreenColors' -Value 1`. You can select colors by modifying the corresponding value. Restart PowerShell to see the changes.