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)
Multiple credentials prompts when remoting on server/Powershell
When logging on windows server to check uptime and services, I am being logged through gateway, both server and gateway are require different credentials.
I am working on powershell script that does t...
Alex
Votes: 0
Answers: 0
New-ItemProperty only runs locally, not when remotely via Invoke-Command?
I am trying to set a registry value on a remote Windows 2019 domain joined machine. When I RDP into the machine I can run the following to change the registry value locally from that machine:
Example ...
Bajan
Votes: 0
Answers: 0
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
How to use invoke command to install .msi file on remote system which requires elevated permissions
I am trying to run an msiinstaller file on a remote system using the invoke-command.
I have tried a couple of different methods but both have been unsuccessful to this point.
They don't error out but ...
dontron
Votes: 0
Answers: 0