View Single Post
Old 04-12-2008   #3 (permalink)
Keith Hill [MVP]
Guest


 

Re: PowerShell performance

"Pete Zerger" <pete.zerger@xxxxxx> wrote in message
news:42cbe162b098ca6aa381eeb2f6@xxxxxx
Quote:

> Hello Marco Shaw [MVP],
>
> You've touched on a topic I've been eager to discuss for some time, so let
> me pose a question if I may.
>
> Presumably there are calls to the .NET framework when an instance of
> Powershell is instantiated, correct? Would not this process of starting
> Powershell when launching as a script as a scheduled task or calling from
> a bat file before making WMI, ASDI or other calls result in a longer time
> to completion?
It's not just making some calls - PowerShell is entirely based on the .NET
Framework. It's baked into the core.

--
Keith