Assigning Computers to groups dynamically

I have a setup with a custom computer object that is being imported.

I want to add computers to specific AD security groups based on Operating System (imported) as the search field.

I see that when I create a new criteria based group , I only have user, role, and related objects but not computers in the apply to section.

Does anyone have a general steer on to how to achieve this ?

I already know there are problems with mixed users and computers in groups, but at the moment, I need to create a new group populated with computer objects.

It must be obvious , but I am missing somet

August 7th, 2014 12:21pm

Hi Rob,

The restriction is set in the RCDC for group.

Have you try to edit it?

<my:Control my:Name="FilterBuilder" my:TypeName="UocFilterBuilder" my:RightsLevel="{Binding Source=rights, Path=Filter}" my:ExpandArea="true">
        <my:Properties>
          <my:Property my:Name="PermittedObjectTypes" my:Value="Person,Group"/>
          <my:Property my:Name="Value" my:Value="{Binding Source=object, Path=Filter, Mode=TwoWay}"/>
          <my:Property my:Name="Required" my:Value="true"/>
          <my:Property my:Name="PreviewButtonVisible" my:Value="false"/>
        </my:Properties>
      </my:Control>

I haven't did such thing, but it's should work!

Regards,

Free Windows Admin Tool Kit Click here and download it now
August 7th, 2014 12:57pm

Hi

Have you extended the Administrator Filter Permissions in FIM Portal with your newly created attributes of Computer objects? 

Henry

August 8th, 2014 9:57am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics