Client Management Suite

 View Only
  • 1.  Update configuration - from Server

    Posted Jun 25, 2012 02:41 AM

    In NS 6.0 it was possible to right mouse click in the console on a computer -  choose - Power Management - Get Client configuration

    Is there something similar in NS7.1 to force a client to update it's configuration from the Console end - this is useful when a user is not available to update configurution.

    Thanks, Catherine



  • 2.  RE: Update configuration - from Server
    Best Answer

    Posted Jun 25, 2012 04:16 AM

    Hi,

    In Symantec Management Console you can click Manage > Computers menu item to open Computers view. There you may select a required computer (or search for it) in the All Computers list view, right click on it and from the opened context menu click 'Schedule task' menu item. In the opened 'New schedule' window click 'Select a job or Task' link. 'Select task' window opens where you may select 'Update client configuration' task by navigating to the following tree node: Jobs and Tasks > Samples > Notification Server > Update Client Configuration.

    Optionally you can select any other task you'd like to be executed on the targeted computer using the way described above.



  • 3.  RE: Update configuration - from Server

    Posted Jun 25, 2012 08:38 AM

    RAADv2 would be another option for doing this and performing other troubleshooting/diagnostic actions:
    http://www.symantec.com/docs/HOWTO21449

    You can also perform an update using vbscript:


    dim client
    set client = wscript.createobject ( "Altiris.AeXNSClient" )
    dim policymgr
    set policymgr = client.ClientPolicyMgr
    policymgr.Refresh 


  • 4.  RE: Update configuration - from Server

    Posted Jun 25, 2012 07:53 PM

    Thanks Mike this script and how to also looks like it will very useful and will be put to use.