PowerShell Core - Linux network management

Hello!

I want to build a PowerShell module for PowerShell Core on Linux as a PowerShell replacement to iproute2. (Unless one already exists and then if someone could point me in the right direction that would be great)

Wanted to see what other people thought, whether anyone else is even using PowerShell on Linux and how others would go about it.

At the moment I have some of the basic functions implemented as wrappers to the iproute commands but is that the way others would do it or should I try to interface with the underlying netlink protocol rather than using iproute to do that.

Also would others try to replicate the commands in the Windows networking modules like Get-NetAdapter or use a new set of commands more specific to the way the network is handled in Linux.

Thanks :slight_smile: