Beginner to WMI and need some guidance.



Ok, here is a few questions for you all. What are the limitations of
WMI? Can I access a file using it to read it's contents? I am an IT
auditor and I need to get access to the remote system which is usually
restricted in many different ways (remote registry is disabled, $admin
share is diesabled, etc). Is WMI good for getting around these
restrictions (I need to query for reg keys, etc)? Does anyone know of
any books or online resoources that can help me understand how to write
WMI queries?

.



Relevant Pages

  • Re: Script retuning error on remote machine
    ... i found out an interesting fact about WMI. ... remote system, and so it is tryin gto save the files on the remote system, ... You cannot connect to computers running XP Home. ... W2k3 can only connect to Win9x and NT if credentials supplied. ...
    (microsoft.public.scripting.vbscript)
  • Re: Install remote software in asp.net
    ... it is possible to run WMI with ASP.NET. ... It is less a problem to do this to remote system as to the local. ... >>> Public Sub Install(ByVal strMsiPath As String, ByVal strHost As String, ...
    (microsoft.public.win32.programmer.wmi)
  • Re: Cant connect to remote computer.
    ... the Local Administrator account on the remote system. ... I first do a WMI check to make sure I can connect remotely, ... MsgBox myMsg, VBCritical, "WMI Connection Error!" ... Dim objWMIService ...
    (microsoft.public.scripting.wsh)
  • Re: Read a file from a local/remote computer
    ... You can not "read" a file using WMI but you can get a CIM_DataFile object and work with it's properties and methods. ... you can use this to test against your own machines both local and remote - if this works, converting it to C++ is easy. ... return oFile; ... I login to the remote system using admin powers and I know the path ...
    (microsoft.public.win32.programmer.wmi)
  • Re: Disk Quotas & COM interface
    ... either need WMI or an agent you write running on the remote system that performs the functions like WMI does. ... Petr Reichl wrote: ... I would like try access over COM interfaces. ...
    (microsoft.public.win32.programmer.wmi)

Loading