Hi,
According to the error, the string ${env:ProgramFiles(x86)}\del
is not expanded. You can try this
remove-item $ExecutionContext.InvokeCommand.ExpandString($r) -recurse
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.