Options

Powershell Child Item Question

HighlanderSwordHighlanderSword Member Posts: 2 ■■□□□□□□□□
When using get-childitem is there a way to upper case the selected results .

so for my example I'm returning the file name , I want to convert just the results of the below to uppercase as some files are in mixed case

Get-ChildItem "D:\*.*" -Recurse|select Name


Comments

Sign In or Register to comment.