# Localized 05/08/2021 05:12 AM (GMT) 303:7.0.30723 Migrate-FederationConfiguration.psd1 <############################################################# # Copyright (c) Microsoft Corporation. All rights reserved. ############################################################> # Only add new (name,value) pairs to the end of this table # Do not remove, insert or re-arrange entries ConvertFrom-StringData @' ###PSLOC start localizing # # helpID # InvalidPathError='{0}' is not a valid path. PathNotFoundError=The path '{0}' does not exist. RegistryPathNotFoundError=The AD FS installation registry key '{0}' does not exist. InvalidRegistryPathError=The AD FS installation registry key '{0}' does not point to a valid registry key. RegistryKeyReadError=Failed to read the AD FS installation registry key '{0}'. RegistryValueReadError=Failed to read value '{0}' from AD FS installation registry key '{1}'. InvalidInstallationPathError=The path to the Federation Service '{0}' is not valid. ConfigFileNotFoundError=The AD FS service configuration file '{0}' does not exist. ConfigFileReadError=Failed to read the AD FS configuration file '{0}'. ConnectionStringReadError=Failed to read the policy store connection string from the AD FS service configuration file '{0}'. ServiceSettingsReadError=Failed to read service setting data from the AD FS configuration database '{0}'. ServiceSettingsReadException=Failed to read service setting data from the AD FS configuration database '{0}'. Exception: {1} ServiceSettingsDataError=The service settings data is not a valid XML document. ServiceSettingsWriteError=The service settings data in the AD FS configuration database '{0}' could not be updated. Error code: '{1}'. ServiceSettingsWriteException=The service settings data in the AD FS configuration database '{0}' could not be updated. Exception: {1} CertificatePasswordError=The password to import/export certificates is not specified or empty. ExportCertificatePasswordPrompt=Enter a password to export certificates ImportCertificatePasswordPrompt=Enter a password to import certificates ExportCertificateWarning=The '{0}' certificate '{1}' in '{2}/{3}' could not be exported. ImportCertificateError=The certificate with thumbprint '{0}' could not be imported. Make sure the password is correct. You can also import this certificate to '{1}/{2}' and run this tool again. Exception: {3} SaveCertificateError=The certificate with thumbprint '{0}' could not be saved to '{1}/{2}'. You can import this certificate to '{1}/{2}' and run this tool again. Exception: {3} OpenCertStoreError=The certificate store '{0}/{1}' could not be opened. Exception: {2} MissingCertWarning=The certificate '{0}' is not in store '{1}/{2}'. The exported files do not have its content. Make sure to import it into '{1}/{2}'. Otherwise, your STS service may not function properly. InvalidCertPfxError=The certificate '{0}' contains invalid exported Personal Information Exchange (pfx) data. ExportConfirmMessageCaption=Export Federation Configurations. ImportConfirmMessageCaption=Import Federation Configurations. ExportConfirmMessage=The folder '{0}' is not empty. If you choose to export configurations to this folder, all files and directories in it will be deleted. Do you want to continue? ImportConfirmMessage=If you choose to import federation configurations, existing claims provider and relying party trusts on the target server will be overwritten. Do you want to continue? ImportConfirmMessageDeleteAll=If you choose to import federation configurations, all existing claims provider and relying party trusts on the target server will be deleted. Do you want to continue? SummaryInvalidElement={0}: Invalid element '{1}'. SummaryRequiredElementNotFound={0}: The required element '{2}' cannot be found under element '{1}'. SummaryRequiredAttributeNotFound={0}: The required attribute '{2}' cannot be found in element '{1}'. ExportStsVersionNotSupported=This version of the Federation service is not supported. Exiting... ImportStsVersionNotSupported=The files are exported from Federation Services version {0}. This tool does not support importing files from that version. ImportToolVersionNotSupported=The files are exported by Federation Services Migration Tool version {0}. This tool does not support importing files exported by that version. ExportConfigurations=Exporting federation services configurations from server '{0}'... ExportSavingFiles=Saving configuration files... ExportFinished=The following AD FS configuration has been exported to '{0}': EncryptionToken=Token-decrypting certificate SigningToken=Token-signing certificate CertNotExportedWarning=Warning: Ensure that you have the following certificates and private keys available in a Personal Information Exchange (.pfx) file or on each server in the new farm. The same certificates must be used on the destination farm, otherwise each trust partner must be updated with the new certificate: AttrStoreWarning=Warning: The following custom attribute stores were not exported and must be migrated manually: ImportConfigInfo=Use '{0}' to import this configuration to another AD FS farm. TargetFarmRequirement=Ensure that the destination farm has the farm name '{0}' and uses service account '{1}'. ServiceSettingsImported=The federation service settings data were successfully imported. ImportReadingFiles=Reading configurations from folder '{0}'... ImportConfigurations=Importing federation services configurations to server '{0}'... ImportFinished=The configuration was successfully imported. AddRelyingPartyTrust=Creating relying party trust '{0}'... AddClaimsProviderTrust=Creating claims provider trust '{0}'... SkipClaimDescription=The claim description '{0}' already exists. Skipping... ImportClaimDescription=Creating claim description '{0}'... MoreHelpMessage=For help with AD FS migration, see {0}. ErrorLog=Error: {0} WarningLog=Warning: {0} # In the following group of strings, parameter {0} is always empty. It is used to mark the start of the string. TrustExported={0} Claims provider and relying party trust relationships CertExported={0} {1} with thumbprint '{2}' CertTypeInfo={0} Certificate: {1} ThumbprintInfo={0} Thumbprint: {1} CertStoreInfo={0} Certificate store: {1}/{2} AttrStoreName={0} {1} SetCertificatePermissionsError=Failed to grant the AD FS service account read permissions to the private key of certificate with thumbprint '{0}' in store '{1}/{2}'. You can grant read permissions to the AD FS service account and run this tool again. Exception: {3} SetCertificatePermissionsSuccess=The AD FS service account was granted read permissions to the private key of certificate with thumbprint '{0}'. CertificateImported=The certificate with thumbprint '{0}' was successfully imported to '{1}/{2}'. ComfirmExportCertificatePasswordPrompt=Re-enter password MismatchedExportCertificatePasswordPrompt=The repeat password you typed does not match. {0} TestImportError=The exported object of type ‘{0}’ with name ‘{1}’ could not be imported. Check the file ‘{2}’ for details about the object. Exception: {3} TestExportError=The object of type ‘{0}’ with name ‘{1}’ could not be exported. Check the file ‘{2}’ for details about the object. Exception: {3} '@