Every time I open a new powershell console and import-module a library (e.g AWSPowershell - yes it is old/big but I can’t use the new one without downloading it) it takes some time to fully import the module.
As soon as I close the window and open a new console, I have to repeat the wait.
I have tried examples such as adding the import to profile but this does not remove the wait time. Instead it means every time I open a powershell window there will be an automatic delay before I can start entering commands
Is there a way where I can perform a one-time import where I have access to the module regardless of closing and opening windows (whether permanent or needing to do once every time the server is restarted) ?