I've installed WSL on Windows Server 2019. While the Microsoft documentation had some gaps, it seemed to work fine. I have a separate issue where I want to completely remove WSL and start over for clarity and to isolate any setup issues.
Per Microsoft this seems pretty straightforward:
wsl -l (provides a list of installed distributions)and
wsl -unregister (removes that distribution)
Both of these options (command or PowerShell) just return the basic help and/or invalid command
So I'm stuck and can't find anyone that has had a similar issue or any way to remove WSL.