Adding Windows 10 IoT Core to a Domain

0 votes
I'm working on a Raspberry Pi 3 to run Windows 10 IoT Core.

 Does anybody know if it's possible to add this flavor of OS to a standard Active Directory domain?

Thanks!
Mar 6, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
2,248 views

1 answer to this question.

0 votes
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
answered Mar 6, 2019 by Shubham
• 13,490 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

How to deploy Windows 10 IoT (Rasp Pi image) as a Virtual Machine

The easiest way I found is downloading ...READ MORE

answered Sep 10, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
3,044 views