Skip to content

kumsa-Mergia/Linux-Windows-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

85 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Linux-Windows-Automation

πŸš€ A collection of automation scripts for Linux and Windows systems.

This repository is intended to store and share scripts that simplify system administration, configuration, maintenance, and everyday tasks across both operating systems.


πŸ“‚ Repository Structure

Linux-Windows-Automation/
β”‚
β”œβ”€β”€ linux/
β”‚   β”œβ”€β”€ User & Security
β”‚   β”œβ”€β”€ Services & OS Health
β”‚   β”œβ”€β”€ Storage & Filesystems

β”‚
β”œβ”€β”€ windows/
β”‚   β”œβ”€β”€ Identity & Security
β”‚   β”œβ”€β”€ OS & Services
β”‚   β”œβ”€β”€ Storage & Disk
β”‚
└── README.md

The structure may evolve as more scripts and tools are added.

πŸ› οΈ What You’ll Find Here

Linux Automation

  • Bash / Shell scripts
  • System setup and configuration
  • User and permission management
  • Package installation and updates
  • Monitoring and maintenance tasks

Windows Automation

  • PowerShell scripts
  • Batch scripts
  • System configuration and cleanup
  • User, service, and task automation

🎯 Purpose

  • Learn and practice automation
  • Save time on repetitive system tasks
  • Build a personal automation toolkit
  • Share useful scripts with the community

▢️ Usage

Linux

chmod +x script.sh
./script.sh

Windows (PowerShell)

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
.\script.ps1

Please Always review scripts before running them on your system.


⚠️ Disclaimer

These scripts are provided as-is. Use them at your own risk, especially on production systems.


🀝 Contributions

Contributions, improvements, and suggestions are welcome!

  • Fork the repository
  • Create a new branch
  • Submit a pull request


⭐ Support

If you find this repository useful, consider giving it a ⭐ to support the project!


Just tell me πŸ‘

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors