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

# 자격 증명 (wdCred.exe)

> 자격 증명 (wdCred.exe)

이 도구를 사용하여 콘솔의 네트워크 자격 증명을 추가, 제거 및 열거합니다.

| 명령                   | 설명                           |
| -------------------- | ---------------------------- |
| [add](#wdcred_add)   | 콘솔에 네트워크 자격 증명을 추가하거나 대체합니다  |
| [remove]()           | 콘솔에서 네트워크 자격 증명을 제거합니다       |
| [list](#wdcred_list) | 콘솔에 저장된 모든 네트워크 자격 증명을 나열합니다 |

<a id="wdcred_add" />

## wdcred add

콘솔에 네트워크 자격 증명을 추가하거나 대체합니다.

`wdCred add <ServerName> <UserName> <Password> [/verify]`

| 옵션            | 설명                              |
| ------------- | ------------------------------- |
| `Server Name` | 자격 증명이 연결된 서버 이름입니다.            |
| `Username`    | 네트워크 공유에 액세스하는 데 사용할 사용자 이름입니다. |
| `Password`    | 네트워크 공유에 액세스하는 데 사용할 암호입니다.     |
| `Verify`      | 추가하기 전에 자격 증명을 확인합니다.           |

<a id="wdcred_remove" />

## wdcred remove

콘솔에서 네트워크 자격 증명을 제거합니다.

`wdCred remove <ServerName>`

<a id="wdcred_list" />

## wdcred list

콘솔에 저장된 모든 네트워크 자격 증명을 나열합니다.

`wdCred list`

## 참고 항목

[콘솔 명령줄 도구](/tools/tools-console/console_commandlinetools/consolecommandlinetools)

[XTF 전송 오류](/tools/tools-console/commandlinetools/xtf-transport-errors)


## Related topics

- [콘솔 기반 명령줄 도구](/ko/tools/tools-console/console_commandlinetools/consolecommandlinetools.md)
- [XBOX용 콘솔 기반 명령줄 도구](/ko/tools/tools-console/console_commandlinetools/index.md)
- [XtfRemoveCredential](/ko/reference/tools/xtf/xtfapi/functions/xtfremovecredential-xtfapi-xbox-windows-m.md)
- [XtfGetCredentialInfoCount](/ko/reference/tools/xtf/xtfapi/functions/xtfgetcredentialinfocount-xtfapi-xbox-windows-m.md)
- [XtfAddCredential](/ko/reference/tools/xtf/xtfapi/functions/xtfaddcredential-xtfapi-xbox-windows-m.md)
