|
|
|
|
|
by stephengillie
3994 days ago
|
|
Yeah, it's a widely accepted de facto method for interacting with the GUI. While in Server 2012, it feels like all GUI elements are just wrappers for Powershell cmdlets, most 3rd party tools have only a graphical interface. Server 2003 doesn't support Powershell 4 or newer, nor .NET 4.5.1 or newer, and so IIS6 and other old Windows features have limited CLI interfaces. Most Powershell cmdlets work on Server 2008/R2, but remote (WinRM) isn't enabled. There's a quick command to enable, but that's a security hole like leaving WMI open to the internet, and so is hard to push on secure environments. RDP gives KVM, and that's been enough for decades. |
|