How to pass Variables into Remove-Item “Variable*” -Force -Recurse
1 Like
Hi @nibu,
This tutorial should help you:
1 Like
Hi.
Why don’t do this way: “Remove-Item “+PC_Folder_Path+” -Force -Recurse” ?
1 Like
Good idea @Head
However the power shell don’t work with any code !!
Based on what do you want to achieve with PS you need to choose proper argument type:
1 Like
Thank you @Pablito
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.