Windows credential manager for Local system account
  • 28 Aug 2024
  • 1 Minute to read
  • PDF

Windows credential manager for Local system account

  • PDF

Article summary

Steps to create credentials in Windows credential manager for Local system account

To connect to the specified Remote CI IP address mentioned, configure Username and Password in the Windows Credential Manager (Generic Credentials) of the SummitAI Proxy Server/ Execution Sever. Since the Orchestration Execution Service is running on Local System account, the credentials created by the logged in user on the proxy will not be accessible by the execution service.

To configure credentials for Local System account, perform the following steps:

Prerequisites

Requires Windows PowerShell v5.1 and above in Proxy Server

Steps

  1. In Windows search box enter PowerShell ise and open Windows Powershell ISE as Admin.

    If there is a prompt on screen, Click Yes.

    Powershell ISE

    Figure: PowerShell ISE

  2. In PowerShell editor, enter the following command and the press (F5)

    Install-Module -Name CredentialManager

    If there is a prompt on screen, Click Yes.

    Install CredentialManager

    Figure: Install CredentialManager

  3. Download PsTools to your system and unzip the downloaded file.

     Download Ps tools

    Figure: Download Ps tools

  4. Open command prompt in Administrator mode and change the directory to the downloaded path. Refer the following figure.

    Change the path of the Ps tools

    Figure: Change the path of the Ps tools

  5. Enter the following command in command prompt and press Enter.
    PsExec.exe -i -s powershell.exe

    Install powershell.exe

    Figure: Install powershell.exe

    A new PowerShell window opens as shown in the following figure.

     Install powershell.exe

    Figure: Install powershell.exe

  6. In the PowerShell window, enter the below command to configure the credentials. This will open a popup to enter Username and Password.

    New-StoredCredential -Target Summit_AD -Credentials (Get-Credential) -Persist Enterprise

     Enter Summit_AD credentials

    Figure: Enter Summit_AD credentials

    Note

    In the above command, Summit_AD is the user given name to identify the credentials. This name should be configured in Workflow Configuration.

    Enter Summit_AD credentials Username and password

    Figure: Enter Summit_AD credentials Username and password

  7. Enter the Username and Password and click Ok. Details are displayed after the credentials are created in Windows Credential Manager.

    Summit_AD Credentials displayed

    Figure: Summit_AD Credentials displayed


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.