How to access WinServer 2016 core remotely

Student123 41 Reputation points
2020-10-18T21:02:17.37+00:00

Hello Guys,

I hope you all are doing well, I have some questions.

I am actually working on a WinServer 2016 which I have installed on a vmware machine on my laptop. I was just thinking that lets suppose if I have a WinServer 2016 core installed on a physical computer ,I can work on it directly using the "POWERSHELL " command option.

My question is that can we access this WinServer 2016 core machine from another location within a LAN(Local Area Network) using our client machine?

Also my other question is that lets suppose if I have Win10 installed in my client computer ,can I use the "POWERSHELL" prompt of my Win10 computer and remotely access this WinServer 2016 machine core within same LAN(Local Area Network using "POWERSHELL" commands?

I hope my question is clear

Regards,

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-10-20T12:53:15.427+00:00
    0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Anonymous
    2020-10-18T21:07:36.763+00:00
    1 person found this answer helpful.

  2. Jenny Yan-MSFT 9,356 Reputation points
    2020-10-19T04:39:02.027+00:00

    Hi,
    Also my other question is that lets suppose if I have Win10 installed in my client computer ,can I use the "POWERSHELL" prompt of my Win10 computer and remotely access this WinServer 2016 machine core within same LAN(Local Area Network using "POWERSHELL" commands?

    PowerShell Remoting uses Windows Remote Management (WinRM) to allow users to run PowerShell commands on remote computers. You could check below article to know about security concerns, recommendations, and best practices when using PowerShell Remoting.
    https://learn.microsoft.com/en-us/powershell/scripting/learn/remoting/winrmsecurity?view=powershell-7

    As for setting up powershell remoting, kindly check below step by step per your demands on Domain joint or Workgroup.
    How to Run PowerShell Commands on Remote Computers
    https://www.howtogeek.com/117192/how-to-run-powershell-commands-on-remote-computers/
    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.

    ----------

    Hope this helps and please help to accept as Answer if the response is useful.

    Thanks,
    Jenny

    1 person found this answer helpful.

  3. Student123 41 Reputation points
    2020-10-20T07:20:12.547+00:00

    Thank you Guys for your reply,

    I was actually interested to access "Windows Server 2016" on a LAN(Local Area Network) using the "POWERSHELL" feature of my client machine "Win10".

    I am not talking about running the "POWERSHELL" prompt on "Windows Server 2o16" from a client computer within a LAN(Local Area Network).

    Thank you so much for those useful links which you have provided in your answers.

    I hope my question is clear now.

    Regards,

    0 comments No comments

  4. Thameur-BOURBITA 36,261 Reputation points Moderator
    2020-10-20T22:13:15.9+00:00

    Hi,

    You have to enable WinRM on the core server to be able to manage it remotely through powershell from your computer Windows 10.

    Enable-PSRemoting -Force  
    

    enable-psremoting

    enter-pssession
    You can use GPO to enable it.

    Please don't forget to mark this reply as answer if it help you as answer

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.