Bagikan melalui


WSManProviderNewItemComputerParameters Class

Definition

Computer dynamic parameters. This is similar to connect-wsman parameters. Available path wsman:>

public class WSManProviderNewItemComputerParameters
type WSManProviderNewItemComputerParameters = class
Public Class WSManProviderNewItemComputerParameters
Inheritance
WSManProviderNewItemComputerParameters

Constructors

WSManProviderNewItemComputerParameters()

Properties

ApplicationName

The following is the definition of the input parameter "ApplicationName". ApplicationName identifies the remote endpoint.

Authentication

The following is the definition of the input parameter "Authentication". This parameter takes a set of authentication methods the user can select from. The available method are an enum called Authentication in the System.Management.Automation.Runspaces namespace. The available options should be as follows:

  • Default : Use the default authentication (ad defined by the underlying protocol) for establishing a remote connection.
  • Negotiate
  • Kerberos
  • Basic: Use basic authentication for establishing a remote connection. -CredSSP: Use CredSSP authentication for establishing a remote connection which will enable the user to perform credential delegation. (i.e. second hop)
CertificateThumbprint

Specifies the certificate thumbprint to be used to impersonate the user on the remote machine.

ConnectionURI

The following is the definition of the input parameter "ConnectionURI". Specifies the transport, server, port, and ApplicationName of the new runspace. The format of this string is: transport://server:port/ApplicationName.

OptionSet

The following is the definition of the input parameter "OptionSet". OptionSet is a hash table and is used to pass a set of switches to the service to modify or refine the nature of the request.

Port

The following is the definition of the input parameter "Port". Specifies the port to be used when connecting to the ws management service.

SessionOption

The following is the definition of the input parameter "SessionOption". Defines a set of extended options for the WSMan session. This hashtable can be created using New-WSManSessionOption.

UseSSL

The following is the definition of the input parameter "UseSSL". Uses the Secure Sockets Layer (SSL) protocol to establish a connection to the remote computer. If SSL is not available on the port specified by the Port parameter, the command fails.

Applies to