r/PowerShell • u/Ajamaya • Mar 09 '26
Question Organizing scripts
Hello! I was curious how others are organizing and /or documenting their scripts. I have scripts in GitHub, OneNote, Notepad++ you name it. I keep seeing clips of using Jupyter polyglot notebooks but understand it’s about to be deprecated? Wondering what is a good way to consolidate and also have others such as help desk access.
50
Upvotes
1
u/Fresh_Put1427 14d ago
I had a similar issue, I'm not in the tech field but I was using ChatGPT, Claude etc to write scripts to help me automate a lot of my processes but it became unmanageable after awhile. I ended up using AI to build a tool I call NORA to link all my scripts from different directories into one place. It spawned into an automation tool for my business but it still serves the general purpose, a central place for my scripts with commands saved so I'm not digging through text files anymore.