Windows (2008 및 / 또는 2012)에서 직렬 콘솔을 활성화하여 Good Old Days of Real Servers에 로그인하고 이상적으로는 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>