File System

Move file Move-Item C:\MyDirectory1\MyFile.txt C:\MyDirectory2\ -force -force causes an overwrite if necessary. You can provide a full target path to perform a rename at the same time if wanted.

Read More

Connecting Via PowerShell

Some functions require you to connect via PowerShell, the following is based on the Micrsoft guide here: https://developer.microsoft.com/en-us/windows/iot/docs/powershell Setup for PowerShell Connection On your desktop PC search for "Windows PowerShell" > rigth click it and select Run As Administrator. You should now see the PowerShell console. Start the WinRM service on your desktop to enable remote […]

Read More