i Love PowerShell
  • Home
  • My PowerShell Story
  • PowerShell Basics
  • PowerShell for Windows Server
Select Page

PowerShell Profile Trick – Change Background Color On Administrative Shell

by Michael Simmons | Jul 23, 2010 | Windows PowerShell (Legacy)

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...

How to Identify Uninstaller Information From Registry Keys

by Michael Simmons | Jul 22, 2010 | Windows PowerShell (Legacy)

From the I Love PowerShell archive Originally published in 2010. This article has not been revalidated for modern PowerShell. It remains available as a historical reference, but commands and external links may be outdated. — If you want a fast way to get...

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

by Michael Simmons | Jul 22, 2010 | Windows PowerShell (Legacy)

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...

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

by Michael Simmons | Jul 21, 2010 | Windows PowerShell (Legacy)

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. First things first: We need something to do Since this post is really about...

How To Find Your System Path Using PowerShell and Environment Variables

by Michael Simmons | May 27, 2010 | Windows PowerShell (Legacy)

Just had a couple techs scratching their heads about finding the path. Seriously? Yes. But to be fair, the path can get long and downright hard to read.   And that was the problem for our tech friends. Now my friends are smart guys, but they had a problem with a path....

PowerShell How To Ping a List of Computers

by Michael Simmons | Apr 13, 2010 | Windows PowerShell (Legacy)

This quick free lesson in PowerShell teaches you how to use the ping class to get a list of offline computers.  It is fast and easy, and the results are much easier to work with than using ping.exe. Hey. This post is from 2010. When it was written there was no...
« Older Entries
Next Entries »

Recent Posts

  • System Information: Getting Hardware, Software, and OS Details
  • Windows Registry with PowerShell: Reading, Writing and Deleting Keys
  • PowerShell for Networks: Pinging, Testing, and Scanning
  • Monitoring Processes with Custom Performance Counters
  • PowerShell for Process Management: Starting, Stopping, and Monitoring Processes

Archives

  • April 2023
  • March 2023
  • August 2021
  • September 2020
  • November 2019
  • October 2019
  • May 2018
  • April 2017
  • March 2017
  • February 2017
  • September 2015
  • June 2015
  • May 2015
  • March 2015
  • January 2015
  • September 2014
  • May 2014
  • August 2013
  • July 2013
  • March 2013
  • September 2012
  • December 2011
  • November 2011
  • March 2011
  • December 2010
  • July 2010
  • May 2010
  • April 2010
  • March 2010

Categories

  • Azure
  • books
  • PowerShell (Modern)
  • PowerShell Basics
  • PowerShell for Windows Server
  • Windows PowerShell (Legacy)