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")

Scripting Guidelines

 

Related functions