From 9109673cf51253c3fe1bbf5e0696c41a0771d220 Mon Sep 17 00:00:00 2001 From: Rob Sewell Date: Sat, 19 May 2018 09:20:42 +0100 Subject: [PATCH] need help fro parameter --- functions/Set-DbcConfig.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/Set-DbcConfig.ps1 b/functions/Set-DbcConfig.ps1 index e97ce745..76fe175f 100644 --- a/functions/Set-DbcConfig.ps1 +++ b/functions/Set-DbcConfig.ps1 @@ -19,6 +19,9 @@ Is only executed if the validation was successful (assuming there was a validation, of course) + .PARAMETER Append + Adds the value to the existing configuration instead of overwriting it + .PARAMETER Temporary The setting is not persisted outside the current session. By default, settings will be remembered across all powershell sessions.