Is there a way to retire machines in SMP Server without accessing the SMP Console?
Can it be done with an API or the ASDK?
ITMS 8.x
Component: API and ASDK
API:
FixedAssetResource.
where FixedAssetResource - is the base class for resources, that support asset states, like computers.
Example:
var resource = Item.GetItem<
resource.SetAssetState( new Guid("{492C463B-AFA2-4dd6-
ASDK:
ResourceManagementLib.
* assetGuid = resource guid
* stateGuid = new state, for "retired" it is {492C463B-AFA2-4dd6-AE73-
Also, please see the ASDK help file in C:\Program Files\Altiris\Altiris ASDK\Help on the Notification Server.