PowerShell Advanced Functions

preview_player
Показать описание
In this video, we'll create some advanced functions with multiple parameter sets, one that supports pipeline input and take advantage of argument completers.

Рекомендации по теме
Комментарии
Автор

This would be a cool set of cmdlets to turn into a class.

HeyItsGilbertS
Автор

HI Adam,

Can you do a demo for Pode and PSHTML powershell modules.

Regards,
Ashish

ashisharya
Автор

Liked because I love PowerShell and MTG.

Unliked because I can't deal with how you place your curly braces.

OneOfThePetes
Автор

You shouldn't be using += and @() to loop through items. Just use "foreach ($Item in $Card) {}"
+= is ill performant.

kewlxCronce