Re: Win2k VB script

2008-10-23 Thread Eric Woodford
I've got a script that uses an LDAP query to pull the info. It uses WMI to
get port information, but you should be able to edit around it.


http://www.ericwoodford.com/query-ad-*printer*-info


On Thu, Oct 23, 2008 at 11:46 AM, Joseph L. Casale <
[EMAIL PROTECTED]> wrote:

>  Sure, but I don't know of an update for Win2k? Searching the web didn't
> yield anything?
> jlc
>
>
>
> *From:* Eric Woodford [mailto:[EMAIL PROTECTED]
> *Sent:* Thursday, October 23, 2008 12:37 PM
> *To:* NT System Admin Issues
> *Subject:* Re: Win2k VB script
>
>
>
> Can you update your WMI on the 2K machine?
>
> On Wed, Oct 22, 2008 at 12:01 PM, Joseph L. Casale <
> [EMAIL PROTECTED]> wrote:
>
> Anyone know a Win2k friendly way of doing this:
>
>
>
> Set colNetwork =  WMICompSystem.ExecQuery _
>
> ("Select * from Win32_Printer Where Network = 'True'")
>
>
>
> It looks like the Network filter isn't available on Win2k and I need to
> leverage this.
>
>
>
> Thanks!
> jlc
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: Win2k VB script

2008-10-23 Thread Joseph L. Casale
Sure, but I don't know of an update for Win2k? Searching the web didn't yield 
anything?
jlc

From: Eric Woodford [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2008 12:37 PM
To: NT System Admin Issues
Subject: Re: Win2k VB script

Can you update your WMI on the 2K machine?
On Wed, Oct 22, 2008 at 12:01 PM, Joseph L. Casale <[EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:

Anyone know a Win2k friendly way of doing this:



Set colNetwork =  WMICompSystem.ExecQuery _

("Select * from Win32_Printer Where Network = 'True'")



It looks like the Network filter isn't available on Win2k and I need to 
leverage this.



Thanks!
jlc











~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

Re: Win2k VB script

2008-10-23 Thread Eric Woodford
Can you update your WMI on the 2K machine?

On Wed, Oct 22, 2008 at 12:01 PM, Joseph L. Casale <
[EMAIL PROTECTED]> wrote:

>  Anyone know a Win2k friendly way of doing this:
>
>
>
> Set colNetwork =  WMICompSystem.ExecQuery _
>
> ("Select * from Win32_Printer Where Network = 'True'")
>
>
>
> It looks like the Network filter isn't available on Win2k and I need to
> leverage this.
>
>
>
> Thanks!
> jlc
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Win2k VB script

2008-10-22 Thread Joseph L. Casale
Anyone know a Win2k friendly way of doing this:

Set colNetwork =  WMICompSystem.ExecQuery _
("Select * from Win32_Printer Where Network = 'True'")

It looks like the Network filter isn't available on Win2k and I need to 
leverage this.

Thanks!
jlc

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~