1. 首页
  2. 数据库
  3. 其它
  4. PowerShell小技巧之读取Windows产品密钥

PowerShell小技巧之读取Windows产品密钥

上传者: 2021-01-15 18:15:03上传 PDF文件 36.58KB 热度 26次
之前大多数人可能用过VBS读取Windows产品密钥的VBS脚本,VBS脚本通常都比较隐晦、难懂,今天忙里偷闲,随手写了一个用于读取Windows产品密钥的PowerShell脚本。 代码如下: 代码如下: =====文件名:Get-WindowsProductKey.ps1===== function Get-WindowsProductKey([string]$computer) { $comments =@’ author:fuhj(powershell#live.cn ,http://fuhaijun.com) example: Get-WindowsProductKey . ‘
用户评论