Hi
It was solved with other option
Instead of using *_$($NumberOfWeek)_*
I created three variables more
$Open="*_"
$Close="_*"
$PartialName=$Open+$NumberOfWeek+$Close
and it replaced that piece of statement
If someone has other solution using $(...), it would be great