Altiris Software Dev Kit (ASDK)

 View Only
  • 1.  Enable/Disable Bandwidth control

    Posted Mar 23, 2017 04:59 AM
      |   view attached

    Hello,

    I would like to create a policy which will enable/disable bandwidth control on a specified number of site servers.

    I cannot find any command which will trigger this option.

    Could anyone help with that?

    Thank you.

     

     



  • 2.  RE: Enable/Disable Bandwidth control
    Best Answer

    Broadcom Employee
    Posted Mar 23, 2017 07:54 AM

    This option is available on "Targeted Agent Settings" page in settings policy

    Bandwith_1.jpg

    OR

    You can create "Run Script" task from Symantec Management Console and use this command to disable "Bandwith Control" for targeted computers

    Enable "Bandwith Control" for Symantec Management Agent:

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Communications" /v "Enable Bandwidth Control" /t REG_DWORD /d 1 /f

    Disable "Bandwith Control" for Symantec Management Agent:

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Communications" /v "Enable Bandwidth Control" /t REG_DWORD /d 0 /f

    Please check similar discussion with solution: