Appearance
微软 Windows
介绍
微软公司开发的操作系统 Windows ,按用户有服务器版、家庭版等,按语言有中文版、英文版等,按界面有无图形界面版、图形界面版。
假设你租了一年的云服务器,系统盘 40 G ,选择 Windows Server 图形界面镜像。开机进入后,只有 20 G 或者 22 G 可用,估计鼻子都气歪了。
Windows Server
Windows Server 2008 R2 ,预装 Windows PowerShell 5.1 、 Internet Explorer 11 。
Windows Server 2012 R2 ,预装 Windows PowerShell 5.1 、 Internet Explorer 11 。
Windows Server 2016 ,预装 Windows PowerShell 5.1 、 Internet Explorer 11 。
Windows Server 2019 ,预装 Windows PowerShell 5.1 、 Internet Explorer 11 、 OpenSSH 客户端。
查看 OpenSSH 安装情况。
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'Name : OpenSSH.Client~~~~0.0.1.0
State : Installed
Name : OpenSSH.Server~~~~0.0.1.0
State : NotPresentWindows PowerShell 查看 OpenSSH 版本。
ssh -VOpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2Windows PowerShell ISE 查看 OpenSSH 版本,输出版本号并报错。
Windows Server 2022 ,预装 Windows PowerShell 5.1 、 Microsoft Edge 、 OpenSSH 客户端。
Windows Server 2025 ,预装 Windows PowerShell 5.1 、 Microsoft Edge 、 OpenSSH 。