On the Windows machine, you need to activate PowerShell remote.
Enable-PSRemoting -Force Restart-Service WinRM
You can test from your Windows machine if you have access to it in PowerShell via the command :
Enter-PSSession -ComputerName <nom de votre machine> -Credential <utilisateur> -Authentication Negotiate
Note for firewalls, the default PowerShell port is the same as for WinRM: TCP 5985.
In the advanced settings of your Esia node, add the PowerShell user and password.
To do this, select the 'Password' type and click Add. Then click on the advanced parameter to configure.
You can now add the following patterns and/or plugins to the node configured below:
Contains the plugins :
The user must be a member of the “Administrator” and “Remote Management Users”.
Open, « The tool for managing local users and groups ».
lusrmgr.msc
Go to « Users », then right-click « Properties » on the user concerned.
Go to the « Member of ». If the two groups are not listed, click on « Add » to add the missing groups.
Example with the group « Remote Management Users »