Sign in
|
Join
|
Help
Home
Blogs
WordPress Blogs
Media
All Tags
»
IT
»
Active Directory
(
RSS
)
MVP WordPress Blogs
Loading...
Tags
.NET
Advisories / Bulletins
ASP.NET
C#
Community
ConfigMgr 2007
Digital Media
Events
Exchange
General
General Security News
Media Center
Microsoft
News
Rants
Security
Sharepoint
SPPS03_Tips
SQL Server
System Center
Tools
VB
Vista
Windows 7
Windows Server
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
Chicago
Cisco
dotNet
Exchange Server
None of the Above
Personal
Scripts
Vista
Windows 2008
MSDTC Exits on PDCe Transfer
One of my colleagues reported an issue at a customer this past weekend where every time he transferred FSMO roles, MOM would report that the MS DTC (distribution transaction coordinator) service had terminated unexpectedly on all the domain controllers...
Posted to
Brian Desmond's Blog
by on Tue, Aug 5 2008
Filed under:
Filed under:
IT
,
Active Directory
Authoritative Restores
So I'm working on a project which involves some documentation around disaster recovery and I flagged a word in the text for the technical reviewers to suggest a better word (BCD40). The feedback I got really made me laugh: Share this post: email it...
Posted to
Brian Desmond's Blog
by on Sat, Jul 12 2008
Filed under:
Filed under:
IT
,
Active Directory
Update on the MCSE Upgrade
I was complaining (more or less) several weeks ago about the amount of work it was going to take to upgrade my MCSE to the latest version. The good news is I went and did the Windows end of things and now I'm apparently an "MCITP: Enterprise...
Posted to
Brian Desmond's Blog
by on Fri, Jul 11 2008
Filed under:
Filed under:
IT
,
Active Directory
,
Vista
,
Windows 2008
At TechEd Next Week
I'll be down in Orlando at TechEd IT Pro next week. I'm working a booth of some fashion in the Technical Learning Center most of the week I'm told, so feel free to drop in and say hello if you're in town as well. Share this post: email...
Posted to
Brian Desmond's Blog
by on Wed, Jun 4 2008
Filed under:
Filed under:
IT
,
Exchange Server
,
Active Directory
,
Personal
Updated Error Code Lookup Tool
The Microsoft error code lookup tool (which no Windows admin should be without) got updated today: http://www.microsoft.com/downloads/details.aspx?familyid=be596899-7bb8-4208-b7fc-09e02a13696c&displaylang=en&tm . While it says it's for Exchange...
Posted to
Brian Desmond's Blog
by on Thu, May 29 2008
Filed under:
Filed under:
Scripts
,
IT
,
Exchange Server
,
Active Directory
Group Policy Editor Shortcuts
I came across these shortcuts today for navigating the group policy editor and thought they'd be worth sharing. They're holdovers from Windows Explorer that also work in the GPO editor. If you press * while targeting a folder in the console, the...
Posted to
Brian Desmond's Blog
by on Sat, May 17 2008
Filed under:
Filed under:
IT
,
Active Directory
Windows 2003 Forest Functional Level
Thought I'd post an informational post for folks who are moving an AD forest to Windows 2003 forest functional level (aka FFL2) as I realized today this piece of information might not be quite as well known as I might have thought. As an FYI, this...
Posted to
Brian Desmond's Blog
by on Fri, Apr 11 2008
Filed under:
Filed under:
IT
,
Active Directory
At DEC This Week
I'm heading downtown in a bit for DEC 2008 and will be around all week. Please do say stop by and say hello and join in the conversations if you're there! If you're looking for suggestions on local things I can try and help since I'm from...
Posted to
Brian Desmond's Blog
by on Sun, Mar 2 2008
Filed under:
Filed under:
IT
,
Active Directory
,
Chicago
Active Directory Site Links – Naming & Costing
There are a few things that you really have to consider when you're setting up your site links – the naming convention, cost relative to the underlying WAN transport, frequency of replication, and schedule (that is when replication can even occur...
Posted to
Brian Desmond's Blog
by on Thu, Nov 29 2007
Filed under:
Filed under:
IT
,
Active Directory
Script to Create Home Folders for OU
I thought I'd share the script attached at the end of this post as it's something I've seen requests for below. The script will take all of the users in a given OU (or really any subtree), and create a home folder for them and stamp the path...
Posted to
Brian Desmond's Blog
by on Thu, Apr 26 2007
Filed under:
Filed under:
Scripts
,
IT
,
Active Directory
Dedicated Exchange Sites in Active Directory
A comment I received on a previous post on sites and subnets in Active Directory was "what benefit(s) does a dedicated Exchange site provide?". There's a couple things to consider here with the advent of Exchange 2007. The first is the great degree of...
Posted to
Brian Desmond's Blog
by on Sat, Feb 3 2007
Filed under:
Filed under:
IT
,
Exchange Server
,
Active Directory
Subnet Definitions in Active Directory
One of the common misunderstandings I see working with organizations and their Active Directory deployments is with regard to subnet definitions in Active Directory. This discussion came up recently on the ActiveDir.org mailing list so I thought I would...
Posted to
Brian Desmond's Blog
by on Tue, Jan 30 2007
Filed under:
Filed under:
IT
,
Active Directory
How to get the Windows 2003 Admin Tools Working on Vista
Out of the box, the Windows 2003 Adminpak tools do not run on Windows Vista. When they are loaded, MMC claims that "MMC could not create the snap-in.". This is due to some DLLs not being registered properly. To fix this, paste the following commands into...
Posted to
Brian Desmond's Blog
by on Tue, Nov 21 2006
Filed under:
Filed under:
IT
,
Active Directory
How to Authenticate against Active Directory from a Cisco PIX
A few months ago I posted an article with steps to configure Windows IAS and Cisco IOS for authentication to Active Directory via RADIUS. I wanted to follow up on that with a quick overview of how to setup a PIX for management access authentication via...
Posted to
Brian Desmond's Blog
by on Fri, Oct 27 2006
Filed under:
Filed under:
Cisco
,
IT
,
Active Directory
Manually Removing a Domain Controller from Active Directory
Another one from the questions I answer all the time on the newsgroups – what do I do when a domain controller is permanently failed and needs to be removed from Active Directory? The first thing to do is to make sure the DC is really gone – wipe it....
Posted to
Brian Desmond's Blog
by on Mon, Oct 9 2006
Filed under:
Filed under:
IT
,
Active Directory
How to Determine What Domain Controller Authenticated the User
A frequent question on the newsgroups is how do I know what domain controller logged me in? To find this out, open a command prompt and type "set logonserver". echo %logonserver% has the same functionality. This is an environment variable so...
Posted to
Brian Desmond's Blog
by on Fri, Sep 22 2006
Filed under:
Filed under:
IT
,
Active Directory
Delegating Enable/Disable Account Rights in Active Directory
I answer this question a lot on the newsgroups - "How do I delegate enabling and disabling Active Directory accounts?". The long and short of it is you can't. More precisely you can't without delegating access to set a whole bunch of...
Posted to
Brian Desmond's Blog
by on Mon, Sep 18 2006
Filed under:
Filed under:
IT
,
Active Directory
Active Directory GUI Tools on a Member Server
A useful tip I've found people tend not to know about is that the Active Directory GUI tools (AD Users and Computers, Sites and Services, etc) are installed on every Windows 2000 and 2003 server regardless of whether or not the server is a domain...
Posted to
Brian Desmond's Blog
by on Sun, Sep 17 2006
Filed under:
Filed under:
IT
,
Active Directory
New Look for the Site
After a couple hours of customization, I activated a new theme for the BrianDesmond.com site. The old look was the same theme I had when I started a blog on weblogs.asp.net in 2003. I felt like it was kind of depressing to look at the old colors - there...
Posted to
Brian Desmond's Blog
by on Fri, Sep 15 2006
Filed under:
Filed under:
IT
,
Exchange Server
,
Active Directory
,
None of the Above
,
Personal
How to implement Windows Forms Based Authentication in ASP.Net
This is an updated version of an article I wrote in March 2003 for ASPAlliance. I corrected some minor errors and updated the code samples a bit. C# and VB.Net samples are both attached at the bottom of the page. Introduction The Windows authentication...
Posted to
Brian Desmond's Blog
by on Tue, Aug 22 2006
Filed under:
Filed under:
IT
,
Active Directory
,
dotNet
Page 1 of 2 (21 items) 1
2
Next >