1
export list active domain
Idea shared by Mike Saunders - 7/16/2015 at 12:04 AM
Completed
Hi
 
I need to export a list of my active domains, how can I do this? cant find any options

6 Replies

Reply to Thread
0
Employee Replied
Employee Post
Mike, currently there is no way via the web interface to export a list of domains.  You can use the API (GetAllDomainsWithProperties function within the svcDomainAdmin web service) to get a list of domains then check the the "isenabled" property.  Alternatively, I have created a simple tool that will display a list of domains and their status, which you can export to CSV or a text file.  If interested in this tool, let me know and I'll send it to you via a ticket.
0
Hi Robert
 
yes the tool sounds like a good idea, can you sedn me more info
 
thanks
0
Employee Replied
Employee Post
I sent the file in a ticket.
0
Hi Robert
 
thanks, worked perfectly
0
Employee Replied
Employee Post
I have able to add the functionality into the web interface for system administrator's to export a list of domains and their respective active status into a CSV file.  It will be included in the next minor release (tentatively scheduled for later today, 16 July).  I am changing this thread from a Question to an Idea and marking it as completed.
0
Hi -
 
I am also interested in the API call GetAllDomainsWithProperties but I am not sure what strings to add for the PropertyKeys.  I would like to get at all the information that is output from the GetDomainDefaults however for each domain.
 
Thanks
 

Reply to Thread