Set D365RsatConfiguration - FH-Inway/d365fo.tools GitHub Wiki
Set different RSAT configuration values
Set-D365RsatConfiguration [[-LogGenerationEnabled] <Boolean>] [[-VerboseSnapshotsEnabled] <Boolean>]
[[-AddOperatorFieldsToExcelValidationEnabled] <Boolean>] [[-RSATConfigFilename] <Object>] [<CommonParameters>]
Update different RSAT configuration values while using the tool
Set-D365RsatConfiguration -LogGenerationEnabled $true
This will enable the log generation logic of RSAT.
Set-D365RsatConfiguration -VerboseSnapshotsEnabled $true
This will enable the snapshot generation logic of RSAT.
Set-D365RsatConfiguration -AddOperatorFieldsToExcelValidationEnabled $true
This will enable the operator generation logic of RSAT.
Will set the LogGeneration property
$true will make RSAT start generating logs $false will stop RSAT from generating logs
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Will set the VerboseSnapshotsEnabled property
$true will make RSAT start generating snapshots and store related details $false will stop RSAT from generating snapshots and store related details
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Will set the AddOperatorFieldsToExcelValidation property
$true will make RSAT start adding the operation options in the excel parameter file $false will stop RSAT from adding the operation options in the excel parameter file
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Specifies the file name of the RSAT configuration file. Default is 'Microsoft.Dynamics.RegressionSuite.WpfApp.exe.config' If you are using an older version of RSAT, you might need to change this to 'Microsoft.Dynamics.RegressionSuite.WindowsApp.exe.config'
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: Microsoft.Dynamics.RegressionSuite.WpfApp.exe.config
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, Testing, Regression Suite Automation Test, Regression, Test, Automation, Configuration
Author: Mötz Jensen (@Splaxi)