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
- Quick Hits: Finding Exception Types with PowerShell
- PowerShell and Excel: Adding Some Formatting To Your Report
- Retrieving a Registry Key LastWriteTime Using PowerShell
- Querying UDP Ports with PowerShell: Part 2
- Using PowerShell Parameter Validation to Make Your Day Easier
- Using PowerShell to Query Web Site Information
- Speedy Ping using PowerShell
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
Tag Archives: tips
Scripting Games 2013: Event 3 Notes
Wow, it is hard to believe that we are now halfway through the Scripting Games! As the events have progressed, I have seen a lot of improvement with the techniques as well as seeing new techniques that continue to impress … Continue reading
Posted in powershell, Scripting Games 2013
Tagged Event3, Powershell, scripting games 2013, tips
4 Comments
Scripting Games 2013: Event 2 ‘Favorite’ and ‘Not So Favorite’
Event 2 is in the books and with that, it is time to take a look at all of the scripts submitted and make the difficult decisions as to which ones I liked and which ones I didn’t quite like. … Continue reading
Posted in 2013 Scripting Games Judges Notes, powershell, Scripting Games 2013
Tagged Event2, scripting games 2013, tips
3 Comments
Scripting Games 2013: Thoughts After Event 1
With Event 1 in the books for the 2013 Scripting Games, we are now in the voting period where the community gets the chance to play judge on all of the scripts submitted by voting and commenting on the submissions. … Continue reading
Posted in 2013 Scripting Games Judges Notes, Scripting Games 2013
Tagged event1, scripting games 2013, tips
10 Comments
Scripting Games 2013: Naming Conventions for Functions and Scripts
My last post of the night. While reviewing scripts, I have seen multiple entries that are something like the following: Move-LogFiles Move-ApplicationLogs Move-Files MoveFile What is the problem with this you ask? Well, for starters, there are no plural nouns … Continue reading
Posted in 2013 Scripting Games Judges Notes, Scripting Games 2013, Tips
Tagged function, naming, scripting games 2013, tips
2 Comments
Scripting Games 2013: Use of SupportsShouldProcess in Functions/Scripts
Edit: I was caught speeding when I put up this post. Move-Item will pick up on SupportsShouldProcess and handle the –Whatif and –Confirm without having to supply the $Pscmdlet.SupportsShouldProcess(). In fact, adding this to a cmdlet that already supports it … Continue reading
Posted in Scripting Games 2013, Tips
Tagged scripting games 2013, SupportsShouldProcess, tips, whatif
5 Comments