Forum Discussion
David Jones
Feb 28, 2020Brass Contributor
.NET Core Quicksstarts Done quickly with one PowerShell script start to finish.
I have a long time felt that the .NET Core C# https://docs.microsoft.com/en-us/azure/iot-hub/quickstart-send-telemetry-dotnet for the Azure IoT Hub SDK could be simpler for a newbie. To that end I cr...
David Jones
Mar 01, 2020Brass Contributor
The script now has a "one touch option". You now can do it all with one command.
http://www.sportronics.com.au/dotnetcoreiot/.NET_Core_on_IoT-You_can_now_fully_automate_Group-Hub-Device_creation-dotnetcoreiot.htm
- David JonesMar 05, 2020Brass Contributor
It just got even easier! Just enter
get-iothub groupname,hubname,device,name
And your away! http://www.sportronics.com.au/dotnetcoreiot/_.NET_Core_on_IoT-It's_now_even_easier._Enter_names_on_command_line.-dotnetcoreiot.html
Usual setup as per blog articles.
- David JonesMar 16, 2020Brass Contributor
And
get-iothub groupname,hubname,device,name 5
will completely autorun to completion once you select a couple of things, with only 5 sec pauses instead of the press-any-key-to-continue messages.