mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
cmdkey: add page (#10430)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
a1561ccc1b
commit
e1dc79df27
1 changed files with 16 additions and 0 deletions
16
pages/windows/cmdkey.md
Normal file
16
pages/windows/cmdkey.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# cmdkey
|
||||
|
||||
> Create, show, and delete stored user names and passwords.
|
||||
> More information: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmdkey>.
|
||||
|
||||
- Show a list of all user credentials:
|
||||
|
||||
`cmdkey /list`
|
||||
|
||||
- Store credentials for a user that accesses a server:
|
||||
|
||||
`cmdkey /add:{{server_name}} /user:{{user_name}}`
|
||||
|
||||
- Delete credentials for a specific target:
|
||||
|
||||
`cmdkey.exe /delete {{target_name}}`
|
Loading…
Add table
Reference in a new issue