Is there a way to run PowerShell scripts from .net-core ?
I\'m trying to run a PowerShell script in a new .net core \'website\\api\'. From what I can tell in order
Although James Eby's answer is correct, there has been some new info that I found useful.
There is now PowerShell Core available for cross-platform use. And it is open source!
Here is some useful points from the article from Microsoft:
On macOS, PowerShell uses the native os_log APIs to log to Apple's unified logging system. On Linux, PowerShell uses Syslog, a ubiquitous logging solution.
The PowerShell Remoting Protocol (PSRP) now works with the Secure Shell (SSH) protocol in addition to the traditional WinRM-based PSRP. Source