Author Archive

No Live Stream Tonight

Podcast January 6th, 2010

Life intervenes yet again, so we will not have a live stream tonight on Ustream.

In the meantime, pop over to Keith Combs blog and weigh in on where the TechNet forums should go.  I think the day of the forum has passed and sites like StackOverflow, ServerFault, Concentrated Tech, and other QA sites are the next iteration.  Should MS detour away from the forums and spend the time and money on other content?  Keith Combs is asking - give him your opinion.

 Talk with you next week!

Starting Performance Monitoring

Automation, Scripting, Servers December 30th, 2009

Previously, I’ve been in control of the environment that I have been monitoring, so I was able to integrate that performance monitoring into PolyMon.  Now that I have a slightly different scenario, I’ve had to modify my performance monitoring strategy.

I’ve mainly been concerned about general server performance, as well as IIS and SQL performance (Basic, IIS, SQL 2005, IIS and SQL 2005), so I’ve been using counter sets that mirror that.

Then I wrapped a couple of calls to logman.exe, which is the command line interface to PerfMon counters.

To create the counter, I used

logman create counter BlackBox -v mmddhhmm -cf Counters.txt -si 00:10 -f bincirc -o “c:\Perflogs\Blackbox_%computername%” -max 250

which creates a counter named “BlackBox” (like a flight recorder).

The command also:

  • reads in the counters from a text file (see my examples above). 
  • sets the sample interval to be every 10 minutes (“-si”).
  • sets the log file is a binary circular file (set by the ‘”-f”), which would be a maximum of 250 MB (set by “–max”)
  • sets the log file location and name (using the computer name environmental variable to append the computer name to the log file) and the “-v” option also adds the month, day, hour, and minute of the start of the log to the file name.

After creating the counter, I used

to start the capture of the counter information.

Finally, I have another command to stop the capture, so when there is an issue or after a specified period of monitoring, I can grab the log file and feed it to PAL or load it in PerfMon (on Server 2008 or greater – as PerfMon got some nice feature bumps with the more recent releases) and analyze it there or export it to a CSV file to slice into it with Excel.

Have Fun!

Resources:

Runas Radio Shows -

Technet Article – Taking Your Server’s Pulse

PAL – Performance Analysis Of Logs

Sharing a Wireless Network Card in Hyper-V

Networking, Servers October 19th, 2009

I’m currently running Server 2008 R2 (from a VHD) as one of the OSes on my work laptop.  Thanks to the http://www.win2008workstation.com/ site, I was able to get my wireless card working.  

Problem - When I went to create a virtual network in Hyper-V, the wireless network interface was not an option.

Solution - I created a loopback adapter and bridged it to my wireless network card.  I was able to create a virtual network that included the bridged connection and my VMs were able to access my wireless network.

More PowerShell on the Thirsty Developer

Scripting June 7th, 2009

Larry Clarkin asked me back on the Thirsty Developer to continue talking about development and PowerShell.  We talked about creating cmdlets, hosting PowerShell, and a bit about Version 2.  Check it out here.

No Live Stream Tonight

Podcast June 3rd, 2009

Once again, life is intruding on our podcasting schedule.  There will be a short show released this week with an interview I did at TechEd with Jeremy Moskowicz. We’ll be back to our regular live stream and show next week. 

Sorry, No Live Stream Tonight :(

Podcast April 1st, 2009

Occasionally life gets in the way and today is one of those times.  We won’t have the live stream tonight, but we will be back in full form next week!

See you then!

TweeterTags – Organize the Chaos

Associations, Geek Stuff, General Interest February 7th, 2009

Twitter is an interesting ecosystem.  Tweets on every topic under the sun (and some that aren’t) are flying by at an ever increasing speed. 

Some people in various groups of interest have tried to reign in some of the chaos by coming up with lists of people interested in various topics (like my PowerShell Twitterers list).

The problem with these types of lists is that they require some work to maintain and can quickly become outdated.  Here’s where TweeterTags comes in to play.

TweeterTags.com is a site that allows you to tag Twitter account with your areas of interest.  By tagging yourself, you make it easier to find other like-minded people and make it easier for others with the same interest to find you.

TweeterTags exposes a RESTful api, and Jeff Hicks quickly wrote a script (Get-TweeterTaggedUser) to take advantage of it.

Thanks to Jonathan Noble and his associates for this innovative site!

I’ve tagged myself, how about you?

Episode 83 - Who’s the WS-MAN?

Podcast January 19th, 2009

UPDATE:  I re-uploaded the mp3 file, as the audio cut out about 22 min in.  If you downloaded the file before 2:40 PM CST, you might need to re-download the file.  Sorry for the inconvenience.  - Steve 

Recorded: January 14, 2009

Your Hosts:  Steve Murawski and Jonathan Walz

Show Length: 1:18:22

This show is brought to you by Quest Software.

When it comes to scripting, you’re a warrior. But mighty warriors need mighty tools!

For awesome PowerShell scripting, nothing matches the might of Quest’s PowerGUI?. Versatile and easy to use,PowerGUI? helps you build commanding scripts that leverage PowerShell’s strength across the enterprise. Now, ruling your domain is easier than ever.

Is your scripting might equal to the challenge? Put the power in your hands. Download PowerGUI today.

Links:

Read the full show notes here.Website Picks

Brad Call (Listener) www.ponoko.com

 

Listen Now: 

Download Here

Up this week on the Live Stream – Jeffrey Snover!

Show Stuff January 13th, 2009

This week we will be joined by Jeffrey Snover, Partner/Architect at Microsoft.  Part of Jeffrey’s domain includes WSMAN and WinRM, which are part of Microsoft’s remote management strategy.  Join us at 8:30 CST / 9:30 EST on Wednesday, 1/14, and learn a bit more about what these technologies mean for your environment.

Good News Everyone – Live Stream Tonight 8:30 CST/9:30 EST

Show Stuff January 7th, 2009

After the holidays, it’s good to get back into the swing of things (with as normal as things get).

As for the show, we are back to the regularly scheduled dates and times for our live stream.  So, join us tonight at 8:30 PM CST/9:30 PM EST for a rollicking good time and some tech too!

blank