Windows serial console

Posted by MikeyB on Server Fault See other posts from Server Fault or by MikeyB
Published on 2013-11-12T00:51:53Z Indexed on 2013/11/12 3:58 UTC
Read the original article Hit count: 482

Filed under:
|

How do I enable a serial console on Windows (2008 and/or 2012) such that I can log into it like the Good Old Days of Real Servers and issue provisioning commands, ideally via PowerShell?

$ cu -l /dev/ttyS0
Connected.

Welcome to ad1.adlab.brazzers.com

Microsoft Windows [Version 6.1.7601]
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

Login: Administrator
Password: 

PS C:\Users\Administrator> New-NetIPAddress –InterfaceAlias eth0 –IPv4Address 192.168.101.11 –PrefixLength 24 -DefaultGateway 192.168.101.1

PS C:\Users\Administrator> 

© Server Fault or respective owner

Related posts about windows-server

Related posts about serial