A few things must be tweaked in order for the project to work on a Linux host.
Especially the imports of windows only modules shall be skipped (like win reg) and the "" character shall be a "/" on Linux hosts.
With that done, the project can be used for local powershell script generator and local result compilation.
It may be nice to set some conditional imports depending on the host type and to forbid the remote scan in case of a Linux host where those modules do not exist.
A few things must be tweaked in order for the project to work on a Linux host.
Especially the imports of windows only modules shall be skipped (like win reg) and the "" character shall be a "/" on Linux hosts.
With that done, the project can be used for local powershell script generator and local result compilation.
It may be nice to set some conditional imports depending on the host type and to forbid the remote scan in case of a Linux host where those modules do not exist.