Skip to content

gioxx/Nebula.Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula.Tools

Nebula.Tools provides everyday functions and utilities for PowerShell.

PowerShell Gallery Downloads

Note

If you are looking for automations that connect to Microsoft Graph or send e-mail, check out Nebula.Automations (https://github.com/gioxx/Nebula.Automations).


📦 Installation

Install from PowerShell Gallery:

Install-Module -Name Nebula.Tools -Scope CurrentUser

🚀 Usage

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


🧽 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.Tools -AllVersions -Force

# Reinstall the latest clean version
Install-Module -Name Nebula.Tools -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

Everyday functions and utilities for PowerShell. Available on https://go.gioxx.org/nebula-tools

Topics

Resources

License

Stars

Watchers

Forks

Contributors