Awards
Books
2013 Powershell Scripting Games
Translate This Blog
-
Recent Posts
Top Posts
- Quick-Hits: Find currently logged on users
- Using PowerShell to Query Web Site Information
- Find When a User Was Added or Removed to a Domain Group Using PowerShell and Repadmin
- Starting,Stopping and Restarting Remote Services with PowerShell
- WSUS Administrator Module
- Use PowerShell to remove local profiles
- Updating An Existing Get-ProductKey Function
- Reversing a String Using PowerShell
- PowerShell and Excel: Adding a Chart and Header Filter to a Report
- Viewing Print Queue Statistics with PowerShell
Archives
Categories
Tags
.net api background jobs book chat codeplex com object deep dive excel file guest blog hash table module network news patches performance pinvoke podcast PoshChat poshpaig poshwsus powercli powerscripting Powershell printers quickhits regex Regular Expressions report runspace scripting games 2012 scripting games 2013 scripting guy scripts TechEd tips updates V3 weather win32API wmi WPF wsus xaml
Tag Archives: wmi
Use PowerShell and WMI to Locate Multiple Files on Any Drive in your Domain
A couple of days ago I was browsing my RSS feeds and came across an article that PowerShell MVP Jeffery Hicks wrote regarding the use of finding files using WMI with a function called Get-CimFile. That article is listed below: … Continue reading
Speedy Network Information Query Using PowerShell
Taking a page from my Advanced Event 2 script that I used in my Expert Commentary on Hey, Scripting Guy!, I wanted to put something together to query for basic networking information from both local and remote systems and accomplish … Continue reading
Checking for failing Hard Drives using S.M.A.R.T and PowerShell
I noticed a link to an article on twitter yesterday that talked about how you can use PowerShell to query for a SMART enabled hard drive and detect a possible imminent failure. It was an interesting article and showed me … Continue reading
Use PowerShell to remove local profiles
A couple of days ago at work, I was asked a question concerning whether a specific one-liner of code would work remotely. That one-liner was (Get-WMIObject Win32_UserProfile | ? {$_.localpath –like “*username).Delete()} I told him that, yes, in fact it … Continue reading
Retrieving Windows Experience Index via WMI
You may have seen this on your Vista or Windows 7 machine. As you can tell, mine is probably average, but did you know that you can retrieve this locally or remotely via WMI using the Win32_WinSat class? You can … Continue reading
Posted in powershell, scripts
Tagged Powershell, Windows Experience Index, windows forms, wmi
Leave a comment




