can someone help me with this, not sure how to pass string concatenation
paramters to a cmdlet.
$UFLFileName = Get-Item -Path c:\ufl\copied\B4029S23_20091229_124114_20.SC2
Rename-Item -Path $UFLFileName.FullName -NewName
$($UFLFileName.BaseName)+".UFL"


