Skip to main content

Remove-AdcRemotingConfig

SYNOPSIS

Removes a powershell remoting configuration.

SYNTAX

__AllParameterSets

Remove-AdcRemotingConfig [-Target] <string> [<CommonParameters>]

DESCRIPTION

Removes a powershell remoting configuration. Use Set-AdcRemotingConfig to define how connections to a target are established when calling New-AdcPSSession.

EXAMPLES

EXAMPLE 1

Remove-AdcRemotingConfig -Target contoso.com

Removes a powershell remoting configuration targeting contoso.com.

PARAMETERS

-Target

The target the configuration applies to.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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.