NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    Credential Parameter (Get-POP Cmdlet)

    The PSCredential object to use for user/password authentication.

    Syntax

    Get-POP -Credential PSCredential

    Remarks

    Every cmdlet that supports user authentication will expose a Credential parameter. A PSCredential object should be specified for this parameter. Alternatively, the User and Password parameters can be set to represent the credential information.

    If the cmdlet supports client key authentication it uses the password field of this object for the certificate's password. This setting is enabled by using public key authentication. Note: Due to security reasons, it is recommended that you use the Credential parameter rather than User and Password to specify the authentication information.

    Default Value

    null

    Parameter Position

    1

    Parameter Alias

    auth

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]