Endpoint Protection

 View Only
  • 1.  MoveClientsToNewDomain : MoveClientsToNewDomain = False

    Posted Oct 09, 2017 12:24 AM

    Does anyone tried this script to move clients from one domain to another.  Some of client machine does not accept credentials when pushing communication . Im finding another to move clients. TIA for your help.



  • 2.  RE: MoveClientsToNewDomain : MoveClientsToNewDomain = False

    Posted Oct 09, 2017 01:16 AM

    is this a line from conf.properties, if yes then its is about moving client between one SEPM domain to another SEPM domain within the same site.



  • 3.  RE: MoveClientsToNewDomain : MoveClientsToNewDomain = False

    Posted Oct 09, 2017 02:17 AM

    Hi Praveen, Yes it is a line from a config , It is included in the non support tool MoveClient.  I just want to know if someone use this and if it's working? 

     



  • 4.  RE: MoveClientsToNewDomain : MoveClientsToNewDomain = False

    Posted Oct 09, 2017 04:26 AM

    I tried this

    Text file - SU-CNU9141V3N,Default Group,SMARTSEP02 

    Dim DomainName : DomainName = "%"
    Dim OnlyCheckClientsInTempGroup : OnlyCheckClientsInTempGroup = False
    Dim MoveClientsToNewDomain : MoveClientsToNewDomain = True
    Dim SilentMode : SilentMode = False
    Dim EnableLogging : EnableLogging = True
    Dim sLogFile : sLogFile = "MoveClients.log"
    Dim ConnectionString : ConnectionString = "DSN=SymantecEndpointSecurityDSN;UID=" & DBUser & ";PWD=" & DBPass

     

    but still got this below

    ::Root Group where domain name is smartsep02
    ::Failed
    ::Checking for clients to move
    ::No clients found that need to be moved. 

    Is it realy on SEPM domain?



  • 5.  RE: MoveClientsToNewDomain : MoveClientsToNewDomain = False
    Best Answer

    Posted Oct 09, 2017 03:39 PM

    yes actually this to move a bulk of clients from one domain to another without having to re-install SEP client



  • 6.  RE: MoveClientsToNewDomain : MoveClientsToNewDomain = False

    Posted Oct 09, 2017 09:35 PM

    Actually I have tried this. Its working on moving clients to other groups on the same SEPM console

     Now I want to move clients to other SEPM Console server/Domain but the problem is on setting the script .

    This is the script below

    Dim DomainName : DomainName = "%"
    Dim OnlyCheckClientsInTempGroup : OnlyCheckClientsInTempGroup = False
    Dim MoveClientsToNewDomain : MoveClientsToNewDomain = True
    Dim SilentMode : SilentMode = False
    Dim EnableLogging : EnableLogging = True
    Dim sLogFile : sLogFile = "MoveClients.log"
    Dim ConnectionString : ConnectionString = "DSN=SymantecEndpointSecurityDSN;UID=" & DBUser & ";PWD=" & DBPass

    '--------------------------------------------------------
    Dim LogDBPassword : LogDBPassword = False
    Dim LogOldClientGroup : LogOldClientGroup = True
    Dim UpdateUOClients : UpdateUOClients = False
    Dim UseFutureTime : UseFutureTime = False
    Dim UseVBStoSearch : UseVBStoSearch = False
    Dim ExactMatch : ExactMatch = False
    Dim UpdateUSN : UpdateUSN = False

     



  • 7.  RE: MoveClientsToNewDomain : MoveClientsToNewDomain = False

    Posted Oct 09, 2017 09:49 PM

    This is the text file associated with the vbs script.
    Hostname,GroupName,DomainName,Description

    I dont know what to put in the description.

    See below what is in the PDF 

    Description support:
    Also, on any of the text files supported by this script a description can be added as the fourth column. The description will then be added to the client’s description field in the SEPM console.


    For example on the Hostgroups.txt file this format can also be used:


    Computer1,Marketing,Default,MyDescription
    Hostname,Group1,MyNewDomain1,MyDescription
    v-349ghh,Group1\subgroup1,MyNewDomain2,MyDescription
    smith,Group2\subgroup1,MyNewDomain3,MyDescription
    Dell*,Group2\subgroup2,MyNewDomain2,MyDescription
    Tom,Group3,MyNewDomain1,MyDescription

    This is an optional column, but this column will only work if the domain column is also specified. If the description is not specified then it will not modify the client’s description.