Sign in
Brad Rutkowski's Blog
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
active directory
Business up front
C#
Cool Tools
CPU
Debugging
Disk Subsytem
DS
Ghetto scripting
Memory
Metrics
Networking
Party in the back
Patches
Powershell
Virtualization
Vista and Lognhorn
Windows 2003
Windows Server 2008
Monthly Archives
Archives
September 2012
(1)
March 2011
(1)
April 2010
(1)
April 2009
(1)
March 2009
(1)
February 2009
(1)
December 2008
(2)
September 2008
(5)
August 2008
(1)
July 2008
(1)
May 2008
(2)
April 2008
(4)
March 2008
(3)
February 2008
(5)
January 2008
(7)
December 2007
(3)
November 2007
(3)
October 2007
(4)
September 2007
(2)
August 2007
(14)
June 2007
(5)
May 2007
(4)
April 2007
(13)
March 2007
(7)
February 2007
(4)
January 2007
(4)
December 2006
(5)
November 2006
(1)
October 2006
(10)
September 2006
(4)
Browse by Tags
TechNet Blogs
>
Brad Rutkowski's Blog
>
All Tags
>
windows 2003
Tagged Content List
Blog Post:
Taking a circular netmon capture from the command prompt
BooRadely
You've probably heard that netmon3.1 is out , but you might not know that you can easily launch a capture at the command prompt. I find this useful when we're waiting on a repro, we want a capture, but we don’t know when that's going to happen. Sure you could set this up in the GUI...
on
22 Feb 2008
Blog Post:
Hey Admins! Taking some of the pain out of analyzing perfmon captures.
BooRadely
Performance Analysis of Logs (PAL) tool Project Description: Ever have a performance problem, but don't know what performance counters to collect or how to analyze them? The PAL (Performance Analysis of Logs) tool is a new and powerful tool that reads in a performance monitor counter log (any known format...
on
13 Feb 2008
Blog Post:
Windows 2003 KB Released: Slow network communication from Vista RTM (6000) to Windows 2003 SP2
BooRadely
This was one issue I worked on for quite some time a few months ago. We found that Vista clients were taking forever to download group policies from domain controllers in the regions while Vista SP1 and XP clients did not see the issue. If the local DC was running LH or Windows 2003 SP1, we didn't see...
on
30 Jan 2008
Blog Post:
\SystemRoot\System32\RDPDD.dll failed to load
BooRadely
This is an FYI post for an issue we've seen on a couple of Windows 2003 SP2 servers internally. Hopefully if someone hits this in the wild they'll be able to find this post on the intertubes. Symptom: When attempting to connect from the client via RDP, you would click “connect” and then soon after...
on
4 Jan 2008
Blog Post:
Need to get IPCONFIG /ALL from a computer remotely?
BooRadely
I know people have scripted this, but this is so much easier... You could use PSExec for running other commands as well, but someone recently asked me an easy way to get the IP info so here it is. If you just want to be sitting at a command prompt on the remote computer then you could just run "PSEXEC...
on
15 Dec 2007
Blog Post:
Kernel stack not resident (Using .pagein)
BooRadely
You might find yourself debugging an issue and a thread you are interested in is paged out. Here's the steps to use to page in the stack for the kernel side and user side... Be careful when doing this on a live machine that you want to release after debugging as paging in certain section of memory can...
on
29 Aug 2007
Blog Post:
Domain not available when trying to TS onto a Windows 2003 server.
BooRadely
Issue came in this week where when you attempted to logon to a server it would not authenticate your request and would give you a message indicating the "domain is not available". If you tried logging on via your UPN, then it would give a slightly different error message indicating that "there is not...
on
16 Aug 2007
Blog Post:
The case of Windows Defender not starting.
BooRadely
Had a client whose machine would not load Windows Defender, each time it was opened it would eventually die on initialization: Log Name: Application Source: Application Error Date: 8/13/2007 4:03:10 PM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: server1 ...
on
14 Aug 2007
Blog Post:
How to know if TCP offload is working
BooRadely
So you went out and got yourself a new server and it came with TOE functionality, and now you're playing Windows 2008 which has TCP offload enabled but you just want to know if its actually offloading traffic. Here's the only way I know of finding what traffic is offloaded without setting breakpoints...
on
10 Aug 2007
Blog Post:
Are there pending operations waiting for a reboot?
BooRadely
Sometimes you might log onto a server and wonder if there have been patches installed and thing needs to be rebooted. Well if the patch wanted to replace a file that was in use by the system (like NTFS for example) then it populates a certain key in the registry, you could check this key to determine...
on
27 Jun 2007
Blog Post:
Great tool for Windows 2003: Server Performance Advisor (SPA)
BooRadely
First off you can download SPA 2.0 here . I'm going to explain how to quickly use SPA, and then what type of data is returned in this post. What is SPA? So what is SPA and how can you use it? Well the official overview is: Microsoft ® Windows Server ™ 2003 Performance Advisor is the latest version of...
on
26 Jun 2007
Blog Post:
People squatting on your TS sessions?
BooRadely
Something that administrators deal with quite a bit is trying to connect to a machine using remote desktop (mstsc) and getting our favorite message: Boy this messagewill get you angry, damn squatters. pre-Vista/LH you could always give the /console switch a go and see if the console session is available...
on
14 May 2007
Blog Post:
How to easily calculate your system availability (uptime).
BooRadely
We all have managers and ALL managers love that little word called metrics, and ALL managers like to know that their service has 99.99% uptime. So how can you easily get this information off a Windows server? Well there is a simple tool out there called uptime.exe . To get the uptime of a server use...
on
24 Apr 2007
Page 1 of 1 (13 items)