Export/Import Contact Groups and/or Delivery Endpoints to XML from PI System Explorer
Please allow one to export, and import, to XML from PI System Explorer Contact Groups and/or Contact Delivery Endpoints. Doing this with AFExport.exe and AFImport.exe on the AF Server is cumbersome and restrictive.

-
Marc Dunivan commented
Add this this AFExport.exe too:
%PIHOME64%\AF\AFExport.exe [file:///\\%25COMPUTERNAME%25\notificationcontacttemplates]\\%COMPUTERNAME%\notificationcontacttemplates[] /File:C:\Users\%USERNAME%\Desktop\Contacts.xml /AllReferences /Library
Limit the .XML export to only delivery endpoints:
<AFNotificationContactTemplate>
...
<ContactType>Individual</ContactType>
...
</AFNotificationContactTemplate>
to only groups:
<AFNotificationContactTemplate>
...
<ContactType>Group</ContactType>
...
</AFNotificationContactTemplate>
Additionally, to limit each output to where <Name> is like 'GRP*' -
Marc Dunivan commented
Additionally, allow one to export contact groups and/or delivery endpoints separately. Possibly, allowing one to filter to delivery endpoints, or contact groups, that match a given search criteria. e.g. delivery end point name starts with "SEC1-", or contact group contains "-GRP1-"