/
Get OS servers
Get OS servers
Description
Returns a list of OS servers including sub servers
Syntax
GetOSServers(ByVal OSPointID as Integer) as ArrayList
Parameters
OSPointID (Integer)
OS Point ID
Return value
The function returns an array of OS servers. Each element in the array is a joined line with the character defined with Set splitter.
- server.ID
- server.Name
- server.IP
- server.Servername
- server.Sharename
- server.UncPath
Example
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") Set aUnit = CreateObject("System.Collections.ArrayList") Set aUnit = oCMS.GetOSServers("1") for each item in aUnit wscript.echo item next
, multiple selections available,
Related content
Get OS points
Get OS points
More like this
Add unit to reinstall
Add unit to reinstall
Read with this
Get OS servers
Get OS servers
More like this
Get OS disk configurations
Get OS disk configurations
Read with this
Get OS servers
Get OS servers
More like this
OS Deployment functions
OS Deployment functions
Read with this