This commit is contained in:
2024-04-03 22:04:13 +02:00
parent 7e68609006
commit 0b373d31db
142 changed files with 7334 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Windows Server Evaluation Rearm
Windows Server Evaluations are valid for 180 days. After that period, the server will need to be rearmed a few times. This is useful for testing purposes, and extending the evaluation period for additional 180 days.
## View Windows Server Evaluation Status
```powershell
slmgr /dlv
```
## Rearm Windows Server Evaluation
```powershell
slmgr /rearm
```
Confirm the rearm was successful by running `slmgr /dlv` again.