
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 10:01 PM - last edited on ‎04-01-2024 04:16 PM by Mercedes_O
Had a recent issue where I needed to use this quite often so I built it as a tool for our help desk to use going forward. It checks the status of the user's password:
cmd.exe /K net user {username} /domain
Labels:
- Labels:
-
API & Integrations
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2021 06:24 PM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2021 02:07 PM
brodiemac-too wrote:
Had a recent issue where I needed to use this quite often so I built it as a tool for our help desk to use going forward. It checks the status of the user's password:cmd.exe /K net user {username} /domain
Thanks mate!

