Get-AdcRemotingConfig
SYNOPSIS
Retrieve the list of remoting configurations.
SYNTAX
__AllParameterSets
Get-AdcRemotingConfig [[-Target] <string>] [<CommonParameters>]
DESCRIPTION
Retrieve the list of remoting configurations. Remoting configurations apply to all remote connections via WinRM or - optionally - SSH. They can be defined for specific servers or all machines in a domain.
For more details, see Set-AdcRemotingConfig.
EXAMPLES
EXAMPLE 1
Get-AdcRemotingConfig
Retrieve the list of all remoting configurations.
PARAMETERS
-Target
The target the settings apply to. Defaults to: *
Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
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.