I am running the following command in PowerShell:
PS C:\Users\adminaccount> winrm s winrm/config/service @{AllowUnencrypted="true";
MaxConcurrentOperationsPerUser="4294967295"}
Error: Invalid use of command line. Type "winrm -?" for help.
Which gives me an error, as you could see. But the same command in cmd.exe works fine:
C:\Users\adminacc
it1352
0
2020-10-03
I'm trying to execute vagrant plugin install vagrant-vbguest on my Mac
ProductName: Mac OS X
ProductVersion: 10.12.6
BuildVersion: 16G29
but I have an error message after that
Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually
caused by misconfigured pl
it1352
0
2020-08-11
I am a mac girl, working on connecting with knife-windows trough Opscode's managed Chef to my Rackspace Windows servers.
(I know, it sounds exotic, but these Windows servers are a customer requirment).
I tried to Chef for a spin but I am stuck in trying to bootstrap the Windows 2008 Server on Rackspace with the knife-windows command.
I am worki
it1352
0
2020-10-01
I am on host_computer and attempting to execute batch file on remote_computer (part of WORKGROUP) to enable psremoting and use winrm to add trustedhosts.
Based on http://social.technet.microsoft.com/Forums/scriptcenter/en-US/732495c0-114c-4a1e-bbe1-5a7a3b84012d/execute-a-batch-file-on-a-remote-pc?forum=ITCG
I tried creating a process, i.e.
$serv
it1352
48
2019-05-09
Using the Get-AzureCertificate command install the certificate and executed the commands in remote azure vm from local machine from 09-01-2015 (yesterday) onwards cannot able to execute the commands from local machine. Got the following error message when connecting to the azure vm.
[xxxxxx.cloudapp.net] Connecting to remote server xxxxxx.clou
it1352
6
2019-05-08
I want to use WinRM with https transport. I've bought a Comodo certificate (the error states I cannot use a self-signed certificate) with the Subject matching my FQDN (Full computer name in System) of my Windows 10 computer (not domain joined):
CN = my.domain.net
OU = PositiveSSL
OU = Domain Control Validated
When trying to create a https list
it1352
3
2019-05-21
I am trying to run powershell code from my computer to vm on my computer, but i keep getting this error:
Connecting to remote server failed with the following error message :
The WinRM client cannot process the request. If the authentication
scheme is different from Kerberos, or if the client computer is not
joined to a domain, then HTT
it1352
12
2019-05-10
I'm trying to run below puppet bolt command for remote Azure VM through powershell.
bolt command run ipconfig --targets winrm://158.28.0.546 --no-ssl -user testuser123 -password test@84p
getting below error for above command in powershell
Failed on 192.168.0.140:
Timeout after 10 seconds connecting to 192.168.0.140
Failed on 1 target: 192.168.0.1
it1352
1
2020-09-17
I am getting below timeout message once trying to provision file to an azure RM VM .
unknown error Post
http://terraform.eastus.cloudapp.azure.com:3389/wsman: read tcp
192.168.0.4:59745->52.224.162.240:3389: wsarecv: An existing connection was forcibly closed by the remote host.
I am trying file provision and the VM already there and no n
it1352
1
2020-09-17
I'd like to create a small application that can collect system information (Win32_blablabla) using WinRM as opposed to WMI. How can i do that from C#?
The main goal is to use WS-Man (WinRm) as opposed to DCOM (WMI).
Solution I guess the easiest way would be to use WSMAN automation. Reference wsmauto.dll from windwos\system32 in your project:
t
it1352
50
2019-05-10