Hi All,
can anyone Please help me,how exactly the below code is working and fetching result
if (exists wmi) then (((it as integer/1024) as string & " MB") of (string values of selects “MaxCapacity from Win32_PhysicalMemoryArray where Use=‘3’” of wmi)) else (“N/A”)
Thanks in advance