eliweitzman / EnterpriseTechTool

A one-stop-shop powershell-based application for automating and abstracting enterprise service tasks!
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

[FEATURE] Custom Functions Library #68

Closed eliweitzman closed 6 months ago

eliweitzman commented 11 months ago

Is your feature request related to a problem? Please describe. A method of adding custom functions to ETT that are limited to only my use case

Describe the solution you'd like A library or menu (potentially within the toolbox) to add custom PowerShell functions and scripts.

eliweitzman commented 9 months ago

Figured out how to work this, which is kinda clever. Basically, it will recognize any functions with the name prefix "custom_" and add it to a list. Then, it can invoke it within.

eliweitzman commented 7 months ago

Want to enhance this by cleaning up the name displayed (dropping "_custom" from the front")

TheDeadGPU commented 6 months ago

Custom names are available for Config File Defined Custom Functions. Refer to commit 4e2c577 for more information on how this works.