From e532b68fb439886ba01cc6acd92f9f24b5114aa9 Mon Sep 17 00:00:00 2001 From: HeyItsGilbert <615265+HeyItsGilbert@users.noreply.github.com> Date: Wed, 16 Sep 2026 18:27:19 +0000 Subject: [PATCH] Sync Meetup events --- content/calendar/meetup-316581155.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/calendar/meetup-316581155.md diff --git a/content/calendar/meetup-316581155.md b/content/calendar/meetup-316581155.md new file mode 100644 index 000000000..eb814d11b --- /dev/null +++ b/content/calendar/meetup-316581155.md @@ -0,0 +1,13 @@ +--- +meetupEventId: "316581155" +meetupSource: meetup +startDate: "2026-10-01" +title: "Adding Value to Your PowerShell Functions w/ Jeffery Hicks" +externalUrl: "https://www.meetup.com/powershellohio/events/316581155/" +virtual: true +where: "Online" +--- +PowerShell Ohio User Group +With a little education and experience, it is not especially difficult to write a PowerShell function. You might write a function to simplify a basic task for yourself or for others. A function's purpose is to abstract the user's experience in running PowerShell code. Your function most likely includes parameters to make the code flexible and reusable. However, there are a few other features you can incorporate into your PowerShell function that will add value from the user's perspective. These features will improve the quality of your code and add a degree of professionalism. + +In this session, we'll look at three easy-to-use features that are often overlooked but make excellent additions to any codebase. You will learn how easy it is to add verbose messaging to your function. This can serve not only the user but also the function's author. Next, instead of using Write-Host lines to provide feedback on long-running code, you should take advantage of Write-Progress. Finally, learning to leverage the information stream allows your function to do even more. This will be a demo-heavy session that will help you level up your PowerShell scripting game.