> ## 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.

# Credentials (wdCred.exe)

> Credentials (wdCred.exe)

Use this tool to add, remove, and enumerate the network credentials on a console.

| Command              | Description                                          |
| -------------------- | ---------------------------------------------------- |
| [add](#wdcred_add)   | Adds or replaces a network credential on the console |
| [remove]()           | Removes a network credential from the console        |
| [list](#wdcred_list) | Lists all network credentials stored on the console  |

<a id="wdcred_add" />

## wdcred add

Adds or replaces a network credential on the console.

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

| Option        | Description                                                |
| ------------- | ---------------------------------------------------------- |
| `Server Name` | The server name with which the credentials are associated. |
| `Username`    | The username to access the network share.                  |
| `Password`    | The password to access the network share.                  |
| `Verify`      | Verify the credentials before adding them.                 |

<a id="wdcred_remove" />

## wdcred remove

Removed a network credential from the console.

`wdCred remove <ServerName>`

<a id="wdcred_list" />

## wdcred list

Lists all network credentials stored on the console.

`wdCred list`

## See also

[Console Command-line tools](/tools/tools-console/console_commandlinetools/consolecommandlinetools)

[XTF transport errors](/tools/tools-console/commandlinetools/xtf-transport-errors)


## Related topics

- [Console-based command-line tools](/tools/tools-console/console_commandlinetools/consolecommandlinetools.md)
- [Console-based command-line tools for XBOX](/tools/tools-console/console_commandlinetools/index.md)
- [XtfAddCredential](/reference/tools/xtf/xtfapi/functions/xtfaddcredential-xtfapi-xbox-windows-m.md)
- [XtfRemoveCredential](/reference/tools/xtf/xtfapi/functions/xtfremovecredential-xtfapi-xbox-windows-m.md)
- [XtfGetCredentialInfoCount](/reference/tools/xtf/xtfapi/functions/xtfgetcredentialinfocount-xtfapi-xbox-windows-m.md)
