mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 10:53:03 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/windows/cmdkey
Normal file
21
tldr/windows/cmdkey
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cmdkey
|
||||
|
||||
> Create, show, and delete stored user names and passwords.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cmdkey>.
|
||||
|
||||
- List 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 /delete {{target_name}}`
|
||||
Reference in New Issue
Block a user