Job_SetPlatform
Description
Define management platform.Â
Â
Syntax
Job_SetPlatform(sPlatform) As Boolean
Â
Parameters
sPlatform (String)
Current Desktop Management platform. Valid values are 'CDM', 'SMS', 'SMSKS', 'SMS2003' and 'GENERIC'
Example
VBScript
If bStatus Then bStatus = Job_SetPlatform("CDM")
Â