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
>
business up front
Tagged Content List
Blog Post:
Changing "Sessions" information on user account in Active Directory with Powershell
BooRadely
Doing some digging with a teammate today it was incredibly difficult to find information on how to automate the settings change of the Sessions tab on a user object. Different paths indicate we need to edit the userParameters attribute but you've probably found that it's a binary blob and not easily...
on
19 Sep 2012
Blog Post:
win32_processor and cim_processor CurrentClockSpeed shows lower value than actual processor speed
BooRadely
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 that something most be wrong with the report and...
on
16 Apr 2009
Blog Post:
NTDS performance counters missing
BooRadely
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: C:\Windows\system32>lodctr /q:NTDS...
on
19 Mar 2009
Blog Post:
Interacting with Data Collector Sets via Powershell
BooRadely
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 directory. Active directory has put “hooks...
on
18 Feb 2009
Blog Post:
Check that driver file versions match on all your cluster nodes via Powershell
BooRadely
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 file versions matched on all the nodes of...
on
3 Dec 2008
Blog Post:
SET-ACL on registry key
BooRadely
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 key below and have the subkeys inherit the permission...
on
29 Sep 2008
Blog Post:
Using invoke-command to launch a script on a remote computer which connects to network resources.
BooRadely
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 situation where you...
on
26 Sep 2008
Blog Post:
Display warning text when someone logs onto your servers
BooRadely
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 " \\brad-dc-01\HKLM\SOFTWARE\Microsoft\Windows...
on
24 Sep 2008
Blog Post:
Getting Access Denied when trying to query root\MSCluster namespace remotely against Windows 2008.
BooRadely
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 work remotely. Against 2k3: PS C:\Debuggers>...
on
8 Sep 2008
Blog Post:
Domain doesn't know about my computer account? I vouch for my computer, you can trust me...
BooRadely
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 appeared to be complaining. So I opened LDP...
on
1 Aug 2008
Blog Post:
Windows Update fails with 8000FFFF (E_UNEXPECTED)
BooRadely
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 8000FFFF. When looking in the Windows Update...
on
3 Jul 2008
Blog Post:
Staring at a blank desktop, due to Interactive missing from Users group
BooRadely
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). My user account was in the admin group...
on
29 May 2008
Blog Post:
SearchIndexer.exe crashing with the exception code of 0xc00000fd
BooRadely
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: xxxxxxx Description...
on
14 May 2008
Blog Post:
Find out who pings on a subnet quick and easy
BooRadely
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 on”). 2) The set is a sequence of numbers from...
on
23 Apr 2008
Blog Post:
Got IPSEC? Got Problems? New tool released to help you triage IPSEC failures.
BooRadely
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 is deployed. Description from KB: You can use the...
on
3 Apr 2008
Blog Post:
Some useful debugging commands
BooRadely
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 see if there is a command to help you out. ...
on
1 Apr 2008
Blog Post:
Stuff to check out for Windows 2008
BooRadely
Just got released yesterday: X86: http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&DisplayLang=en X64: http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&DisplayLang=en Overview Microsoft Remote Server Administration...
on
26 Mar 2008
Blog Post:
Hey Admins! Gathering information from remote machines using WMI (the easy way).
BooRadely
Those who are just getting into scripting might be wondering how to query info from remote machines using WMI and how to find useful information to query. When I started out trying to learn some of the WMI syntax and gathering info, I started with ScriptoMatic . I found this...
on
14 Mar 2008
Blog Post:
2 things: Tell if a server is server core remotely. Tell if a server is a VM remotely. (C#)
BooRadely
I've been messing around over the last week making a tool that will frisk a remote machine. It's been a fun project, a couple of items I got hung up on were if the machine was server core and if it was a VM. I mean who would knowingly TS to a server if they knew it was server core? ...
on
7 Mar 2008
Blog Post:
Tidbits for admins for the 2k8 release...
BooRadely
Just some random stuff as you get ready for 2k8... Getting the Classic cluster logs: Clustering in Win2k8 has undergone some major changes (for the better). One of those changes is that the cluster events are now part of the event stream so sifting through the cluster logs is a thing of the...
on
26 Feb 2008
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:
I PTE the fool: !SYSPTES 4 works in Vista SP1/WS08
BooRadely
System Page Table Entry (PTE) issues are some of the top support issues for servers that run large server applications and have a relatively large amount of Random Access Memory (RAM). PTEs are structures used to track pages of RAM, similar to the way a telephone number is used to track a telephone to...
on
20 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:
Some docs to help get you ready for Windows 2008.
BooRadely
Yes you are going to want Windows 2008 in your shop. We've been running 2k8 for over two year sin production and I'm very proud of the product we're shipping shortly. Some of you will want to start thinking about what's new in the OS, what has changed, performance, and deployment. Here...
on
11 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
Page 1 of 4 (88 items)
1
2
3
4