[PR #258] [MERGED] TRMM agent troubleshooting, adding WIP scripts for DISM/SPF, disk read speed, login audit, and cell info #566

Closed
opened 2026-03-14 01:28:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/community-scripts/pull/258
Author: @silversword411
Created: 11/23/2024
Status: Merged
Merged: 11/23/2024
Merged by: @silversword411

Base: mainHead: main


📝 Commits (5)

  • 7927b04 Staging: Rename troubleshooting script
  • e3757cb wip: DISM and SFC checker and fixer
  • ed3fe18 wip: Add Disk Speed Multitest script with cross-platform support
  • 3dfffa3 wip: Add script to retrieve cellular data using WMI
  • 13e8ad3 refactor: Replace PowerShell login audit script with Python version

📊 Changes

6 files changed (+464 additions, -71 deletions)

View changed files

📝 scripts_staging/Win_TRMM_Troubleshooting_Agent.ps1 (+0 -0)
scripts_wip/Disk_Speedmultitest.py (+187 -0)
scripts_wip/Win_Celldata.ps1 (+25 -0)
scripts_wip/Win_DISM_SFC_CheckandFix.ps1 (+74 -0)
scripts_wip/Win_Login_Audit.ps1 (+0 -71)
scripts_wip/Win_Login_Auditv2.py (+178 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/community-scripts/pull/258 **Author:** [@silversword411](https://github.com/silversword411) **Created:** 11/23/2024 **Status:** ✅ Merged **Merged:** 11/23/2024 **Merged by:** [@silversword411](https://github.com/silversword411) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`7927b04`](https://github.com/amidaware/community-scripts/commit/7927b0422f37d93b52c0c51f853f3e9991ebd85a) Staging: Rename troubleshooting script - [`e3757cb`](https://github.com/amidaware/community-scripts/commit/e3757cb2293d37779e0acb82cf3a2a01e3e396db) wip: DISM and SFC checker and fixer - [`ed3fe18`](https://github.com/amidaware/community-scripts/commit/ed3fe182bca15ed14fea7056f2ea66441397a191) wip: Add Disk Speed Multitest script with cross-platform support - [`3dfffa3`](https://github.com/amidaware/community-scripts/commit/3dfffa38a912e6cf07da5d559784a76993b8e93a) wip: Add script to retrieve cellular data using WMI - [`13e8ad3`](https://github.com/amidaware/community-scripts/commit/13e8ad3b5c55095b5e7905940006fb7e2fe9519e) refactor: Replace PowerShell login audit script with Python version ### 📊 Changes **6 files changed** (+464 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `scripts_staging/Win_TRMM_Troubleshooting_Agent.ps1` (+0 -0) ➕ `scripts_wip/Disk_Speedmultitest.py` (+187 -0) ➕ `scripts_wip/Win_Celldata.ps1` (+25 -0) ➕ `scripts_wip/Win_DISM_SFC_CheckandFix.ps1` (+74 -0) ➖ `scripts_wip/Win_Login_Audit.ps1` (+0 -71) ➕ `scripts_wip/Win_Login_Auditv2.py` (+178 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 01:28:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/community-scripts#566
No description provided.