Search notes:

Powershell: items

An item is one of
All items are identified by a data store and a path name.
The path name consists of drive name, item name and *(sub-)containers*.
A path name is either fully qualified or relative.
Thus, path name very much resemble ordinary file system paths.

Cmdlets

Cmdlets related to items are
new-item
set-item
get-item
get-childItem
copy-item
move-item
invoke-item
clear-item
remove-item
get-content Gets the content of an item at the specified location
add-content
set-content
clear-content

Index