The Icinga PowerShell Framework is either not installed on the system or not configured properly

I’m trying to monitor a WINDOWS Server where I have installed Icinga for Windows 1.11:
This is the CLIENT - SATELLITE component overview:

The OUTPUT of ALL che check from MASTER SIDE is:

But the PowerShell Framework is installed on SATELLITE…

What could be the problem?

SOLVED with this:

Agent installed with wrong POWERSHELL:
RUN:
Install-IcingaComponent -Name agent -Force -Confirm;

SOLVED