API Reference
Command
Get-CxRemotePowerShellCapabilitySummary
Implements the Get-CxRemotePowerShellCapabilitySummary cmdlet.
Examples
Example 1
Get-CxRemotePowerShellCapabilitySummary -ComputerName AD1.ad.evotec.xyz
Example 2
Get-CxRemotePowerShellCapabilitySummary -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-CxRemotePowerShellCapabilitySummary [-ComputerName <string[]>] [-Authentication <Default>] [-ConfigurationName <string>] [-Credential <PSCredential>] [-IdleTimeoutSeconds <int>] [-IncludePortInSpn] [-NoMachineProfile] [-OpenTimeoutSeconds <int>] [-OperationTimeoutSeconds <int>] [-Port <int>] [-UseSsl] [<CommonParameters>]#Parameters
- ComputerName string[]
- Target computer(s). Use '.' for the local computer or provide DNS names.
- Authentication AuthenticationMechanism
- Optional authentication mechanism for remote capability collection. Possible values: Default, Basic, Negotiate, NegotiateWithImplicitCredential, Credssp, Digest, Kerberos
- Possible values:
Default,Basic,Negotiate,NegotiateWithImplicitCredential,Credssp,Digest,Kerberos - ConfigurationName string
- Optional PowerShell endpoint configuration name for remote capability collection.
- Credential PSCredential
- Optional alternate credential for remote capability collection.
- IdleTimeoutSeconds int
- Optional remote session idle timeout in seconds for remote capability collection.
- IncludePortInSpn SwitchParameter
- Includes the port in the WinRM service principal name.
- NoMachineProfile SwitchParameter
- Requests a WinRM session without loading the remote machine profile.
- OpenTimeoutSeconds int
- Optional remote session open timeout in seconds for remote capability collection.
- OperationTimeoutSeconds int
- Optional remote operation timeout in seconds for remote capability collection.
- Port int
- Optional WinRM port override for remote capability collection.
- UseSsl SwitchParameter
- Uses HTTPS when invoking remote capability collection.
Outputs
ComputerX.Remote.RemotePowerShellCapabilitySummary