I\'ve got a module setup to be like a library for a few other scripts. I can\'t figure out how to get a class declaration into the script scope calling Import-Module>
Import-Module>
According to here and here, you can use classes defined in your module by doing the following in PowerShell 5:
using module holidays