Announcement

Collapse
No announcement yet.

Exporting the Computer Properties of Quick Access List

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

  • Exporting the Computer Properties of Quick Access List

    I have a group of servers listed in Quick Access. How can I limit export.exe to export the properties of just those computers? If I have several groups of servers in Quick Access, can I export each group separately?

    Thanks in advance!

  • #2
    Re: Exporting the Computer Properties of Quick Access List

    The only way to limit the output of Exporter would be to create a batch file with one entry per computer with a syntax of:

    exporter.exe .\export.ini domain computer

    If you have a large number of machines in your Quick Access list, you can use Hyena to create the batch file for you.

    To do this, you will select the computers in Hyena's right window that you want to be in the batch file, then go to Tools->Generate Macro. In the Macro Command String box type in:

    exporter.exe .\export.ini domain %E%

    and then type in an output filename such as report.bat.

    When you click OK Hyena will create the report.bat with one line per selected computer and replace the %E% with the computer name.

    Then when you want this information exported just run the batch file.

    Comment

    Working...
    X