WSManProviderNewItemComputerParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
|
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. |