Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Speedy Network Information Query Using PowerShell
- Using PowerShell Parameter Validation to Make Your Day Easier
- Use PowerShell to remove local profiles
- Setting up Local Administrator Password Solution (LAPS)
- Using PowerShell to Query Web Site Information
- Locating Mount Points Using PowerShell
- Building a TCP Server Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
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
Patch Installation using PowerShell, VBScript and PSExec
In my current environment, I am one of many people in our shop that carry the same task as many of you. That task is to patch our systems to ensure we keep ourselves up to date on the latest … Continue reading
Audit VMware VM’s for Creator and write to vCenter VM notes with PowerShell and PowerCLI 4.1.1
I will start off by saying that this was not my idea to create this awesome script. The real hero behind this is Alan Renouf who first published the original script here. For anyone working with VMware and PowerShell, Alan’s … Continue reading
Retrieving contents of Hosts file using PowerShell
I decided that I wanted a way to view all of the hosts file on a bunch of servers and see just what is listed. Most of the code is fairly straight-forward where I use Test-Connection and Test-Path to validate … Continue reading
Quick-Hits: List 25 newest scripts in Microsoft Script Repository
This is a just a quick script to query the rss feed of the Microsoft Script Repository for the newest 25 scripts that have been uploaded. Just 4 lines of code to get this accomplished, which is yet another reason … Continue reading
Find pending updates on local or remote computers
This is more of an upgrade to a vbscript I found to run on all of our servers at work. Originally I used the vbscript along with PSExec to remotely run the file on each remote machine which would then … Continue reading