< Back

remove-appSetting

Fri Jan 10, 2020 8:24 pm

NAME remove-appSetting



SYNOPSIS

Removes a named application setting from the current app domain configuration





SYNTAX

remove-appSetting [[-name] <String[]>] [<CommonParameters>]





DESCRIPTION

Removes a named application setting from the current app domain configuration





PARAMETERS

-name <String[]>



Required? false

Position? 1

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: remove-connectionString

AUTHOR: beefarino

LASTEDIT: 01/13/2014 09:26:10 PM

KEYWORDS:



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>remove-appSetting -name "MySetting"















RELATED LINKS

http://www.codeowls.com

https://github.com/beefarino/powershell ... ain-config