Re: What's the difference between...?
- From: Tcs <someone@xxxxxxxxxxxxx>
- Date: Wed, 24 May 2006 16:55:38 -0400
Thanks. Nice to know I did something right at least *once* in a while... :)
So...What's the "CORE" package for? It has to do something, seeing as it's 10 times larger than the
one I installed...
On Wed, 24 May 2006 15:48:23 -0500, "maximillianx" <u1p2p3h4o5l6d72001@xxxxxxxxxxx> wrote:
You are referring to two different components that don't necessarily need.
each other to run...however, if you wish to access WMI information via the
scripting host, then you should (and you did) install the WMI package.
WMI 1.5 is needed for remote WMI queries usually made in various scripting
and programming languages to acquire system data. In this case it is
probably being used to call the Win32_LogicalDisk class to retrieve free and
total drive space on the server(s) in question.
If you have NT boxes, then I suggest installing WMI on each one - W2k and
above already have this component built in.
The 5.6 version is of WSH (Windows Scripting Host) which is just an updated
package for the Windows Scripting language. Not always needed in order to
get a job done, but I highly recommend it. Some methods and properties may
not work properly if you don't have it (especially if you have a script that
you downloaded from somewhere - i.e. you didn't write it yourself).
You can install either in any order, you shouldn't see any problems either
way.
Good luck!
Rob
- References:
- What's the difference between...?
- From: Tcs
- What's the difference between...?
- Prev by Date: Re: Retrieving the contents of colLoggedEvents==>objEvent.Message
- Next by Date: Re: WSH Error when running script
- Previous by thread: What's the difference between...?
- Next by thread: Re: __NounName property for Get-Process?
- Index(es):
Relevant Pages
|