powershell 获取Windows操作系统版本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 获取Windows操作系统版本相关的知识,希望对你有一定的参考价值。
(Get-WmiObject win32_operatingsystem).version
Output:
6.1.7601
(Get-WmiObject Win32_OperatingSystem).Caption
Output :
Microsoft Windows 7 Ultimate
Get-WmiObject Win32_OperatingSystem | Select PSComputerName, Caption, OSArchitecture, Version, BuildNumber | FL
PSComputerName : CATCHYCOMPUTERNAME
Caption : Microsoft Windows 7 Professional
OSArchitecture : 64-bit
Version : 6.1.7601
BuildNumber : 7601
以上是关于powershell 获取Windows操作系统版本的主要内容,如果未能解决你的问题,请参考以下文章
powershell 获取Windows操作系统版本
使用C#+PowerShell进行Windows系统间文件传输
在世纪互联版的Microsoft Azure上做windows虚拟机的批量部署--用powershell做部署
电脑密钥如何获取??
Windows10 IoT开发系列PowerShell的相关配置
[工具]法国神器mimikatz 2.1.1 一键版 & PowerShell版