Welcome to TechNet Blogs Sign in | Join | Help

Syndication

News

Locations of visitors to this page These postings are provided "AS IS" without warranty, and confer no rights.

Browse by Tags

All Tags » Business up front   (RSS)
win32_processor and cim_processor CurrentClockSpeed shows lower value than actual processor speed
Was looking at an issue today where a whole bunch of our servers were showing clock speeds that didn’t match the max clock speed.  These servers were showing up on our exBPA reports and thus landed in my lap to investigate.  At first I assumed Read More...

Posted Thursday, April 16, 2009 8:50 PM by Brad Rutkowski | 0 Comments

NTDS performance counters missing
Thought I’d doc this for any others who run into this issue.  I had to demote/promote a machine this morning and when it finished promoting I found it was missing all the NTDS\* counters in perfmon.  I ran LODCTR /Q and saw that it looked wrong: Read More...

Posted Thursday, March 19, 2009 10:28 PM by Brad Rutkowski | 0 Comments

Filed under: ,

Interacting with Data Collector Sets via Powershell
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 Read More...

Posted Wednesday, February 18, 2009 9:30 PM by Brad Rutkowski | 0 Comments

Check that driver file versions match on all your cluster nodes via Powershell
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 driver Read More...

Posted Wednesday, December 03, 2008 11:25 PM by Brad Rutkowski | 5 Comments

SET-ACL on registry key
Man it was hard to find info on using set-acl on a registry key!   I was looking for a way to set an ACL that once set would be inherited by child keys and values.    We needed to give “Local Service” full control on the registry Read More...

Posted Monday, September 29, 2008 4:06 PM by Brad Rutkowski | 1 Comments

Using invoke-command to launch a script on a remote computer which connects to network resources.
First, I found the details here . Second, things can change as this is being done with the CTP for Powershell 2.0 Third, if you don’t know about remoting in 2.0 watch this 5 minute video . Then read this . Whew. Backstory: You might find yourself in a Read More...

Posted Friday, September 26, 2008 8:19 PM by Brad Rutkowski | 1 Comments

Display warning text when someone logs onto your servers
This works for Windows 2003 and Windows 2008. We use it during our reliability study to let the server owners know that they shouldn't reboot their boxes without a good reason. You can use it for whatever you’d like. :) The two keys to set: reg add " Read More...

Posted Thursday, September 25, 2008 1:25 AM by Brad Rutkowski | 2 Comments

Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.
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 Read More...

Posted Monday, September 08, 2008 7:00 PM by Brad Rutkowski | 7 Comments

Domain doesn't know about my computer account? I vouch for my computer, you can trust me...
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 Read More...

Posted Friday, August 01, 2008 8:31 PM by Brad Rutkowski | 3 Comments

Windows Update fails with 8000FFFF (E_UNEXPECTED)
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 Read More...

Posted Thursday, July 03, 2008 8:07 PM by Brad Rutkowski | 15 Comments

Staring at a blank desktop, due to Interactive missing from Users group
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).  Read More...

Posted Thursday, May 29, 2008 11:51 PM by Brad Rutkowski | 1 Comments

SearchIndexer.exe crashing with the exception code of 0xc00000fd
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: Classic User: N/A Computer: Read More...

Posted Thursday, May 15, 2008 12:16 AM by Brad Rutkowski | 0 Comments

Find out who pings on a subnet quick and easy
So i know there are tools out there to do this but figured some would be interested on how to do this real quick with stuff that's already in the OS. 1) Turn off echos to make the out put clean (don’t forget to turn it back on when its done via “echo Read More...

Posted Thursday, April 24, 2008 12:57 AM by Brad Rutkowski | 0 Comments

Got IPSEC? Got Problems? New tool released to help you triage IPSEC failures.
The Microsoft IPsec Diagnostic Tool is available for Windows Server 2008, for Windows Vista, for Windows Server 2003, and for Windows XP This should help you out when you have those weird "network" issues going on with some clients where IPSEC Read More...

Posted Thursday, April 03, 2008 8:58 PM by Brad Rutkowski | 0 Comments

Some useful debugging commands
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'll Read More...

Posted Tuesday, April 01, 2008 10:47 PM by Brad Rutkowski | 1 Comments

More Posts Next page »
Page view tracker