< Back
add-appSetting
Post
NAME add-appSetting
SYNOPSIS
Adds or replaces a new named application setting to the current app domain configuration
SYNTAX
add-appSetting [-name] <String> [-value] <String> [<CommonParameters>]
DESCRIPTION
Adds or replaces a new named application setting to the current app domain configuration
PARAMETERS
-name <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-value <String>
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
NAME: add-appSetting
AUTHOR: beefarino
LASTEDIT: 01/13/2014 09:27:12 PM
KEYWORDS:
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>add-appSetting -name "MySetting" -value "This is my setting value"
RELATED LINKS
http://www.codeowls.com
https://github.com/beefarino/powershell ... ain-config
SYNOPSIS
Adds or replaces a new named application setting to the current app domain configuration
SYNTAX
add-appSetting [-name] <String> [-value] <String> [<CommonParameters>]
DESCRIPTION
Adds or replaces a new named application setting to the current app domain configuration
PARAMETERS
-name <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-value <String>
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
NAME: add-appSetting
AUTHOR: beefarino
LASTEDIT: 01/13/2014 09:27:12 PM
KEYWORDS:
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>add-appSetting -name "MySetting" -value "This is my setting value"
RELATED LINKS
http://www.codeowls.com
https://github.com/beefarino/powershell ... ain-config