powershell PowerShell:Active Directory中的操作系统计数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell PowerShell:Active Directory中的操作系统计数相关的知识,希望对你有一定的参考价值。

Get-ADComputer -Filter "name -like '*'" -Properties operatingSystem | group -Property operatingSystem | Select Name,Count | Sort Name | ft -AutoSize

# Requires Symantec Management Platform module
Get-SMPReportByName -reportName "(USC) Microsoft True-Up Windows OS Counts" -Server "tnknxsmp01.int.usc.local"

以上是关于powershell PowerShell:Active Directory中的操作系统计数的主要内容,如果未能解决你的问题,请参考以下文章

powershell PowerShell:启动PowerShell作为其他用户提升

powershell [提示输入powershell] #powershell #input #prompt

powershell 测量PowerShell命令或PowerShell脚本的速度

powershell远程下载exe并执行

powershell 使用啥端口

powershell PowerShell使用PowerShell创建本地管理员帐户