Set-RDMPowerShellOverride

Synopsis

Save the module override values

Syntax

__AllParameterSets

Set-RDMPowerShellOverride [<CommonParameters>]

Description

Save the module override values. Override must be first fetch via the Get-RDMPowerShellOverride cmdlet.

Examples

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.

Notes

For more information, type "Get-Help Set-RDMPowerShellOverride -detailed". For technical information, type "Get-Help Set-RDMPowerShellOverride -full".

Devolutions Forum logo Donnez-nous vos commentaires