Skip to content

v1.5.131

Choose a tag to compare

@snazy2000 snazy2000 released this 08 Jun 14:02
f8f5224

[v1.5.x] - 2021-06-08

Piping input

New features

Most of "Set" command accepts piped input. Piped objects "id" attribute is used to select asset set values. Like Get-SnipeItAsset -model_id 213 | Set-SnipeItAsset -notes 'This is nice!'

Set command accept id parameter as array, so its easier to set multiple items in one run.

Parameter sets. Get commands have now parameters sets.This will make syntax more clear between search and get by ID use. Use get-help to

Fixes

-Empty strings are accepted as input so it's possible to wipe field values if needed