VMware VCENTER CONFIGURATION MANAGER 5.3 - SOFTWARE CONTENT REPOSITORY TOOL GUIDE Installationsanleitung Seite 106

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 282
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 105
if ($task[0] -ne $firstcol)
{
#if we did not find a TaskName column, just tag each
row as Task-n
if ($namecol -gt -1)
{
$clTasks += "<" + [string](ToCMBase64String($task
[$namecol])) + ">"
}
else
{
$clTasks += ("<Task-" + ([string]($i-1)) + ">")
}
for ($j=0;$j -lt $task.count;$j++)
{
#skip the hostname field, since we are doing a
local inspection
if (-not($j -eq $hostcol))
{
$clTasks += ("<" + $cols[$j] + ">")
$clTasks += $task[$j]
$clTasks += ("</" + $cols[$j] + ">")
}
}
#if we did not find a TaskName column, just tag each
row as Task-n
if ($namecol -gt -1)
{
$clTasks += "</" + [string](ToCMBase64String
($task[$namecol])) + ">"
}
else
{
$clTasks += ("</Task-" + ([string]($i-1)) + ">")
}
} #end data row that is not columns repeated
} #end data row
vCenter Configuration Manager Administration Guide
106
VMware, Inc.
Seitenansicht 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 281 282

Kommentare zu diesen Handbüchern

Keine Kommentare