Disabling an object deactivates it and prevents it from being used. To disable or enable an object from the repository, use the following command syntax:

tsm_config [options...] disable --classname=<class>
          --instancename=<instance> s

To enable the object, replace the disable command with the enable command. For example, to enable a user profile called UserProfile1 in a Global Manager named INCHARGE-SA, use the following command:

t sm_config -s INCHARGE-SA enable --classname=ICS_UserProfile 
          --instancename=ICS-Profile1 s