标签:pow too image col color strong 技术分享 blob tps
一、下载
Get-InstalledSoftwares.ps1函数
二、导入
Get-InstalledSoftwares函数
Invoke-Expression (new-object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/mosserlee/PSTips/master/Functions/Get-InstalledSoftwares.ps1')
三、获取软件实例
1.获取当前电脑所安装的软件
Get-InstalledSoftwares
2.获取电脑中已经安装的软件,并筛选出“U启动”相关软件
Get-InstalledSoftwares | Where-Object {$_.Name -like "*U启动*"}
标签:pow too image col color strong 技术分享 blob tps
原文地址:http://blog.51cto.com/hbgslz/2060591