Sign in
Brian Redmond's Weblog
Good IT Stuff
Tags
Being goofy
Exchange and Messaging
Identity Management
IT Misc
Browse by Tags
TechNet Blogs
>
Brian Redmond's Weblog
>
All Tags
>
identity management
Tagged Content List
Blog Post:
Infocard mentioned on Infoworld
btrst4
We're starting to see this show up more in the press after the PDC. http://www.infoworld.com/article/05/09/21/HNinfocard_1.html
on
22 Sep 2005
Blog Post:
Excellent Web Cast on the Identity Management Solution Series
btrst4
The Microsoft Identity and Access Management Solution Series is a set of prescriptive guidance, code samples, and architecture references that guide customers on building real life Identity Management solutions. This web cast will cover the upcoming release on Provisioning and Workflow as well as a roadmap...
on
14 Sep 2005
Blog Post:
Identity Management hurts
btrst4
Seriously, this stuff is really hard. I work in the Identity Management space and most of my time has focused more on enterprise Idm solutions (things like metadirectories and provisioning). Recently, I have been studying this from a more wholistic internet identity management topic. Much of the discussion...
on
19 Jul 2005
Blog Post:
New MS Press Group Policy Book
btrst4
This book has some great details on Active Directory Group Policies. I can't wait to get a copy myself. http://www.microsoft.com/MSPress/books/8763.asp
on
6 Jul 2005
Blog Post:
Microsoft and Sun Partnership Progress
btrst4
This is somewhat old news by now, but I wanted to remind folks about the announcements in this press release. http://www.microsoft.com/presspass/press/2005/may05/05-13MSSunEventPR.mspx Basically, Microsoft and Sun have really started to show some progress on partnerships that were annouced a year...
on
5 Jul 2005
Blog Post:
Interesting Performance Monitoring Tool - Download on microsoft.com
btrst4
I recently found a tool that can help do performance analysis on servers in your environment. This tool gathers the data from the Performance Monitor and does some level of analysis to help diagnose issues. It is especially good at IIS 6.0 and Active Directory. Link: http://www.microsoft.com/downloads...
on
4 Feb 2005
Blog Post:
MIIS Deprovisioning and using ShouldDeleteFromMV
btrst4
In general, MIIS solutions have one connected data source that is authoritative for deletes and drives the deprovisioning process. A common MIIS configuration is to set the object deletion rule to delete the MV object when the connector is removed from this authoritative MA. This will cause a MV delete...
on
2 Nov 2004
Blog Post:
Federation... Schmederation. Can't we all just get along?!?
btrst4
The eWeek article below talks about Microsoft and the Liberty Alliance. I guess IBM recently decided to join the Liberty Alliance (along with already being a part of designing the ws-federation standards with Microsoft). Interesting article. http://www.eweek.com/article2/0,1759,1681595,00.asp This stuff...
on
28 Oct 2004
Blog Post:
Consulting from home...
btrst4
I have posted on this Blog recently about life in MCS. This probably holds true for consulting engagements in general. Setting a comfortable travel schedule is really important when you are on the road all the time. On the other hand, this travel schedule would need to be negotiated with the client....
on
26 Oct 2004
Blog Post:
Information about my current MIIS/Exchange project
btrst4
My current project is using MIIS to assist with an Exchange Resource Forest. The company has decided to run Exchange in the headquarters and each sub-Company would maintain their own Active Directory for login and security. The Exchange forest has placeholder accounts (mailboxes) that the external accounts...
on
22 Oct 2004
Blog Post:
MIIS does not process deletes when there are import errors
btrst4
This could be obvious to many, but this recently slowed me down one time when I did not realize it. When you run an import off of file, table, etc., MIIS will not process deletes if there are any import errors. This is by design and makes sense. If MIIS decides to delete records it does not get in the...
on
19 Oct 2004
Blog Post:
What it is like to work for MCS...
btrst4
I got a question asking what it is like to work for Microsoft Consulting Services. This may very well be one of my friends messing with me, but regardless, I thought it might be worth telling some stories now and then. The particular question was about work/life balance. There is no sugar coating here;...
on
16 Oct 2004
Blog Post:
AD uses different attirbute names from what shows up in ADUC
btrst4
For the non-LDAP people, this cause quite a bit of confusion. First name is "givenName" and Last name is "sn." Street in ADUC is "streetAddress" in AD (of course, there is also a 'street' attribute to add to the confusion!). There is a page on MSDN that explains the mapping; this link is your friend...
on
13 Oct 2004
Blog Post:
Just update the schema and quit worrying about it!!!
btrst4
I am a little sick and tired about hearing that people are tentative about modifying the Active Directory schema! Maybe this is Microsoft's fault since we put so many warnings up about doing this. I say modify it like crazy. In fact, I think we should all add a schema attribute called "i-modified-the...
on
13 Oct 2004
Blog Post:
Sorry, but I have been busy
btrst4
What ends up happening is that I start a new project and get horribly busy and have no time to post. I ended up making a bunch of notes of good things to post, so I have a little backlog of things. Expect a bunch here over the next couple days.
on
13 Oct 2004
Blog Post:
Active Directory Step by Step Guides released on microsoft.com
btrst4
This is a good set of step by step guides for Active Directory on managing, securing, configuring, etc.
on
20 Sep 2004
Blog Post:
Using the jpegPhoto attribute in AD - Part II
btrst4
The previous post ( http://weblogs.asp.net/btrst4/archive/2004/08/30/222629.aspx ) on this topic showed you how to import picture data into AD. This post shows you how to retieve the data and write it back out to a file. It might be more realistic to retrieve the data from AD and display it in a portal...
on
7 Sep 2004
Blog Post:
Using the jpegPhoto attribute in AD - Part I
btrst4
One of the big advantages of an Active Directory implementation is to store all of someone's personal data in their AD object. Nothing could be more personal than a photo. In many cases, companies already have pictures of users for ID badges, portals, etc. It seems like it would make a lot of sense to...
on
30 Aug 2004
Blog Post:
If you exporting to AD/Exchange with MIIS, you might need to disable the RUS
btrst4
I was working on a project recently and the Exchange 2003 Recipient Update Service (RUS) was adding X.400 addresses and other junk to my mail enabled users. I was basically mail enabling a bunch of users in AD to synchronize the GAL with another email system. I could certainly configure the recipient...
on
26 Aug 2004
Blog Post:
Oh mighty Scriptomatic!!!
btrst4
I guess I can write WMI scripts if I have to, but it sure is nice to find samples to do the work. I guess I thought most people were aware (and lived by) the Scriptomatic Utility. I have had a few questions about WMI lately and this excellent utility came to the rescue. Basically you browse many of the...
on
17 Aug 2004
Blog Post:
AD to ADAM Synchronizer Beta
btrst4
In many cases, you might just be looking to setup an ADAM instance that is pretty much a replica of the AD data. MIIS could easily solve this requirement, but maybe you need something more lightweight. The AD to ADAM Synchronizer tool might be the perfect solution. Two key things to remember: One way...
on
17 Aug 2004
Blog Post:
Cool Performance Monitor tools
btrst4
If you have ever used Windows Performance Monitor and had trouble changing the time period for really big perf log files, there is a helpful tool for you. I have often driven myself crazy trying to squeeze that time window down to the hour I want and gone crazy. The link below points to a few helpful...
on
12 Aug 2004
Blog Post:
Painful dcpromo experience (Solved!)
btrst4
I guess I find it valuable to post painful experiences here. Maybe it will help someone else and it certainly gives me a chance to vent. We were setting up a test forest (single domain) for some very simplistic testing. For some reason, we could not add machines to the domain or dcpromo a second DC...
on
6 Aug 2004
Blog Post:
What is Coleco ADAM?
btrst4
I got feedback from Brian Senecal that mentioned ADAM also relates to Coleco ADAM, which is a computer / game system from the early 80's. Pretty funny because I never considered that when I posted this. Time for the conspriacy theories to start... Here is a picture : Coleco ADAM seems to still...
on
2 Aug 2004
Blog Post:
What is ADAM?
btrst4
ADAM stands for Active Directory Application Mode and is a new application released with Windows Server 2003 (though it can run on Windows XP). It is a lightweight LDAP directory that offers basic LDAP functions with a subset of Active Directory functionality. From the introduction whitepaper on microsoft...
on
27 Jul 2004
Page 1 of 2 (36 items)
1
2