Connect-EPCController
    • 04 Nov 2021
    • 1 Minute to read
    • Contributors
    • Dark
      Light
    • PDF

    Connect-EPCController

    • Dark
      Light
    • PDF

    Article Summary

    Connects to EPC Controller and store the credentials for later use.

    Description

    Connects to an Endpoint Client Controller and store the credentials for later use.

    Syntax

    Connect-EPCController
      -ControllerFQDN  (String)
      -Credential  (PSCredential)
      -StoredCredentialTarget  (String)
    

    Examples

    Example 1

    $Cred = Get-Credential
    

    Connect-EPControllerFQDN -Credential $cred -ControllerFQDN contoso.nectar.services
    Connects to the contoso.nectar.services EPC Controller using the credentials supplied to the Get-Credential command

    Example 2

    Connect-EPControllerFQDN -ControllerFQDN contoso.nectar.services -StoredCredentialTarget MyEPCCreds
    

    Connects to contoso.nectar.services EPC Controller using previously stored credentials called MyEPCCreds

    Parameters

    -ControllerFQDN <String>
    The FQDN of the Endpoint Client Controller

    ParameterValue
    Requiredfalse
    Position1
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByValue)
    Accept wildcard characters?false

    -Credential <PSCredential>
    The credentials used to access the EPC Controller.

    ParameterValue
    Requiredfalse
    Position2
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    -StoredCredentialTarget <String>
    Use stored credentials saved via New-StoredCredential. Requires prior installation of CredentialManager module via Install-Module CredentialManager, and running:
    Get-Credential | New-StoredCredential -Target MyEPCCreds -Persist LocalMachine

    ParameterValue
    Requiredfalse
    Position3
    Requiredfalse
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy, a super-smart generative AI, opening up ways to have tailored queries and responses