Is there a way to export only the computers or users from an OU inside an Active Directory domain?
Announcement
Collapse
No announcement yet.
Exporting computers in an OU
Collapse
X
-
Re: Exporting computers in an OU
Not from the Export function, but you can display the users or computers in Hyena's right window, then do a Ctrl-a to select the records, then a Ctrl-c to open the Copy List Window. This allows you to save the data to a delimited text file.
-
Re: Exporting computers in an OU
I was hoping for the export because that gives you a list of HotFixes on each system, but I don't want to export all 11,000 systems at once.
Is there any way to list the software on more than one system at a time?
<div class="ubbcode-block"><div class="ubbcode-header">Quote:</div><div class="ubbcode-body">Originally posted by cmccullough:
<span style="font-weight: bold">Not from the Export function, but you can display the users or computers in Hyena's right window, then do a Ctrl-a to select the records, then a Ctrl-c to open the Copy List Window. This allows you to save the data to a delimited text file.</span></div></div>
Comment
-
Re: Exporting computers in an OU
The only other option would be to create a batch file using the command-line exporter.exe located in your Hyena directory.
You'd have one line per computer like:
exporter.exe .\export.ini domain computer1
exporter.exe .\export.ini domain computer2
exporter.exe .\export.ini domain computer3
As far as software, not at this time but we are working on it for a future version.
Comment
-
Re: Exporting computers in an OU
Yes -we use that function all the time, but it only gives us the Directory Name, Description, Display Name and Group Type.
Is there a way to add additional infomation to this?
<div class="ubbcode-block"><div class="ubbcode-header">Quote:</div><div class="ubbcode-body">Originally posted by kirkhaj1:
<span style="font-weight: bold">I was hoping for the export because that gives you a list of HotFixes on each system, but I don't want to export all 11,000 systems at once.
Is there any way to list the software on more than one system at a time?
</span></div></div>
Comment
Comment