UpdateOS icon indicating copy to clipboard operation
UpdateOS copied to clipboard

Use Select-Object instead of Select

Open nemchik opened this issue 4 years ago • 0 comments

Ref: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation/AvoidUsingCmdletAliases.md

'Select' is an alias of 'Select-Object'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content.

nemchik avatar Aug 02 '21 15:08 nemchik