# How to Check When a Windows Password Was Last Updated or When It Will Expire

### **Overview**

If experiencing issues related to login credentials or service authentication, checking the password history and expiration date for Windows accounts can help identify the root cause. This is especially useful when working with benchtop instruments or software like Local Run Manager (LRM).

### **Steps to Check Password Info**

**1. Open Command Prompt**

* * Select the **Start** button
  * Enter **cmd** in the search box to open the Command Prompt
  * Press **Enter**

**2. Run the Following Commands**

Enter each command into the Command Prompt, select **Enter** after each entry:

* * `net user sbsuser`
  * `net user sbsadmin`

These commands display account details, including:

* **Password last set date**
* **Password expires**
* **Account active status**

**3. Review or Share the Results**

**Take a screenshot of the output to share with Illumina Technical Support as needed.**

![](/files/7RP92oWlvKX4ziSFIJuJ)

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                        |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #3269), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000003269%20-%20Instrumentation%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.illumina.com/instrumentation/general/instrumentation-general-faq-list/000003269.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
