Save the module override values
Set-RDMPowerShellOverride [<CommonParameters>]
Save the module override values. Override must be first fetch via the Get-RDMPowerShellOverride cmdlet.
PS C:\> $override = Get-RDMPowerShellOverride; $override.OptionFilePath = NewPathValue; Set-RDMPowerShellOverride
Change the option file path
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
For more information, type "Get-Help Set-RDMPowerShellOverride -detailed". For technical information, type "Get-Help Set-RDMPowerShellOverride -full".