-
Notifications
You must be signed in to change notification settings - Fork 102
Set D365RsatConfiguration
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)
- Install as a non-Administrator
- Install as a Administrator
- Import d365fo.tools module
- List available commands from d365fo.tools module
- Get help content for a command
- Start, Stop and List services
- Import users into the D365FO environment
- Import external users into the D365FO environment
- Enable users in the D365FO environment
- Update users in the D365FO environment
- Provision D365FO environment to new Azure AD tenant
- Import a bacpac file into a Tier1 environment
- List modules / models
- Compile module
- Install AzCopy
- Install SqlPackage
- Install Nuget
- Speed up LCS download via AzCopy
- Download latest bacpac from LCS via AzCopy
- Register NuGet source
- Configure Azure Logic App
- Fix AzureStorageConfig
- Run a runnable class
- Update users in environment
- Work with Azure Storage Account
- Work with packages, resource label files, language and lables
- Working with the different D365 services