Skip to content

deep1ne8/misc

 
 

Repository files navigation

AutoByte - Easy Automate Your Repetitive Troubleshooting Tasks with PowerShell

AutoByte

AutoByte is a PowerShell automation tool that simplifies system tasks, making it easier to manage deployments, configurations, and automation workflows.

🔥 Features

  • Automates repetitive system tasks
  • Lightweight and fast execution
  • Seamless integration with PowerShell

This is my personal project to improve my PowerShell skills and to automate repetitive troubleshooting tasks.

Tool in continious development. New features will be added soon!!!!

🚀 Installation

You can install AutoByte using PowerShell:

git clone https://github.com/deep1ne8/misc.git
cd .\misc
& .\AutoByteGUI-Build.ps1

Execute AutoByteGUI:

& python .\AutoByteGUI.py

🖥️ AutoByte CLI (new)

A self-discovering launcher for the Scripts/ library. It reads every Scripts/*.ps1, shows what each does, and runs the one you pick.

.\AutoByte-CLI.ps1                # interactive numbered menu
.\AutoByte-CLI.ps1 list           # all scripts + descriptions
.\AutoByte-CLI.ps1 categories     # grouped by inferred category
.\AutoByte-CLI.ps1 show <name>    # description of one script
.\AutoByte-CLI.ps1 run <name>     # run a script by name

Example:

.\AutoByte-CLI.ps1 run CheckIfUserIsAdmin

Each script runs in its own PowerShell process. Review scripts before production use — many require Administrator and modify system state.

📖 Documentation

For detailed guides and usage instructions, visit the AutoByte Wiki.

📜 Release Notes

Check out the Release Notes for new updates and improvements.

📬 Support

About

AutoByte is a **PowerShell automation tool** that simplifies system tasks, making it easier to manage deployments, configurations, and automation workflows.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • PowerShell 95.3%
  • Shell 3.2%
  • Other 1.5%