How to run Vmware PowerCLI cmdlet’s from a Linux container
To run Powershell cmdlet’s from C#, we will use this namespace: Microsoft.PowerShell.SDK There are a few code preparations we need to to able to run PowerCLI from Linux. If you set the execution policy like below, you need to aware that this piece can only run on Windows. So for …