ARS Migration to other Domain, change TP Links and translate delegations

Hello,

I have to move the ARS instance to another domain and change all delegations to different groups/user.
Is there a way to export all AT/TP links and delegations, modify them, e.g. in a csv and re-import them with different group names?

(Apologies if this will be a double post, i am having issues with posting in this forum)

Many thanks,
Micha

Parents
  • Yes, for Access Template Links, there are QAD Cmdlets  for export / import:

    Get-QARSAccessTemplate
    Get-QARSAccessTemplateLink

    Set-QARSAccessTemplateLink
    New-QARSAccessTemplateLink

    For policy objects, you can just use GetQADObject -proxy and point to the Configuration/TP links container.

    For linking policies, consult the PoSh SDK code samples under the folder of the same name on your Admin Service host.

Reply
  • Yes, for Access Template Links, there are QAD Cmdlets  for export / import:

    Get-QARSAccessTemplate
    Get-QARSAccessTemplateLink

    Set-QARSAccessTemplateLink
    New-QARSAccessTemplateLink

    For policy objects, you can just use GetQADObject -proxy and point to the Configuration/TP links container.

    For linking policies, consult the PoSh SDK code samples under the folder of the same name on your Admin Service host.

Children
No Data