Books

Translate This Blog
-
Recent Posts
Top Posts
- Changing Ownership of File or Folder Using PowerShell
- Querying UDP Ports with PowerShell
- PowerShell and WPF: Introduction and Building Your First Window
- Building a Chart Using PowerShell and Chart Controls
- Get All Members of a Local Group Using PowerShell
- Creating a Symbolic Link using PowerShell
- Starting,Stopping and Restarting Remote Services with PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Speedy Ping using PowerShell
- Connecting to a SQL Server Using SQL Server Management Objects (SMO) and PowerShell
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
PoshChat 1 of 2: Building a Chat Server Using PowerShell
As you have seen in my previous article, I wrote and published version 0.9 of PoshChat, my implementation of a PowerShell client/server chat room. As promised, this is part 1 of a 2 part article series detailing how I wrote … Continue reading
Introduction to PoshChat, A PowerShell Chat Client/Server
After a couple months of off and on work on this project, I can finally say that I have release my initial build of PoshChat, which is in version 0.9. This is a simple client/server chat room that allows any … Continue reading
Working With Custom Types of Custom Objects In PowerShell
Building custom object with PowerShell is a great way to quickly put together output for use with reporting or pipelining into another cmdlet. It is also very simple to put together a quick object such as this: $Object = New-Object … Continue reading
Use Regular Expressions to Audit the Printer Name and IP Address from Event Logs
I came across this question in the PowerShell forums earlier today that asked how to pull the printer name and associated IP address from the Print Server logs in the System log (Event Id 10). The first thing I thought … Continue reading
Posted in powershell, scripts
Tagged event logs, Powershell, printers, Regular Expressions
1 Comment
Guest Blogger on Hey, Scripting Guy! Talking SCOM and PowerShell Agent Reporting
Today I have another guest appearance on Hey, Scripting Guy!, this time talking about using PowerShell and the existing SCOM SnapIn to audit for SCOM Agents and provide reporting on agent installation successes and failures. Hope you enjoy it! http://blogs.technet.com/b/heyscriptingguy/archive/2012/02/13/use-powershell-to-automate-scom-agent-installations.aspx