# Item The Item object is of type *PsObject* and gets generated based on the Item information from the result of the [Get-BomRows]() function. Therefore \$items are usually extended [powerVault Files]() or [powerVault Items](). ## Syntax ```powershell $item._Name ``` Following properties are always available : | Type | Name | Description | |-------------------------------|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Status]() | \_Status | The current status of the Item that is displayed in the 'Status' column in the [Item Tab](). | | string | \_StatusDetails | The Item's [Status Details]() which are displayed in the *Status Details* column and when hovering over the status icon in the [Item Tab](). | | string | \_Name | The name of the Item, that gets displayed in the [Item Tab]() column 'Name'. | ## Remarks A list of \$items gets passed into the functions: - [Check-Items]() - [Transfer-Items]() ### Entity Properties Entity properties provide all the properties of an entity and are displayed in the [Item Tab]() as well as on the according rows in the [BOM Tab](). At least following **standard property** should always be available: `_Name`. All the other properties are **custom properties** that can be [additionally displayed]() in the [Item Tab]().\ For example `Description`, `_Category` or all the other dynamically generated members of a [powerVault File]() or [Item]() .