...
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
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = Job_SetPlatform("CDM") |