Useful powershell command for Windows SYS Admin
The get-wmiobject command is a very userful tool for Windows Admins to manage the remote inventories, for example, you can easily get the bios version, Serial Number and other bios info by using the following command:
get-wmiobject win32_bios -computername Test-PC1
you can simply get other info as well, here are some parametres I used a lot:
win32_computersystem, win32_processor, win32_logicaldisk, win32_diskdrive, win32_physicalmemory
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/208722/viewspace-1026992/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Windows PowerShellWindows
- Powershell and Windows RAW SOCKETWindows
- Windows 升級 powershellWindows
- useful websiteWeb
- SAP useful websiteWeb
- 更改 Windows cmd 以及 PowerShell 字型Windows
- Windows 下如何除錯 PowerShellWindows除錯
- 安裝 Windows PowerShell 3.0【轉】Windows
- Windows Powershell & 環境變數;Powershell where命令無輸出Windows變數
- One very useful script
- Useful Oracle RAC CommandsOracle
- Why would a reverse index be useful ?Index
- useful t-code for CRM
- Useful Transaction codes: [轉]
- Win10系統如何開啟Windows Powershell_Win10開啟Windows Powershell圖文教程Win10Windows
- Windows下cmd/powershell命令混淆繞過Windows
- Docker for windows 入門三(PowerShell命令使用)DockerWindows
- PowerShell讀取Windows產品金鑰Windows
- Two useful scenarios of git stashiOSGit
- Windows 命令列終端 PowerShell 美化計劃Windows命令列
- Powershell script to install Windows Updates (msu) from folderWindows
- 使用Windows PowerShell來檢視硬體資訊Windows
- Powershell 命令列安裝 Windows 作業系統命令列Windows作業系統
- 【黑客基礎】Windows PowerShell 指令碼學習(上)黑客Windows指令碼
- 使用 PowerShell 將資料磁碟附加到 Windows VMWindows
- PowerShell呼叫COM來讓Windows為你讀小說Windows
- Windows WMIC命令詳解 (Windows Management Instrumentation Command-line)Windows
- 利用powershell指令碼Windows hosts記錄替換IP指令碼Windows
- 通過PowerShell獲取Windows系統密碼HashWindows密碼
- windows powershell 如何讀取大檔案前10行Windows
- Powershell 重新排列去重 Windows環境變數Windows變數
- Powershell tricks::Powershell RemotingREM
- windows 開發者神器 tc – total command和替代品Windows
- Useful Techniques in Developing On-demand Service ApplicationdevAPP
- Win10系統開啟Windows Powershell的3種方法Win10Windows
- Windows10系統如何使用PowerShell命令校驗檔案Windows
- 巧用MSDOS.SYS同時裝兩個Windows 98(轉)Windows
- Windows Phone 7 MVVM模式通訊方式之實現CommandWindowsMVVM模式