Powershell remoting over SSH from macOS Catalina
Introduction and broad statements To a Windows novice like me, Powershell appears to be the real way to get things done on Windows machines. Since I am only familiar with the string-oriented way in which bash, sh, and other Unix shells work, it has been an interesting experience learning some basic Powershell concepts. For example, as opposed to the command line arguments being passed as just strings, it seems that there is some further processing and object-orientation that goes on in the form of Powershell parameters.
Continue Reading