Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
language
languagevb
themeEclipse
vbtitleVBScript
If bStatus Then bStatus = Job_SetPlatform("CDM")

Scripting Guidelines 


Related functions