Commands that interact with the host program, such as Write-Host, cannot be included in Windows PowerShell scheduled jobs ...

Commands that interact with the host program, such as Write-Host, cannot be included in Windows PowerShell scheduled jobs because scheduled jobs do not interact with the host program.  Use an alternate command that does not interact with the host program, such as Write-Output or Out-File.