Endpoint Protection

 View Only
  • 1.  Is there a way to get a list of machines that are in User mode?

    Posted Feb 07, 2011 01:25 PM

    Hello,

    We have a thousands of machines in our environment in Computer mode, but sometimes we discover that there are clients went in User mode.
    I can’t find a proper type of report to get list of all these machines.

    Can anyone help me?

    Thank you.

    Kind regards,
    Angel Yotov



  • 2.  RE: Is there a way to get a list of machines that are in User mode?

    Posted Feb 07, 2011 01:42 PM

    You can get a list of Users, go to Clients>View Client System, then filter by "Only User".

     



  • 3.  RE: Is there a way to get a list of machines that are in User mode?

    Posted Feb 08, 2011 12:40 AM

    Hi.

    For a quick look, I'd have to agree with CycleTech. That get's you an immediate view (per group).

     

    Alternatively, you might want to look into the database using the db schema reference guide found at http://www.symantec.com/docs/TECH102544
    Specifically pg 141 refers to the SEM client schema and field POLICY_MODE.

    I personally have not looked into this yet. Let us know what you find.



  • 4.  RE: Is there a way to get a list of machines that are in User mode?
    Best Answer

    Posted Feb 08, 2011 12:02 PM

    SELECT [POLICY_MODE],[Computer_Name]
    FROM [sem5].[dbo].[SEM_CLIENT]
    WHERE [POLICY_MODE] = 0 and [Computer_Name] <> ''
    Order by [COMPUTER_NAME]

    Embedded DB query will be a lil' different.

    -Mike



  • 5.  RE: Is there a way to get a list of machines that are in User mode?

    Posted Feb 09, 2011 09:58 AM

    Thanks to all of you.

    It seems that using of DB query will be the best way to get this information.

    Kind Regards,
    Angel Yotov



  • 6.  RE: Is there a way to get a list of machines that are in User mode?

    Posted Feb 09, 2011 03:52 PM

    Hi.

    Please mark this thread as answered.



  • 7.  RE: Is there a way to get a list of machines that are in User mode?

    Posted Feb 11, 2011 10:42 AM

    Followers of this thread may wish to vote in support of these "Ideas" (enhancement requests)

    "Restrict the ability to enable User mode" https://www-secure.symantec.com/connect/idea/restrict-ability-enable-user-mode

    "Remove the mechanism that turns clients from computer mode to user mode" https://www-secure.symantec.com/connect/idea/remove-mechanism-turns-clients-computer-mode-user-mode

    "Ability to switch large numbers of SEP Clients from User Mode to Computer Mode en masse from within the SEPM Console" https://www-secure.symantec.com/connect/idea/ability-switch-large-numbers-sep-clients-user-mode-computer-mode-en-masse-within-sepm-console

    Thanks and best regards,

    Mick