[Pkg-zenoss-team] Fwd: Regarding WMI-Client

Chandar.V.Rao chandarvr at gmail.com
Mon Mar 23 06:58:26 UTC 2009


Thanks for the reply.

As of now i use it only for getting the data.
for eg: ./wmic -U "login%password" ipaddress "select * from win32_XXX"

 Will i be able to start and stop the services using wmic client
What is the difference between wmic client and winexe.Because i can see
winexe also can be used for executing windows related commands

Will i be able to Uninstall any softwares like how i can do it through VB
script



strComputer = "."

Set objWMIService = GetObject("winmgmts:" _

    & "{impersonationLevel=impersonate}!\\" _

    & strComputer & "\root\cimv2")

Set colSoftware = objWMIService.ExecQuery _

    ("Select * from Win32_Product " _

        & "Where Name = 'Personnel database'")

For Each objSoftware in colSoftware

    objSoftware.Uninstall()
Next

Can you help me on this?



On Thu, Mar 19, 2009 at 2:36 AM, AH <andrzej.hajda at wp.pl> wrote:

> Chandar.V.Rao wrote, On 2009-03-18 11:09:
>
>> Hi,
>> I have installed WMI- Client package.
>> Is there any security issues persisit?because password will be sent
>> through online
>>
>> It should be as secure as wmi connection between Windows NT systems, ie.
> NTLM authentication. There should be no clear text passwords.
> Of course after authentication content of transmission is not encrypted, so
> if you send sensitive data, be careful.
>
> AH
>
>


 --
With Best Regards
Chandar.V.Rao
9884045588/9003174152



-- 
With Best Regards
Chandar.V.Rao
9884045588/9003174152
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/pkg-zenoss-team/attachments/20090323/d3337c76/attachment.htm 


More information about the Pkg-zenoss-team mailing list