[PR #252] [CLOSED] Create Win_Process_ProcessManager.ps1 and Win_Network_Manage_ipv6.ps1 #254

Closed
opened 2026-03-02 02:11:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/community-scripts/pull/252
Author: @Kf637
Created: 8/30/2024
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 238a908 Create Win_Process_ProcessManager.ps1
  • 72ab4eb Create Win_Network_Manage_ipv6.ps1

📊 Changes

2 files changed (+139 additions, -0 deletions)

View changed files

scripts/Win_Network_Manage_ipv6.ps1 (+98 -0)
scripts/Win_Process_ProcessManager.ps1 (+41 -0)

📄 Description

The ProcessManager PowerShell script designed to manage and monitor system processes effortlessly.

When executed without arguments, ProcessManager provides a list of all running processes along with their Process IDs (PID), making it easy to monitor system activity.

When one or more PIDs are provided as arguments, the script attempts to terminate the specified processes, outputting a confirmation or an error message for each.

Output without any script arguments

No arguments passed. Listing all processes:
----------------------------------

12692  AcPowerNotification
4900   AdobeIPCBroker
9884   AggregatorHost
6984   ArmouryCrate.Service
4276   wireguard

Output when PID argument is passed

Process with PID 4276 (wireguard) has been terminated.


🔄 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/252 **Author:** [@Kf637](https://github.com/Kf637) **Created:** 8/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`238a908`](https://github.com/amidaware/community-scripts/commit/238a90898ea7868cff0794f4f9e4e747f2982a8b) Create Win_Process_ProcessManager.ps1 - [`72ab4eb`](https://github.com/amidaware/community-scripts/commit/72ab4eb67bdb3a216e16474c804cb6ab9ac6e2d1) Create Win_Network_Manage_ipv6.ps1 ### 📊 Changes **2 files changed** (+139 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/Win_Network_Manage_ipv6.ps1` (+98 -0) ➕ `scripts/Win_Process_ProcessManager.ps1` (+41 -0) </details> ### 📄 Description The ProcessManager PowerShell script designed to manage and monitor system processes effortlessly. When executed without arguments, ProcessManager provides a list of all running processes along with their Process IDs (PID), making it easy to monitor system activity. When one or more PIDs are provided as arguments, the script attempts to terminate the specified processes, outputting a confirmation or an error message for each. **Output without any script arguments** ``` No arguments passed. Listing all processes: ---------------------------------- 12692 AcPowerNotification 4900 AdobeIPCBroker 9884 AggregatorHost 6984 ArmouryCrate.Service 4276 wireguard ``` **Output when PID argument is passed** `Process with PID 4276 (wireguard) has been terminated.` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-02 02:11:12 +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#254
No description provided.