NewCimSessionCommand.Credential Property

Definition

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.

public System.Management.Automation.PSCredential Credential { get; set; }
[System.Management.Automation.Credential]
[System.Management.Automation.Parameter(ParameterSetName="CredentialParameterSet", Position=1)]
public System.Management.Automation.PSCredential Credential { get; set; }
member this.Credential : System.Management.Automation.PSCredential with get, set
[<System.Management.Automation.Credential>]
[<System.Management.Automation.Parameter(ParameterSetName="CredentialParameterSet", Position=1)>]
member this.Credential : System.Management.Automation.PSCredential with get, set
Public Property Credential As PSCredential

Property Value

Attributes

Applies to