Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Updating An Existing Get-ProductKey Function
- Setting up Local Administrator Password Solution (LAPS)
- PowerShell and WPF: Radio Button
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Quick Hits: Finding Exception Types with PowerShell
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- Speedy Ping using PowerShell
- Using PowerShell to Query Web Site Information
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: March 2014
5 Day Hey, Scripting Guy! Series on Remote Endpoints
Today begins my 5 day guest spot on Hey, Scripting Guy! talking about Remote PowerShell Endpoints. I am also doing the Power Tips as well during this week, so be sure to check those out as well! As always, let … Continue reading
Posted in News, powershell
Tagged constrained endpoint, guest blog, Powershell, remoting, scripting guy
1 Comment
Guest Post on Hey, Scripting Guy! Talking About File Signatures
I have a two day guest spot on Hey, Scripting Guy! talking about finding and using File Signatures to identify file types. Be sure to check them out and let me know what you think! Links to both blog posts … Continue reading
Posted in News, powershell
Tagged file signature, guest blog, Powershell, scripting guy
Leave a comment
Find Out Why ‘Acl’ (and Other Cmdlets) Without the ‘Get-‘ Still Work Using Trace-Command
The power of Trace-Command is amazing to help troubleshoot a command or to gain better insight into what goes on behind the scenes when a command or commands are running. What you may or may not know is that any … Continue reading
Update KB2928680 Available to Fix Invalid Properties error when using Get-ADUser/Computer
For those of you running Windows 8.1 or Windows 2012 R2, you may have seen issues where using Get-ADComputer and Get-ADUser with the –Property parameter and specifying * to grab all properties of the object. Get-ADUser proxb -Server DC1 -Property … Continue reading
WSUS Reporting: Digging Into Target Groups and Update Statuses Using PowerShell
I had an email recently asking how to report on the number of updates per Target Group. Basically when a report is run using the WSUS Management Console, you can create a tabular report that displays something similar to this: … Continue reading