Set-RDMPowerShellOverride
2024-10-28
Set-RDMPowerShellOverride
SYNOPSIS
Save the module override values
SYNTAX
__AllParameterSets
Set-RDMPowerShellOverride [<CommonParameters>]
ALIASES
This cmdlet has the following aliases,
DESCRIPTION
Save the module override values. Override must be first fetch via the Get-RDMPowerShellOverride cmdlet.
EXAMPLES
EXAMPLE
PS C:> $override = Get-RDMPowerShellOverride; $override.OptionFilePath = NewPathValue; Set-RDMPowerShellOverride
Change the option file path
PARAMETERS
CommonParameters
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.
INPUTS
OUTPUTS
NOTES
For more information, type "Get-Help Set-RDMPowerShellOverride -detailed". For technical information, type "Get-Help Set-RDMPowerShellOverride -full".