mirror of
https://github.com/amidaware/community-scripts.git
synced 2026-04-26 22:45:53 +03:00
[PR #252] [CLOSED] Create Win_Process_ProcessManager.ps1 and Win_Network_Manage_ipv6.ps1 #254
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/community-scripts#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/community-scripts/pull/252
Author: @Kf637
Created: 8/30/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
238a908Create Win_Process_ProcessManager.ps172ab4ebCreate 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
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.