How to export a class in a PowerShell v5 module
PSA: There is a known issue that keeps old copies of classes in memory. It makes working with classes really confusing if you don’t know about it. You can read about it here. using is Prone to Pitfalls The using keyword is prone to various pitfalls as follows: The using statement does not work for … Read more