You wouldnt use that generally:
https://learn.microsoft.com/en-us/powershell/module/exchange/set-retentionpolicytag?view=exchange-ps
-RetentionId
The RetentionId parameter specifies an alternate tag ID to ensure the retention tag found on mailbox items tagged in one Exchange organization matches the tag when the mailbox is moved to another Exchange organization (for example, in a cross-forest deployment or in a cross-premises deployment, when a mailbox is moved from an on-premises Exchange server to the cloud, or a cloud-based mailbox is moved to an on-premises Exchange server).
Typically, you don't need to specify or modify the RetentionId parameter for a retention tag. This parameter is populated automatically when importing retention tags in a cross-forest or cross-premises deployment.
instead use this:
Set-RetentionPolicyTag -Identity "Test123" -Name "TestABC"