You could follow this link here to add as trusted host, http://ms-iot.github.io/content/en-US/win10/samples/PowerShell.htm
Then, suppose your IP was 10.10.0.1,
set-executionpolicy remotesigned import-module NetTCPIP New-NetIPAddress -InterfaceAlias "Ethernet" –IPAddress 10.10.0.1 -AddressFamily IPv4 –PrefixLength 16 -DefaultGateway 10.10.0.2