Just installed management framework 5 production preview, my profile won't load anymore with the following error
Get-Module : Cannot load the module 'UserInfo.psm1' because the module nesting limit has been exceeded. Modules can only be nested to 10 levels. Evaluate and change the order in which you are loading modules to prevent exceeding the nesting limit, and then try running your script again.
Is there a way to get more details?
I tried to trace execution with set-psdebug -trace 2
, but I can't see the problem...