This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AD sync and multiple policies

Howdi. If I have a folder in Enterprise Console 5.1, which is synchronizing my client machines from multiple AD OU's, is it possible to have systems in the synchronization to have different policies, AV policy in this use? I went and made a new group with the correct policies, and then to move the machine out of the sync folder in Enterprise console, only to have "Unable to move - the following computers are part of a synchronized group and may not be moved". The only way I can see around this is to either change the synchronization.. which is a lot of work due to multiple OU's OR move the single machine in AD to a new OU, outside of the synchronized folder.. which in itself has knock-on complications. Anything I can do? Thanks.

:36227


This thread was automatically locked due to age.
Parents
  • Hi,

    Apart from either not using ADSync or creating sub-OUs for excpetions, making the computers use a local config is about the only thing you can do.

    In the 'core' database, e.g. SOPHOS521, SOPHOS52, etc, (http://www.sophos.com/en-us/support/knowledgebase/17323.aspx) there is a table called 'ComputersAndDeletedComputers', this has a column called: 'PolicyManagementType'.  If you update this to be a 3 (default is 1) for a given computer the computer will show as locally configured.  E.g. for a computer called computera, in  SEC 5.2.1+ instalation with a SOPHOS named local SQL instance:

    sqlcmd -E -S .\sophos -d sophos521 -Q "update computersanddeletedcomputers set policymanagementmype = 3 where name='computera'"

    May give you something to try.

    I suppose another option would be to have an updating policy linked to the group, e.g. \\servera\sophosupdate.

    As required, servera could resolve to a different CID, possibly with a a savconf.xml in it to configure SAV?  I appreciate this is pretty hacky and relies on split dns/host file hacks.

    Regards,

    Jak

    :51322
Reply
  • Hi,

    Apart from either not using ADSync or creating sub-OUs for excpetions, making the computers use a local config is about the only thing you can do.

    In the 'core' database, e.g. SOPHOS521, SOPHOS52, etc, (http://www.sophos.com/en-us/support/knowledgebase/17323.aspx) there is a table called 'ComputersAndDeletedComputers', this has a column called: 'PolicyManagementType'.  If you update this to be a 3 (default is 1) for a given computer the computer will show as locally configured.  E.g. for a computer called computera, in  SEC 5.2.1+ instalation with a SOPHOS named local SQL instance:

    sqlcmd -E -S .\sophos -d sophos521 -Q "update computersanddeletedcomputers set policymanagementmype = 3 where name='computera'"

    May give you something to try.

    I suppose another option would be to have an updating policy linked to the group, e.g. \\servera\sophosupdate.

    As required, servera could resolve to a different CID, possibly with a a savconf.xml in it to configure SAV?  I appreciate this is pretty hacky and relies on split dns/host file hacks.

    Regards,

    Jak

    :51322
Children
No Data