Windows serial console
- by MikeyB
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>