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
\SystemRoot\System32\RDPDD.dll failed to load
Posted
over 5 years ago
by
BooRadely
114
Comments
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...
Brad Rutkowski's Blog
Windows Update fails with 8000FFFF (E_UNEXPECTED)
Posted
over 5 years ago
by
BooRadely
42
Comments
Quick Solution: Check the permissions on the root of C: and ensure that BUILTIN\Users have Read access. Long Story: 8000FFFF == E_UNEXPECTED, not very helpful… Had a client where windows update was continually failing with the error code...
Brad Rutkowski's Blog
Hey where did /3GB go in Longhorn and Vista?
Posted
over 7 years ago
by
BooRadely
29
Comments
If you did not already know there is no boot.ini in Vista/LH. So how do you set usermode space to 3GBs? If you recall on x86 platforms there is 4GBs of addressable VM space. So by default that is split up equally. 2GBs for kernel mode and 2GBs for...
Brad Rutkowski's Blog
Great tool for Windows 2003: Server Performance Advisor (SPA)
Posted
over 6 years ago
by
BooRadely
25
Comments
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 ...
Brad Rutkowski's Blog
Hey Admins! Let's explore Vista together. (Part 1)
Posted
over 6 years ago
by
BooRadely
24
Comments
Okay so let's look at some things in Vista from a sys-admin perspective that are good to know when your troubleshooting issues on your client's machines. Your client could be your user base, your family, or yourself. Guided Help You're Dad calls, he wants...
Brad Rutkowski's Blog
Net Send in Windows Vista
Posted
over 6 years ago
by
BooRadely
24
Comments
You might find yourself looking for "net send" in Vista and wonder where it went? Before you flip out, there is a solution. Use MSG.exe C:\Windows\system32>msg /? Send a message to a user. MSG {username | sessionname | sessionid | @filename | *} [...
Brad Rutkowski's Blog
Hey who deleted that user from AD???
Posted
over 7 years ago
by
BooRadely
18
Comments
Backstory As an Active Directory administrator you might find yourself in a scenario where an object/account/computer/etc gets deleted from the directory and then helpdesk/operations/management/VPs want to know the who, what , when, where, why, and how...
Brad Rutkowski's Blog
How to know if TCP offload is working
Posted
over 6 years ago
by
BooRadely
17
Comments
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...
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
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
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
Does my CPU support hardware virtualization (Hyper-V)
Posted
over 5 years ago
by
BooRadely
8
Comments
As the talk about hardware virtualization heats up from Microsoft and others you might find yourself wondering if the current hardware you're running supports it. My HP xw9300 workstation doesn't (older AMD Opterons), but it looks like my xw8400 does...
Brad Rutkowski's Blog
My machine keeps bluescreening, how can I look at the dump?
Posted
over 7 years ago
by
BooRadely
8
Comments
How to use a debugger to analyze a crash dump on a basic level....
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
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
Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.
Posted
over 5 years ago
by
BooRadely
7
Comments
Ran into a weird issue where I was getting access denied when trying to query nodes remotely in powershell. The query was working fine against Windows 2003 cluster names and worked locally when ran on a Windows 2008 cluster node, it just didn’t...
Brad Rutkowski's Blog
Need to get IPCONFIG /ALL from a computer remotely?
Posted
over 6 years ago
by
BooRadely
6
Comments
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...
Brad Rutkowski's Blog
Services and Session Zero in Vista and Windows Server 2008
Posted
over 6 years ago
by
BooRadely
6
Comments
If you've been running vista you might have come across this message: "A program can't display a message on your desktop" with the options to show the message or remind you later. So what's the deal with this? Gone over in detail in this doc , its...
Brad Rutkowski's Blog
Using TypePerf to get performance data on the command prompt.
Posted
over 6 years ago
by
BooRadely
5
Comments
I was tracking a high CPU issue this week and needed to know when one of my servers was pegged so I could investigate. I could of used perfmon I guess but I really like to do everything I can from the command prompt. I always like it when there is a tool...
Brad Rutkowski's Blog
Domain not available when trying to TS onto a Windows 2003 server.
Posted
over 6 years ago
by
BooRadely
5
Comments
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...
Brad Rutkowski's Blog
Domain doesn't know about my computer account? I vouch for my computer, you can trust me...
Posted
over 5 years ago
by
BooRadely
5
Comments
Had an issue where a server would not allow logon via termian services each time you attempted to logon it would return this: Soooooooooo, what to do here? First, we made sure the account existed in the directory since that's why it...
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
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
Vista SP1 and Windows 2008: No /console switch with MSTSC
Posted
over 5 years ago
by
BooRadely
4
Comments
I've ran into this a few times here and each time I stare at my screen for some time (depends on how much coffee I've had) and then remember this change. When you install Vista SP1 or install Win2k8 the console switch for MSTSC will be ignored (it's gone...
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...
Page 1 of 5 (119 items)
1
2
3
4
5