Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
100 views

I am trying to create a Remote PowerShell (RPS) that will form connection between machines to execute RPS Commands. I have this following example setup "HostPC with C# console application (that ...
0 votes
2 answers
217 views

I'm trying to run a remote command using Invoke-Command over WSMan in PowerShell on my local machine. Here’s my test script: $server = 'localhost' Invoke-Command -Authentication Negotiate -...
0 votes
0 answers
39 views

I am trying to use Azure Flex powershell function to execute remote WinRM scripts. It is working in windows based consumption function. But I want to see if this works from flex which is linux based. ...
1 vote
0 answers
53 views

We're developing a Windows application environment on EC2s. There is a Bastion host that will be used for configuration tasks using PSSessions to run scripts on remote machines. This was built in an ...
0 votes
1 answer
193 views

I'm encountering an issue with WinRM certificate authentication on a Windows Server 2022 CIS STIGs image. The server is running the WinRM service, and I'm trying to connect from an Ubuntu Pro 20.04 ...
0 votes
1 answer
77 views

I am trying to manage a Windows machine from Ubuntu using Ansible. I am able to successfully transfer my target files, including Docker Compose files, to the Windows machine. However, when I try to ...
0 votes
1 answer
1k views

I am trying to create an AMI of a windows server using packer following this repo, however it seems like its using an older version of windows server which doesnt seem to work. How can I create a ...
0 votes
1 answer
129 views

I have the following script: $job = Invoke-Command -ComputerName $hostname -ScriptBlock {powershell.exe -ExecutionPolicy Bypass -File $using:localScriptPath -InstallApproved} -AsJob -Credential $...
0 votes
1 answer
1k views

I have two HTTPS listeners (One Compatibility) on winrm as follows: Listener Address = * Transport = HTTPS Port = 5986 Hostname = <hostname here> Enabled = true URLPrefix ...
0 votes
1 answer
95 views

The rundeck is unable to execute powershell script with import-module even I install the 'Microsoft.Online.SharePoint.PowerShell' module in the target server. [ERROR ] Execution finished with the ...
Lev's user avatar
  • 1
0 votes
0 answers
75 views

I would like to provision an Azure DTL Windows Server 2019 Datacenter machine using an ARM template. I have the template for it and it works fine - no problem there. The problem is that I also would ...
0 votes
1 answer
525 views

I am using PyWinRm on my windows machine to connect to a remote host using Kerberos. In our environment we use pywinrm on our linux machines to run PowerShell commands all the time using Kerberos. The ...
0 votes
2 answers
946 views

winrm e winrm/config/listener Will list all listener, but displayed in string format. Like this : Listener Address = * Transport = HTTPS Port = 5986 Hostname Enabled = true ...
1 vote
0 answers
268 views

I'm using python + winrm to get files from a windows server. The code runs fine but slowly. It can only get about 10GB per day by this way. If I copy files through remote desktop(mstsc.exe or Other ...
1 vote
0 answers
171 views

I'm trying to execute a playbook from Ansible Tower that will do some things on a windows server and as a first task it 'gathering facts' and it is already failing at that point with error code 403. ...

15 30 50 per page
1
2 3 4 5
...
37

AltStyle によって変換されたページ (->オリジナル) /