Announcement

Collapse
No announcement yet.

Export physical memory

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Export physical memory

    Hi,

    I want to export the physical memory on our 400 servers. I know that Hyena can see how much physical memory on a server but which reg.key should I use to get the correct value through Pro Exporter.
    I tried to use [HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\System Resources\Physical Memory] but that is a binary key.

  • #2
    Re: Export physical memory

    Read this post on this:
    http://www.systemtools.com/HyenaBoar...ML/000278.html

    Comment


    • #3
      Re: Export physical memory

      Ok, create a batch file.
      >>>>>>>>>copy<<<<<<<<<<
      @echo off
      setlocal
      for /f "tokens=2*" %%a in ('\\server\share point\psinfo ^| find /I "Physical memory"') do set mem=%%b

      echo %COMPUTERNAME%, %mem%,>> \\server\sharepoint\mem.txt"
      >>>>>>>>>copy<<<<<<<<<<
      name it what ever. Now get the psinfo from www.systeminternals.com. Place it on the share point. Remember if there is spaces you need to put " around the path. Then go into Hyena and set up the tool to run this batch file. Then you should be able to select all 400 servers and execute it. the >> means to append so the file will have all the information.

      Comment


      • #4
        Re: Export physical memory

        Here is the example of the command I use in the tool for Hyena:
        >>>>>>>>>>>>copy<<<<<<<<<<<<
        \\server\HyenaTools\Pstools\psexec.exe \\%E% -u domain\user -p yourpass -c -f "\\server\share point\mem.bat"
        >>>>>>>>>>>>copy<<<<<<<<<<<<
        I use the pstools from a share point on the network. That's because 5 LAN admins share a config file and we don't have to copy these files local. This command will execute the mem.bat on the remote machine you selected in Hyena. You can do 20 at a time through Hyena. You can make a bat that would do them all. Hope this helps you out.

        Comment


        • #5
          Re: Export physical memory

          How do i put the Processor Speed in the same file? ie
          ICT1STN02, 246 MB, 3.0GHz

          Thanks


          <div class="ubbcode-block"><div class="ubbcode-header">Quote:</div><div class="ubbcode-body">Originally posted by Trammel:
          <span style="font-weight: bold">Here is the example of the command I use in the tool for Hyena:
          >>>>>>>>>>>>copy<<<<<<<<<<<<
          \\server\HyenaTools\Pstools\psexec.exe \\%E% -u domain\user -p yourpass -c -f "\\server\share point\mem.bat"
          >>>>>>>>>>>>copy<<<<<<<<<<<<
          I use the pstools from a share point on the network. That's because 5 LAN admins share a config file and we don't have to copy these files local. This command will execute the mem.bat on the remote machine you selected in Hyena. You can do 20 at a time through Hyena. You can make a bat that would do them all. Hope this helps you out.</span></div></div>

          Comment

          Working...
          X
          😀
          🥰
          🤢
          😎
          😡
          👍
          👎