Ever wanted to run a ASP DotNet Core Razor App using an SQLite Database and exposing this over a Web Service... https://audministrator.wordpress.com/2018/05/28/windows-core-iot-asp-dotnet-core-razor-pages-sqlite-web-service-on-a-raspberry-pi3/ All is based on the Microsoft Example site. It's an exte...
1. Start a PowerShell Remote Session to your RPI3 2. Use this WMI commands to get access to the EventViewer Get-CimInstance Win32_NTLogEvent For more info on how to get started see here : https://audministrator.wordpress.com/2016/12/29/windows-core-iot-running-powershell-scripts-on-a-raspberry-pi3/
Not sure if you already found a solution, but there are multiple ways of remotely controling the RPI3 : See here what is at your disposal : PS On IoT https://audministrator.wordpress.com/2016/12/29/running-powershell-scripts-on-windows-10-core-iot-installed-on-a-raspberry-pi3/ WMI WBEM https://audmi...
Hi not sure what your requirements are if you define an APP ? But it can be done in different way : Using remote access over PowerShell. Using WMIC command line tool Using VBSript on you remote macjhine Using a compile exe (using AU3 for example) .... See here for some example of what is at your dis...