Clear Primary User
Description
Section titled “Description”Clears the primary user on a unit
Syntax
Section titled “Syntax”Public Function ClearPrimaryUser(ByVal uuid As String) As Boolean
Parameters
Section titled “Parameters”uuid(String)
The uuid of the unit (or device)
Return Value
Section titled “Return Value”The function returns true if successful.
Example
Section titled “Example”VBScript
Set oCMS = CreateObject(``"CapaInstaller.SDK"``) wscript.echo oCMS.ClearPrimaryUser(``"B16BAC7B-2975-431C-A380-B702B1A83AF4"``) |