Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateja-velickovic/pwsh-servprocmanagement
🛠️ Unlock efficient service management with our script for seamless and optimized system operations.
https://github.com/mateja-velickovic/pwsh-servprocmanagement
powershell powershell-scripts services windows windows-service
Last synced: 2 days ago
JSON representation
🛠️ Unlock efficient service management with our script for seamless and optimized system operations.
- Host: GitHub
- URL: https://github.com/mateja-velickovic/pwsh-servprocmanagement
- Owner: mateja-velickovic
- Created: 2023-12-12T17:15:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T11:12:39.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:08:40.891Z (about 2 months ago)
- Topics: powershell, powershell-scripts, services, windows, windows-service
- Language: PowerShell
- Homepage: https://learn.microsoft.com/en-us/powershell/scripting/samples/managing-services?view=powershell-7.4
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![PowerShell](https://img.shields.io/badge/PowerShell-%235391FE.svg?style=for-the-badge&logo=powershell&logoColor=white)
# Service & Processus Management Script## Overview
🛠️ Unlock efficient service and process management with our script for seamless and optimized system operations.## Features
- Collects information about currently running services and processes on a remote machine.
- Allows the user to define authorized services and processes by saving them in the corresponding CSV files.
- Manages authorization of services and processes based on the authorization CSV files.## Prerequisites
- PowerShell must be installed on the machine running the script.
- Necessary permissions to access the remote machine.## Usage
1. Ensure you have the prerequisites installed (insert prerequisites if applicable).
2. Download the `servProc.ps1` script.
3. Execute the script using the command: `.\servProc.ps1`.## CSV File Structure
authProc.csv: List of authorized processes.
actProc.csv: List of currently running processes.
authServ.csv: List of authorized services.
actServ.csv: List of currently running services.## Contribution
Contributions are welcome! If you'd like to contribute.## Contact
For any questions or comments, feel free to contact us at [email protected].