Monthly Archives: July 2010

PowerShell Profile Trick – Change Background Color On Administrative Shell

July 23, 2010
By
PowerShell Profile Trick – Change Background Color On Administrative Shell

  Here’s a great piece of profile customization: Make your PowerShell session have a dark red background each time it starts a session running as an administrator. To do this, I look the built in $host variable, which has several properties in it, such as the foreground color and the background color of the shell. …

Read more »

Holy Profile Trick! Add a Daily Bible Verse to Your PowerShell Console

July 23, 2010
By

Excellent profile customization.  I use this one myself, and honestly it’s my favorite one.  Keeps my head in the right place. This PowerShell profile customization is simple and sweet:  Go grab a webpage source; parse the lines to get to the juice; display a daily bible verse on my PowerShell console.

Read more »

How to Identify Uninstaller Information From Registry Keys

July 22, 2010
By

If you want a fast way to get information about the uninstallers that are listed in the registry, then check out this simple script to parse out some information for you.  This little baby asks you for a search term, then grabs the pertinent software uninstall information out of the HKey Local Machine registry hive.…

Read more »

How to Setup a PowerShell Script to Run as a Scheduled Task

July 22, 2010
By

Alright, so you’ve built up your skills, developed your script, got all the kinks worked out and now it’s time to set the sucker up to do your work for you.  I know, I’ve been there myself. This tutorial shows you how to setup a scheduled task to run your PowerShell scripts’

Read more »

Free PowerShell Tutorial – How To Create A New File Each Day With PowerShell

July 21, 2010
By

If you need to automate a task to create a file once a day, this PowerShell tutorial will help. This problem is handled in 2 parts:  Doing the task you want to do; and saving the output.

Read more »

PowerShell Profile Tricks – Random Background Color

July 21, 2010
By
PowerShell Profile Tricks – Random Background Color

The need:  To run multiple PowerShell windows and keep it straight which one is working on what. Example: In PowerShell window #1 you’re working with SharePoint In PowerShell window #2 you’re working with Active Directory users In PowerShell window #3 you’re goofing off customizing your profile so you can write a blog post Only problem…

Read more »

Train Signal Computer Training