Technical Tip: Profile Devices using WinRM
| Description | This article describes WinRM Device Profile requirements and setup. |
| Solution | Requirements:
root@fnc-ca1:/bsc/campusMgr/bin/internal > winrmps <Workstation-ip>:5985 Domain\username <password> ipconfig
Note. After 'ipconfig' has been typed and Enter has been pressed, type '[ctrl+d]' to run the script.
Screenshot for illustration:
In later versions of FortiNAC-O,S the following commands need to be run:
execute enter-shell ./winrmps 10.1.3.11:5985
Disclaimer. This is not a public API, and the program input may change without notice. Alternatively, it is possible to run WinRPMs using the below command if the HTTPS port 5986 is used:
> /bsc/campusMgr/bin/internal/winrmps /bsc/.runtime/data/certificate/winrmps_ca.pem 10.27.2.139:5986 DOMAIN\Username Password-in-plaintext Ipconfig
Where everything after the first line is stdin. 'ipconfig' is just an example command to run.
Important Note. If FortiNAC version 9.1.x to version 9.2.1 is used, type the UPN name in the DPC role created in the FortiNAC DPC role. Otherwise, DPC will not work correctly.
Solution. Related document: |


