< Back
remove-connectionString
Post
NAME remove-connectionString
SYNOPSIS
Removes a named connection string from the current app domain configuration
SYNTAX
remove-connectionString [[-name] <String[]>] [<CommonParameters>]
DESCRIPTION
Removes a named connection string 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: 11/07/2013 09:21:12
KEYWORDS:
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>remove-connectionString -name "MyConnectionString"
RELATED LINKS
http://www.codeowls.com
https://github.com/beefarino/powershell ... ain-config
SYNOPSIS
Removes a named connection string from the current app domain configuration
SYNTAX
remove-connectionString [[-name] <String[]>] [<CommonParameters>]
DESCRIPTION
Removes a named connection string 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: 11/07/2013 09:21:12
KEYWORDS:
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>remove-connectionString -name "MyConnectionString"
RELATED LINKS
http://www.codeowls.com
https://github.com/beefarino/powershell ... ain-config