Hi there,
please try to change this line
$Sheet.Cells.Item($intRow,7) = $objItem.Host
to this line
$Sheet.Cells.Item($intRow,7) = $objItem.Host.Name
Greg
Hi there,
please try to change this line
$Sheet.Cells.Item($intRow,7) = $objItem.Host
to this line
$Sheet.Cells.Item($intRow,7) = $objItem.Host.Name
Greg