Symantec Management Platform (Notification Server)

 View Only

Computer Collections by Owner's OU 

Dec 07, 2007 12:17 PM

Sometimes, when it comes time to manage computers, IT and Accounting don't always see things eye-to-eye. A department based collection -- while may be important for Asset Management -- may not meet the needs you have for delivering software.

A good example is in our organization where we recently migrated from Novell ZENworks to a fully Microsoft environment. Altiris has been a great help in getting this done, but our department information didn't match up with that old NDS tree. Luckily, Active directory did. By using the following query we were able to map computers to a collection by using the Owner's Fully Distinguished OU name.

select DISTINCT r.[ParentResourceGuid] AS 'Guid' 
  from ResourceAssociation r   
  inner join Inv_OU_Membership uo on uo.[_ResourceGuid] = r.[ChildResourceGuid]  
  Where r.[ResourceAssociationTypeGuid] = 'ED35A8D1-BF60-4771-9DDE-092C146C485A'   
  AND uo.[Distinguished Name] = '<OU INFORMATION HERE>'

When finshed your OU should look something like: 'OU=Users,OU=Container1,OU=container2,DC=Domaincontroler,DC=COM'

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Dec 10, 2007 09:32 AM

It may be an asset-specific association. I'll admit I don't know those was well as I should.
I also couldn't find something in the AD connector that did this exact function. Part of the issue in a Novell ZenWorks or Netware Application Laucher (NAL) to Altiris Software Delivery migration is a different thought process in management.
Netware gives you the very helpful ability to manage user objects instead of Computers. While Altiris does make collections based off the user's department that didn't match our Novell Directory so we had to find a way to translate that so we could complete the migration.
The end goal is really to give us collections that would match that Novell Directory Structure. While AD connector might have done it I just stumbled across this one first.
I've been thinking of posting some more of our documentation from that migration into articles here on Juice, but I'm not sure if it would be used? Would like a Novell Software Delivery to Altiris Software Delivery "book" be a good idea?

Dec 07, 2007 02:27 PM

Hey Skakid,
What is that ResourceAssociationTypeGuid you have there? I don't have that RA in my database. Is it Asset-specific? Couldn't you just use the collections created by the AD Connector to achive this? Maybe I just don't quite understand your goal with this...?

Related Entries and Links

No Related Resource entered.