TestimoX

API Reference

Command

Get-CxRemotePowerShellTransportDiagnostic

Namespace ComputerX.PowerShell
Inputs
System.String[]
Outputs
ComputerX.Remote.RemotePowerShellTransportDiagnosticResult

Implements the Get-CxRemotePowerShellTransportDiagnostic cmdlet.

Examples

Authored help example

Example 1


Get-CxRemotePowerShellTransportDiagnostic -ComputerName AD1.ad.evotec.xyz
        

Example 2


Get-CxRemotePowerShellTransportDiagnostic -ComputerName AD1.ad.evotec.xyz -IncludePortInSpn
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxRemotePowerShellTransportDiagnostic [-ComputerName <string[]>] [-Authentication <Default>] [-ConfigurationName <string>] [-Credential <PSCredential>] [-IdleTimeoutSeconds <int>] [-IncludePortInSpn] [-NoMachineProfile] [-OpenTimeoutSeconds <int>] [-OperationTimeoutSeconds <int>] [-Port <int>] [-UseSsl] [<CommonParameters>]
#

Parameters

ComputerName string[] optionalposition: 0pipeline: true (ByValue, ByPropertyName)aliases: ServerName
Target computer(s). Use '.' for the local computer or provide DNS names.
Authentication AuthenticationMechanism optionalposition: namedpipeline: falsevalues: 7
Optional authentication mechanism for remote transport diagnostics. Possible values: Default, Basic, Negotiate, NegotiateWithImplicitCredential, Credssp, Digest, Kerberos
Possible values: Default, Basic, Negotiate, NegotiateWithImplicitCredential, Credssp, Digest, Kerberos
ConfigurationName string optionalposition: namedpipeline: false
Optional PowerShell endpoint configuration name for remote transport diagnostics.
Credential PSCredential optionalposition: namedpipeline: false
Optional alternate credential for remote transport diagnostics.
IdleTimeoutSeconds int optionalposition: namedpipeline: false
Optional remote session idle timeout in seconds for remote transport diagnostics.
IncludePortInSpn SwitchParameter optionalposition: namedpipeline: false
Includes the port in the WinRM service principal name.
NoMachineProfile SwitchParameter optionalposition: namedpipeline: false
Requests a WinRM session without loading the remote machine profile.
OpenTimeoutSeconds int optionalposition: namedpipeline: false
Optional remote session open timeout in seconds for remote transport diagnostics.
OperationTimeoutSeconds int optionalposition: namedpipeline: false
Optional remote operation timeout in seconds for remote transport diagnostics.
Port int optionalposition: namedpipeline: false
Optional WinRM port override for remote transport diagnostics.
UseSsl SwitchParameter optionalposition: namedpipeline: false
Uses HTTPS when invoking remote transport diagnostics.

Outputs

ComputerX.Remote.RemotePowerShellTransportDiagnosticResult