Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Setting up Local Administrator Password Solution (LAPS)
- Using a ScriptBlock Parameter With a PowerShell Function
- Quick Hits: Ping Sweep One Liner
- Using Background Runspaces Instead of PSJobs For Better Performance
- Locating Mount Points Using PowerShell
- Articles
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
Monthly Archives: October 2014
Looking More at System.Array With PowerShell
I had written about why you shouldn’t use System.Array and instead should use System.Collections.ArrayList and went over the performance gains regarding this. I had mentioned that each time you add something to the System.Array, that it rebuilt itself while adding … Continue reading
Using a ScriptBlock Parameter With a PowerShell Function
You may have noticed in some cmdlets that you can apply a scriptblock to certain parameters and have the scriptblock run during the code execution of the cmdlet. Take Sort-Object for example. I can use a scriptblock to perform a … Continue reading
Guest Spot on Hey, Scripting Guy! On Making The Console Glassy
I did a spot on Hey, Scripting Guy! today talking about using reflection to hook into the Win32 API and give your PowerShell console a more glassy look. Click on the link below to check it out! http://blogs.technet.com/b/heyscriptingguy/archive/2014/10/05/weekend-scripter-give-your-powershell-console-a-glassy-theme.aspx I also … Continue reading
Posted in News, powershell
Tagged console, guest blog, Powershell, reflection, scripting guy
Leave a comment
Re-Awarded Windows PowerShell MVP – 2014
While home for lunch, I received an awesome email: I am very grateful and honored to have received this award for a second year. This is something that I never expect to get, but am always thankful for receiving. I … Continue reading