Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Using Background Runspaces Instead of PSJobs For Better Performance
- Using PowerShell Parameter Validation to Make Your Day Easier
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- PowerShell and WPF: Introduction and Building Your First Window
- Setting up Local Administrator Password Solution (LAPS)
- Quick Hits: Finding Exception Types with PowerShell
- Quick Hits: Ping Sweep One Liner
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
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
Category Archives: scripts
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
Turn Your PowerShell Console Title Bar Into A RSS/Weather Ticker
Something fun that I have been working on was a way to utilize the PowerShell console title bar for something other than just displaying a static message and then it hit me that the title bar would make an excellent … Continue reading
Posted in Modules, powershell, scripts
Tagged background jobs, console, Powershell, RSS, timer, weather
10 Comments
Enable .Net 4.0 access from PowerShell V2
While working on an update to one of my projects, PoshPAIG, I decided that I wanted to take a look at using a DataGrid as a possible replacement to the use of a ListView. The problem I ran into right … Continue reading
Use PowerCLI to Report Storage Paths in your ESXi Environment
Just something I wanted to share with the community… One of our VMWare Administrators was working with VMWare vendor support in looking at some SAN connection issues and was requesting a report showing the following information: Host, Name, HBAName, Source, … Continue reading