These ones may help to that end.
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting?view=powershell-7
--please don't forget to Accept as answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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,
These ones may help to that end.
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting?view=powershell-7
--please don't forget to Accept as answer if the reply is helpful--
A couple of options are RSAT
https://learn.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/remote-server-administration-tools
or possibly WAC
https://www.microsoft.com/en-us/windows-server/windows-admin-center
https://learn.microsoft.com/en-us/windows-server/administration/server-core/server-core-manage
--please don't forget to Accept as answer if the reply is helpful--
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
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,
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
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