---
title: "Windows credential manager for Local system account"
slug: "windows-credential-manager-for-local-system-account-v7sp3"
updated: 2024-08-28T13:22:20Z
published: 2024-08-28T13:22:20Z
canonical: "help.symphonysummitai.com/windows-credential-manager-for-local-system-account-v7sp3"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.symphonysummitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows credential manager for Local system account

## 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](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/1(6).png)

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](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/2(8).png)

Figure: Install CredentialManager
3. Download PsTools to your system and unzip the downloaded file.

![ Download Ps tools](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/3(3).png)

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](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/4(4).png)

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](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/5(2).png)

Figure: Install powershell.exe A new PowerShell window opens as shown in the following figure.

![ Install powershell.exe](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/6(2).png)

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](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/7(2).png)

Figure: Enter Summit_AD credentials

> [!NOTE]
> 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](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/8(2).png)

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](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/9(1).png)

Figure: Summit_AD Credentials displayed
