Skip to content

gioxx/Nebula.Automations

Repository files navigation

Nebula.Automations (formerly Nebula.Tools)

Nebula.Automations provides reusable PowerShell functions for scripting, automation and cloud integration.

PowerShell Gallery Downloads

Note

Why the name change?
I want this module to remain specifically designed and developed to be an integral part of other scripts and automations that have little to do instead with everyday use tools. Nebula.Tools will return in another form, with different functions related to everyday use via PowerShell.
I apologize if this is confusing, I realize I could have thought of this long before!
The old GUID was invalidated and I removed the old versions from the GitHub releases. It's starting from scratch. I recommend you do the same with any installations on your machine!


📦 Installation

Install from PowerShell Gallery:

Install-Module -Name Nebula.Automations -Scope CurrentUser

🚀 Usage

All documentation for using the module is available at kb.gioxx.org/Nebula/Automations.


🧽 How to clean up old module versions (optional)

When updating from previous versions, old files (such as unused .psm1, .yml, or LICENSE files) are not automatically deleted.
If you want a completely clean setup, you can remove all previous versions manually:

# Remove all installed versions of the module
Uninstall-Module -Name Nebula.Automations -AllVersions -Force

# Reinstall the latest clean version
Install-Module -Name Nebula.Automations -Scope CurrentUser -Force

ℹ️ This is entirely optional — PowerShell always uses the most recent version installed.


📄 License

All scripts in this repository are licensed under the MIT License.


🔧 Development

This module is part of the Nebula PowerShell tools family.

Feel free to fork, improve and submit pull requests.


📬 Feedback and Contributions

Feedback, suggestions, and pull requests are welcome!
Feel free to open an issue or contribute directly.

About

Nebula.Automations provides reusable PowerShell functions for scripting, automation and cloud integration. Available on https://go.gioxx.org/nebula-automations

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors