I am new to WMI technology, I just try to understand why when we want to access the WMI object we use the Win32::OLE, How are they related?
$WMI = Win32::OLE->GetObject("winmgmts:{impersonationLevel=impersonate}$Machine\\Root\\cimv2")||die;
When I search for winmgmts in OLEVIEW.exe and try to locate it in objects I see no such entry. How can it be ?
Thanks all for any help.