NewWSManSessionOptionCommand.SPNPort Property
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.
The following is the definition of the input parameter "SPNPort". Appends port number to the connection Service Principal Name SPN of the remote server. SPN is used when authentication mechanism is Kerberos or Negotiate.
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int SPNPort { get; set; }
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.SPNPort : int with get, set
Public Property SPNPort As Integer
Property Value
- Attributes