Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about remote-execution

Read more about remote-execution

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - remote-execution

Invoke-Command not finding script, but it's there

I'm attempting to run a very simple script on a different server and am getting an ItemNotFoundException. Here's my script: Invoke-Command -ComputerName myserver -FilePath C:\laurietest\testthis.ps1 ...
test-img

Laurie Dickinson

powershell

invoke-command

remote-execution

Votes: 0

Answers: 1

Latest Answer

The -FilePath parameter expects a local file path. If the path refers to a file on the remote machine you'll want to use the -ScriptBlock parameter instead: Invoke-Command -ComputerName myserver -Scri...
test-img

Mathias R. Jessen

Not able to connect to remote host via terraform OCI ,remote-exec

I am new to Terraform , OCI . So I am now trying to ssh on a linux host in my OCI via cloud shell, but that host is in a private subnet. So I am trying below command but getting timeout error. Could ...
test-img

Deepak

ssh

terraform

oracle-cloud-infrastructure

remote-execution

terraform-provider-oci

Votes: 0

Answers: 1

Latest Answer

@Deepak .. I guess you cannot connect to instance in private subnet using private IP. You would need bastion host in this case. Before trying it from terraform, did you try it out from OCI console?. I...
test-img

Tapan Hegde

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved