Still getting into Windows Subsystem for Linux (WSL). I was using PowerShell to execute NET USE commands to access remote shares. Having tried this on WSL, it wasn’t immediately obvious how to get it to work, though I knew it should be possible. e.g. here was my first try $net use \\sharename password /USER:domain\username Which resulted in: Invalid command: net use Usage: net rpc Run functions using RPC transport net rap Run functions using RAP transport … net help Print usage information Clearly, ......