python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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 ...
Laurie Dickinson
Votes: 0
Answers: 1
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 ...
Deepak
Votes: 0
Answers: 1