I have several powershell libraries I’ve written myself which I keep in my azure devops artifact library. My system always loads them on powershell startup but it seems however PSU is loading it’s not getting those modules.
How do I configure PSU to do an import-module of my powershell libraries?
Joe