Hello! This has probably been asked a billion times.. I searched through the older posts and really didn't find anything that has helped me. I am just learning powershell, so im not a crazy genius at it. I have been using the command once remoted into their computer with PS.. invoke-item -path "path here" and nothing happens. It pretty much just hangs then says server execution failed. Iv'e also tried not being in remote and using invoke-command -computername "name" -scriptblock {invoke-item -path "pathhere"} after that i receive an error saying server execution failed. Can someone tell me what i am doing wrong?
↧