Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Using PowerShell to Query Web Site Information
- Building a TCP Server Using PowerShell
- Create a Mouse Cursor Tracker using PowerShell and WPF
- PowerShell and Events: Permanent WMI Event Subscriptions
- Using a ScriptBlock Parameter With a PowerShell Function
- Find pending updates on local or remote computers
- PowerShell and WPF: Buttons
- Converting CSV file or files into an Excel workbook
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
Author Archives: Boe Prox
WSUS: Viewing Updates with PowerShell
In my previous post, I showed you how to make a connection to a WSUS server, view clients reporting to the server and how to start and view the progress of a WSUS sync. In this post, I will show … Continue reading
Manage WSUS with Powershell
Many of you probably use WSUS as your enterprise patching solution. For those of you who are unfamiliar with WSUS, please check out this link for more information. With WSUS 3.0, you are now able to download and install the … Continue reading
Quick Hits: Get-Date -uFormat possibilities
For those of you that have used the Get-Date -uFormat and am not sure what each possible option is, this little snippet will give you all of the information you need. 65..90 | % {“$([char]$_): $(Date -u %$([char]$_))”};97..122 | % … 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
Custom Powershell Objects and Performance
One of the things that I have been seeing are the different ways to compile a report or to create a collection of custom objects in Powershell. In fact, there was a comment on a previous post saying that I … Continue reading