Add D365RsatWifConfigAuthorityThumbprint - FH-Inway/d365fo.tools GitHub Wiki
Add a certificate thumbprint to the wif.config.
Add-D365RsatWifConfigAuthorityThumbprint [-CertificateThumbprint] <String> [<CommonParameters>]
Register a certificate thumbprint in the wif.config file. This can be useful for example when configuring RSAT on a local machine and add the used certificate thumbprint to that AOS.s
Add-D365RsatWifConfigAuthorityThumbprint -CertificateThumbprint "12312323r424"
This will open the wif.config file and insert the "12312323r424" thumbprint value into the file.
The thumbprint value of the certificate that you want to register in the wif.config file
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: RSAT, Certificate, Testing, Regression Suite Automation Test, Regression, Test, Automation
Author: Kenny Saelen (@kennysaelen)
Author: Mötz Jensen (@Splaxi)