Running the following powershell command
invoke-computer -computer computer -scriptblock{remove-item -force \\otherpc\backup_dump\TEST\*}
I get an error
The object at the specified path \ otherpc \ backup_dump \ TEST \ does not exist.
But when I run it locally, it works, I suspect there is something to do with the area, but I'm not sure about that, any help would be great.
source
share