http://support.microsoft.com/kb/941990
talks about a problem with long assembly load times due to a delay in
downloading the certificate revocation list but, it does not address
PowerShell specifically.
Has anyone else had a problem with Add-PSSnapin taking too long? Is there a
way to tell PowerShell not to download the certificate revocation list?
Setting Execution Policy to Unrestricted had no effect.
Thanks,
John Vottero
Have you tried to ngen the PowerShell assemblies?
See http://blogs.msdn.com/powershell/archive/2007/11/08/update-gac-ps1.aspx
--
Richard Siddaway
All scripts are supplied "as is" and with no warranty
PowerShell MVP
Blog: http://richardsiddaway.spaces.live.com/
PowerShell User Group: http://www.get-psuguk.org.uk
I haven't ngened the PowerShell assemblies, it's the customers system. But,
it's not that PowerShell is slow, it's just the Add-PSSnapin hanging for 60
to 90 seconds,
"RichS [MVP]" <Rich...@discussions.microsoft.com> wrote in message
news:5EE93733-EB99-4411...@microsoft.com...
- Open "Internet Options" in the Control Panel or Internet Explorer
- Click the "Advanced" tab
- Scroll down to "Security"
- UNcheck "Check for publisher's certificate revocation"
- UNcheck "Check for server certificate revocation"
- Click OK
"John Vottero" <JVot...@mvpsi.com> wrote in message
news:0A15C2FB-EE9B-462A...@microsoft.com...
Marco
"John Vottero" <JVot...@mvpsi.com> wrote in message
news:8961C036-7143-4FB5...@microsoft.com...
I posted it in our knowledgebase:
http://www.JAMSsupport.com/KnowledgebaseArticle50030.aspx
I'll probably post something in Connect too but, I don't think this is
something that can be fixed.