Can Any one Suggest Me about Working With Windows Powershell ?
i aware gui of server 2008 , 2012 don't have knowledge windows powershell
well working gui easier powershell command is difficult.
i know redhat linux command easy to understand.
i need of command or web site give answer like
how rename machine name
how set ip address / preferred dns / gatway
sagarpdalvi
rename computer
$computer = get-wmiobject win32_computersystem $computer.rename(<<new name>>)
https://social.technet.microsoft.com/wiki/contents/articles/7824.set-computer-name-using-powershell.aspx
ip/dns settings have @ url
satheesh
my blog
Windows Server > Windows PowerShell
Comments
Post a Comment