Books

Translate This Blog
-
Recent Posts
Top Posts
- Speedy Network Information Query Using PowerShell
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Locating Mount Points Using PowerShell
- Quick Hits: Finding Exception Types with PowerShell
- PowerShell 4.0 Now Available for Download
- Beginning with PowerShell and Word
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- WSUS Administrator Module
- PowerShell and WPF: Introduction and Building Your First Window
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: powershell
Setting up Local Administrator Password Solution (LAPS)
I decided to spend some time implementing LAPS in my lab as it is Microsoft’s solution to local administrator account password management. Why would I want something like this in my environment? Great question! Most organizations probably use the same … Continue reading
Renewed as a Cloud and Datacenter Management MVP!
I have been grateful once again to be renewed as a Microsoft MVP in Cloud and Datacenter Management for 2016. This is an honor that is never guaranteed and I am always humbled to receive it. This is something that … Continue reading
Building a Chart Using PowerShell and Chart Controls
Reports are one of those things that everyone has done at some point in time using a variety of methods to include, Excel, XML, CSV, HTML, etc.… A lot of times, while the data is one thing to present, there … Continue reading
What’s New in PoshRSJob
I’ve been hard at work on PoshRSJob to address some some bugs as well as adding some new features that have been reported in the Issues page on the GitHub site for the module. Some of the feature requests on … Continue reading
Revisiting NetSession Function using PSReflect
In an article that I wrote a little while ago, I talked about how you can view the net sessions on systems by making use of some pinvoke magic to call some Win32 apis. If you have ever worked with … Continue reading
Posted in powershell
Tagged community, module, pinvoke, Powershell, psreflect, reflection, win32
2 Comments