Linked by Drumhellar on Thu 6th Sep 2012 02:43 UTC
Thread beginning with comment 534215
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Try installing some PowerShell modules.
Take any server with Microsoft software installed, it installs lots of modules.
That is when it gets slow, by default it loads all the modules installed.
Take any server with Microsoft software installed, it installs lots of modules.
That is when it gets slow, by default it loads all the modules installed.
One of the changes with v3 is that modules are now loaded on-demand. You can enumerate cmdlets for all available modules without actually loading the module into the session. They are only loaded when one of the cmdlets they contain is called.
http://technet.microsoft.com/en-us/library/hh857339#BKMK_AutoLoad





Member since:
2009-08-18
lol, what?
Just checked on my PC, I ain't even using Powershell 3.0, 1 second after the Window was displayed.