$a=[AppDomain]::CurrentDomain.GetAssemblies() $a.Count
When I run this code from powershell_ise.exe, the count is 62.
But when I run this co