Test-Connection failed:no such host is known
I recently re did my server 2012 r2 and my windows 10 golden VM

I've added these to batch file to run at the end of deployment
sc config "remoteregistry" start= auto
sc start "remoteregistry"
sc config "winrm" start= auto
sc start "winrm"
REG add "HKLM\SYSTEM\CurrentControlSet\services\WinRM" /v Start /t REG_DWORD /d 2 /f
REG add "HKLM\SYSTEM\CurrentControlSet\services\RemoteRegistry" /v Start /t REG_DWORD /d 2 /f

The services are started on the golden vm but commands don't work
The work from my virtual server to my physical machine and vice versa

am I missing something else that needs to be enabled?
August 19th, 2015 11:21pm

No idea what you question is.

This is a PowerShell forum and you are posting batch commands. Why?

If you are asking why Test-Connection fails then please understand that Test-Connection has nothing to do with remoting.  Test connection is luke "ping"  it just checks to see if the remote system is connected.

All of these things require special firewall settings.  You cannot set the firewall remotely.

Free Windows Admin Tool Kit Click here and download it now
August 20th, 2015 12:09am

DNS-entry is ok?

Test it with nslookup.

Is the correct IP-Adress returned?

August 20th, 2015 3:09pm

No idea what you question is.

This is a PowerShell forum and you are posting batch commands. Why?

If you are asking why Test-Connection fails then please understand that Test-Connection has nothing to do with remoting.  Test connection is luke "ping"  it just checks to see if the remote system is connected.

All of these things require special firewall settings.  You cannot set the firewall remotely.

Free Windows Admin Tool Kit Click here and download it now
August 20th, 2015 10:05pm

close the thread

followed https://4sysops.com/archives/enable-powershell-remoting/
August 20th, 2015 11:04pm

Test-Connection does not use remoting.  It uses Net classes.
Free Windows Admin Tool Kit Click here and download it now
August 20th, 2015 11:10pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics