AuthenticatingWSManCommand.Credential 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 "Credential". Specifies a user account that has permission to perform this action. The default is the current user.
[System.Management.Automation.Alias(new System.String[] { "cred", "c" })]
[System.Management.Automation.Credential]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual System.Management.Automation.PSCredential Credential { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "cred", "c" })>]
[<System.Management.Automation.Credential>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Credential : System.Management.Automation.PSCredential with get, set
Public Overridable Property Credential As PSCredential
Property Value
- Attributes