Check live log in PowerShell BigFix ,This command for Windows machine only.
Open PowerShell :
Get-Content “C:\Program Files (x86)\BigFix Enterprise\BES Client__BESData__Global\Logs\XXX.log” -tail 4 -wait
Where XXX :: current date log file name
Suppose today 9th Dec 2021 than BigFix logfile name 20211209
Once you initiate any task from BigFix in client machine , then through this command check live status in host machine via this.