Last active
February 8, 2022 16:52
-
-
Save santisq/72e1432c0c07ff33a6b3a857fc30e2ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$myWeirdParams = @( | |
"-First" | Add-Member -NotePropertyName '<CommandParameterName>' -NotePropertyValue 'First' -PassThru | |
3 | |
,@("name", "fullname") | |
) | |
Get-ChildItem | Select-Object @myWeirdParams |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment