A PowerShell profile is a script that runs automatically every time you start a PowerShell session.
The solution is to change the execution policy to one that allows scripts to run.
Both errors happen when you try to run commands on remote computers using the -ComputerName parameter.