Skip to content

Commit 93e162e

Browse files
Sync Meetup events (#204)
Automated synchronization of upcoming events from configured Meetup groups. Co-authored-by: HeyItsGilbert <615265+HeyItsGilbert@users.noreply.github.com>
1 parent 5cc62ab commit 93e162e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
meetupEventId: "316581155"
3+
meetupSource: meetup
4+
startDate: "2026-10-01"
5+
title: "Adding Value to Your PowerShell Functions w/ Jeffery Hicks"
6+
externalUrl: "https://www.meetup.com/powershellohio/events/316581155/"
7+
virtual: true
8+
where: "Online"
9+
---
10+
PowerShell Ohio User Group
11+
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.
12+
13+
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.

0 commit comments

Comments
 (0)