Typically new items are created automatically by the XIA Configuration Client, however it is also possible to manually create new items.



Code Sample


# Create the new item.

$itemID = $xia.DO_CreateItem("DEMO-PC01", "WindowsPC", 1000);

Write-Host "Created item $($itemID)"