Re: Beginner to WMI and need some guidance.



Hi,

WMI is excellent for Auditing, especially if you use ADSI too, but you can not "read" the contents of a file using WMI.

Regarding the "restrictions", it depends if you mean malicious restrictions - if they want to make it break, it WILL break. Most networks want it working, otherwise how can they manage their networks?

pand0ra.usa wrote:
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?



--
Gerry Hickman (London UK)
.



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: Beginner to WMI and need some guidance.
    ... What other limitations are there? ... WMI is excellent for Auditing, especially if you use ADSI too, but you ... networks want it working, otherwise how can they manage their networks? ...
    (microsoft.public.win32.programmer.wmi)

Loading