PowerShell Profiles for Beginners #8
hdouglassjr
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Thanks for your feedback. I think this is the best topic for the next tutorial. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I just heard the podcast "Living in PowerShell with Jeff Hicks" and found out about your PSIntro module that I find is a great learning resource. And Andrew brought up the concept of PowerShell profiles, that I must admit, is such an important and confusing subject for beginners. I still struggle with it in certain contexts, and I think adding items in this tutorial would be well worth it. In my struggles with learning profiles, here were the areas that make it difficult to grasp:
One thing I would like to share is something our PowerShell meetup at my work found useful was this command that I use in my profile script:
For me, it gives a visual of all options to use and help save some keystrokes. It's not fancy, but as a beginner it provides information at the same time instead of an iterative tabbing on the command line in alphabetical order. That beginning iterative style took time or I would go over the one I wanted to use causing me to go back to the beginning of the options.
Also, I found this command to create a new profile, just a quick way to do from the command, but as a beginner, you have to know what PowerShell you're in to determine what profile you are creating:
Love the podcast and hope this could help in advancing the development of the PowerShell community!
Sincerely,
Harry Douglass
Beta Was this translation helpful? Give feedback.
All reactions