G
gnja.io
HomeBlogProjectsGalleryVideosAbout
System operational
© 2026 gnja.io•About•GitHub•YouTube•RSS
Blog

Blog

2 posts tagged parameter

PowerShell Quick Tip: Using ValidateSet
PowerShell

PowerShell Quick Tip: Using ValidateSet

PowerShell Quick Tip: Using ValidateSetWhy Use ValidateSet?ValidateSet is part of advanced parameters. It allows you to constrain the input of the parameter to a set of values. It also will...

Jan 21, 20172 min read
PowerShell: Working with CSV Files
PowerShell

PowerShell: Working with CSV Files

Why did I want to do this?I wanted to learn how to manipulate CSV files for logging purposes as well as for part of a script I was writing to email out a different quest each day. In particular...

Jan 18, 20161 min read