Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Using PowerShell Parameter Validation to Make Your Day Easier
- PowerShell and Events: Permanent WMI Event Subscriptions
- Using PowerShell to Query Web Site Information
- Using a ScriptBlock Parameter With a PowerShell Function
- Setting up Local Administrator Password Solution (LAPS)
- Quick Hits: Finding Exception Types with PowerShell
- PowerShell and WPF: StackPanel
- Create a Mouse Cursor Tracker using PowerShell and WPF
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
Tag Archives: Powershell
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
Scanning ports on multiple hosts
Recently we had an issue that called into the use of checking to see if some ports were open and listening on our servers. Naturally, we could have used a tool such as portqry.exe to gather this information. However, you … Continue reading
PowerCLI 4.1 cmdlet poster
Working with a VMWare infrastructure, I have been getting more involved with the PowerCLI snap-in that is available for download to manage our systems. In case anyone was wondering, you can download and print off a poster listing all of … Continue reading