Sign in
Brad Rutkowski's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Tags
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)
TechNet Blogs
>
Brad Rutkowski's Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Brad Rutkowski's Blog
Returning just the errors using Wevtutil.exe
Posted
over 6 years ago
by
BooRadely
4
Comments
I posted on how you can use Wevtutil to enumerate the event logs on server core or LH. Someone left a comment asking how could they just return the errors from the System log instead of all the events. Seems like a reasonable question and with a bit of...
Brad Rutkowski's Blog
How to frisk a DC when people are complaining of "Authentication Issues".
Posted
over 7 years ago
by
BooRadely
3
Comments
At Microsoft we do quite a bit of dogfooding (imagine that) and in doing so we run into issues in the infrastructure and a lot of the time they crop up as "authentication issues". For example, users can't get to a website, a share, e-mail, etc. The symptoms...
Brad Rutkowski's Blog
These are a few of my favorite things... (Part 1)
Posted
over 7 years ago
by
BooRadely
2
Comments
Just wanted to list out some of the tools I use on a daily basis and some of the more common parameters I use with each. I've been doing enterprise wide administrative support for a while so these should come in handy to someone in the same role. EventcombMT...
Brad Rutkowski's Blog
Unable to remotely manage a Server Core machine (MMC, WMI, Device Manager)
Posted
over 6 years ago
by
BooRadely
2
Comments
I've been seeing a lot of churn internally and externally about installing a role on a server core machine and then trying to connect to it remotely only to find that the remote server core machine won't allow you to connect. Remote Management: To allow...
Brad Rutkowski's Blog
Interacting with Data Collector Sets via Powershell
Posted
over 4 years ago
by
BooRadely
2
Comments
Background: In an earlier post I talked about some new features for Windows 2008 and Vista. One of those new features that is often overlooked are the data collector sets (DCS). One particular role that leverages data collector sets is active...
Brad Rutkowski's Blog
Hey Admins! Windows System State Analyzer (Beta)
Posted
over 6 years ago
by
BooRadely
7
Comments
Windows System state analyzer tool Helps create snapshots of the computer—some of which include fixed drives, services, drivers and the registry. Users can create two snapshots at different points in time and compare them to view differences. A detailed...
Brad Rutkowski's Blog
Check that driver file versions match on all your cluster nodes via Powershell
Posted
over 5 years ago
by
BooRadely
5
Comments
This is more of a proof of concept, but I've used it with success internally. Take it and do with it what you want. Many thx to Brandon who did the "heavy lifting" when I got stuck! Overview: Ever run into cluster issues and wanted to see if the...
Brad Rutkowski's Blog
How to change the network binding order in Vista
Posted
over 6 years ago
by
BooRadely
1
Comments
You would think that its just the same, and in a sense it is. In Vista though they hide the menu by default, so when you go to Control Panel\Network Connections you wont see the familiar menu where you can click advanced. By pressing the ALT key the file...
Brad Rutkowski's Blog
Consequences of running 3GB and PAE together
Posted
over 6 years ago
by
BooRadely
1
Comments
Well in short, your system could be unusable. Raymond Chen mentions it here how 3GB and PAE conflict with each other somewhat. I'm not going to dive into the subject too much as it was covered extensively by Raymond (link at bottom of post), but I...
Brad Rutkowski's Blog
Staring at a blank desktop, due to Interactive missing from Users group
Posted
over 5 years ago
by
BooRadely
4
Comments
Ran into an issue this week that was strange. When you TS’d to the box it would just show a blank background and nothing else. If you tried to launch task manager it would just fail silently to the user (actually access denied in the debugger...
Brad Rutkowski's Blog
Hey Admins! Taking some of the pain out of analyzing perfmon captures.
Posted
over 5 years ago
by
BooRadely
1
Comments
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...
Brad Rutkowski's Blog
Some useful debugging commands
Posted
over 5 years ago
by
BooRadely
2
Comments
All of these are for kernel mode, these are just commands I use often that don't troubleshoot a particular problem, but are helpful in getting a general picture of the system. If you have a specific issue you're trying to understand, drop a note and I...
Brad Rutkowski's Blog
What's crashing on my vista machine?
Posted
over 6 years ago
by
BooRadely
1
Comments
Reliability Monitor will show you what is crashing on your machine, but how do we find the status of those crashes or capture the data ourselves to analyze? WERCON: Go to start:run and type WERCON, this will bring you into the world of crash analysis...
Brad Rutkowski's Blog
Vista and 2k8: Enabling Debug mode on boot up.
Posted
over 6 years ago
by
BooRadely
0
Comments
Pre-Vista it could be an issue if you didn't have debugging turned on via the boot.ini file and your system stopped booting. Well in Vista and 2k8 you can enable "Debugging mode" on boot by hitting F8 after POST. You can also turn off driver signing verification...
Brad Rutkowski's Blog
Taking a circular netmon capture from the command prompt
Posted
over 5 years ago
by
BooRadely
2
Comments
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...
Brad Rutkowski's Blog
What variations of sleep does my computer support? And why did it wake up?
Posted
over 6 years ago
by
BooRadely
7
Comments
POWERCFG has the answer to that question and many others, like -LASTWAKE will tell you why your machine resumed form sleep or hibernate. I used to run into an issue where I'd wake up in the morning and find my laptop was at perfect temperature to cook...
Brad Rutkowski's Blog
Can you have a mix of 32 and 64 bit domain controllers?
Posted
over 6 years ago
by
BooRadely
9
Comments
I see this questions come up quite a bit about the interoperability of x86 and x64 domain controllers. Does replication work? Do the tools cross over well? Any gotchas that we should know about? Etc. Well I'm here to tell you that here at Microsoft we...
Brad Rutkowski's Blog
Hey I forgot to turn on RDP on my server!
Posted
over 7 years ago
by
BooRadely
2
Comments
Ever find yourself away from your server after building it out and forgot to turn on RDP so you could TS onto the machine? Well in XP and 2k3, you can just toggle a reg key and most of the time (pending firewall issues) you can then TS into the box. Doesn...
Brad Rutkowski's Blog
Supported upgrades for domain controllers to Windows 2008 (Melting Pot in CorpNet)
Posted
over 5 years ago
by
BooRadely
9
Comments
Currently we are running Win2k3 SP1, R2, SP2, Win2k8 Beta3, RC0, RC1, and RTM Escrow idomain controllers in production... Since we're running some downlevel servers in the environment and I was interested in what is supported to be upgraded to Windows...
Brad Rutkowski's Blog
Find out the members of the local administrator group remotely.
Posted
over 6 years ago
by
BooRadely
2
Comments
Want to find out who is in the admin group on a box in your domain and don't have privileges to logon? So I've found myself in a spot where I need to find out who owns a box and I don't have administrators privileges to logon and find out whose in the...
Brad Rutkowski's Blog
SearchIndexer.exe crashing with the exception code of 0xc00000fd
Posted
over 5 years ago
by
BooRadely
0
Comments
This is an FYI post so others on the intertubes can find the answer quickly. If you get this error: Log Name: Application Source: Application Error Date: 4.11.2008 07:20:41 Event ID: 1000 Task Category: (100) Level: Error Keywords...
Brad Rutkowski's Blog
Not getting kernel memory dumps in Windows Vista or Windows 2008?
Posted
over 6 years ago
by
BooRadely
4
Comments
Backstory: With the advent of Windows Vista there are changes made in how the operating system determines if it can take a kernel memory dump or not. Starting in Vista the amount of memory allocated for kernel mode could vary dynamically . If the pagefile...
Brad Rutkowski's Blog
The case of sidebar.exe not starting. Oh Snap!
Posted
over 6 years ago
by
BooRadely
9
Comments
Ran into a case today where each time we tried to start sidebar.exe it would fail silently. No crash to investigate, no error, so where to next? First I set an IFEO for sidebar.exe to launch windbg.exe when started, by doing this it stops at the initial...
Brad Rutkowski's Blog
iADSLargeInteger in Powershell getting the RID pool values
Posted
over 3 years ago
by
BooRadely
0
Comments
I found that there were a few solutions out there on the internet but still didn’t really get me what I was after. I wanted to find out my total SID count that could be created, and then find the current rid pool high water mark so I could track...
Brad Rutkowski's Blog
NLTEST returning RPC_S_UNKNOWN_IF
Posted
over 6 years ago
by
BooRadely
2
Comments
Ran into a case today where NLTEST was returning RPC_S_UNKNOWN_IF. C:\Users\Administrator>nltest /sc_query:bradforest I_NetLogonControl failed: Status = 1717 0x6b5 RPC_S_UNKNOWN_IF C:\Users\Administrator>nltest /sc_reset:bradforest I_NetLogonControl...
Page 2 of 5 (119 items)
1
2
3
4
5