`

通过powershell 查看 windows 信息

阅读更多

#Author:pako

#Email:zealzpc@gmail.com

主要使用Get-WmiObject 命令,Get-WmiObject只用方法 见http://technet.microsoft.com/en-us/library/ee176860.aspx

 

  Get-WmiObject [-类] <string> [[-Property] <string[]>] [-Authority <string>] [-DirectRead] [-Filter <string>] [-Amended] [-AsJob] [-Authentication {<Default> | <None> | <Connect> | <Call> | <Packet> | <PacketIntegrity> | <PacketPrivacy> | <Unchanged>}] [-ComputerName <string[]>] [-Credential <PSCredential>] [-EnableAllPrivileges] [-Impersonation {<Default> | <Anonymous> | <Identify> | <Impersonate> | <Delegate>}] [-Locale <string>] [-命名空间 <string>] [-ThrottleLimit <int>] [<CommonParameters>]

 

 

简单点说就是 Get-WmiObject 后面跟类名 和属性

 

事例:

查看总内存数

Get-WmiObject win32_OperatingSystem TotalVisibleMemorySize

 


 

查看剩余内存数

Get-WmiObject win32_OperatingSystem FreePhysicalMemory

 

查看cpu信息

Get-WmiObject win32_Processor


查看所有分区信息

Get-WmiObject win32_logicaldisk

 

WmiObject  的列表

http://msdn.microsoft.com/en-us/library/aa394084(v=vs.85).aspx

#Author:pako

#Email:zealzpc@gmail.com

 

 

  • 大小: 32 KB
  • 大小: 94.2 KB
分享到:
评论

相关推荐

    卸载以前版本的 Windows PowerShell 和 Windows 远程管理

    通过卸载以前版本的 Windows PowerShell 和 Windows 远程管理,可以确保安装新的版本时不会出现冲突,从而确保 Windows Management Framework 的正确安装和运行。 此外,还可以查看与 Windows PowerShell 和 ...

    java+powershell 控制windows

    总之,通过结合 Java 的编程能力和 PowerShell 的系统管理功能,我们可以构建一个强大的远程控制系统,实现对 Windows 设备的诸多操作。这个系统可以广泛应用于自动化运维、远程支持或任何需要远程控制 Windows 功能...

    WindowsServer 2003 x86 x64 PowerShell 1.0

    WindowsServer 2003 x86 PowerShell 1.0 WindowsServer 2003 x64 PowerShell 1.0 WindowsServer2003-KB926139-v2-x86-ENU WindowsServer2003.WindowsXP-KB926139-v2-x64-ENU

    Windows Powershell和Windows Terminal的区别

    PowerShell(包括Windows PowerShell和PowerShell Core)是微软公司开发的任务自动化和配置管理框架。 UNIX系统一直有强大的壳程序(shell),Windows PowerShell的诞生就是要提供功能相当于UNIX系统的命令行壳程序...

    WindowsPowerShell v1.0

    7. **远程管理**:通过WinRM(Windows Remote Management)服务,PowerShell可以实现对远程计算机的管理,这在多服务器环境中尤其有用。 8. **兼容性与集成**:PowerShell能够调用传统的CMD命令,同时也可与WMI...

    powershell 实时查看文件内容 .txt

    windows下powershell实时查看日志文件内容

    Windows PowerShell 1.0

    它允许用户通过PowerShell命令(也称为Cmdlets)来管理系统,这些Cmdlets遵循统一的命名规范,通常以动词-名词的形式,如`Get-Process`用于获取进程信息。 **PowerShell的主要特点:** 1. **对象管道**:不同于CMD...

    Windows.PowerShell应用手册.pdf

    标题:"Windows.PowerShell应用手册.pdf" 暗示了文档主要涉及Windows平台下的PowerShell脚本语言的应用。PowerShell是一种面向对象的命令行壳和脚本语言,主要用于系统管理任务和自动化,尤其在处理复杂的、重复性的...

    Windows PowerShell 2.0 for xp下载

    Windows PowerShell 建立在 .NET Framework 的基础上,IT 专业人员可通过命令或脚本来治理计算机,从而通过系统自动化来提高工作效率。 Windows PowerShell 包括: * 129 个命令行工具(称为“cmdlet”),用于执行...

    Windows PowerShell

    在Windows PowerShell中,操作是通过称为cmdlet(命令let)的专用命令来完成的,这些cmdlet遵循统一的命名约定,易于理解和使用。例如,`Get-Process` cmdlet用于获取系统上运行的进程信息,而`Start-Service`则用于...

    Windows Server 2003的32位PowerShell2.0下载

    Windows Server 2003的32位PowerShell2.0下载

    Windows Powershell

    Windows PowerShell是微软公司推出的一种强大的命令行和脚本语言,它自2006年首次推出以来,已经逐渐取代了老旧的Windows命令提示符(cmd.exe)和批处理文件(.bat或.cmd文件)成为系统管理员和开发者的首选工具。...

    Windows PowerShell 1.0 xp x86(32位) KB926139 ENU

    Windows PowerShell 1.0 是微软推出的一个强大的命令行脚本环境,主要针对系统管理员和开发者设计,用于管理和自动化Windows操作系统。在本案例中,我们关注的是"Windows PowerShell 1.0 xp x86(32位) KB926139 ENU...

    WindowsPowerShell实战指南 高清带书签第2版.zip

    《Windows PowerShell实战指南》第二版是一本专注于提升用户在Windows操作系统环境下使用PowerShell进行系统...通过深入学习和实践,读者将能够充分利用PowerShell的强大功能,提升Windows环境下的管理和自动化水平。

    Windows powershell学习心得

    通过WMI(Windows Management Instrumentation),PowerShell能够执行各种系统管理任务,包括硬件和软件信息的查询、操作系统设置的修改、网络连接的管理等。PowerShell与WMI的结合,使得其成为IT专业人员必备的工具...

    Windows PowerShell入门指南

    - **启动 Windows PowerShell**:用户可以通过多种方式启动 Windows PowerShell,例如通过“开始”菜单、运行对话框或桌面快捷方式等。此外,还可以通过命令行参数来定制启动选项。 - **使用 Get-Help 获取帮助**:...

    powershell4.0完整升级包(windows powershell升级补丁系统4.0版本)

    powershell4.0完整升级包(windows powershell升级补丁系统4.0版本) windows08R2 powershell升级到4.0的完整升级包,包含所有需要的依赖包。 注意:只适用于08R2系统; 另外:powershell4.0功能强大 可以批量添加AD域...

Global site tag (gtag.js) - Google Analytics