Skip to content

Releases: snazy2000/SnipeitPS

v1.7.151

14 Jun 08:06
ec6c96f
Compare
Choose a tag to compare

Consumables

New features

Added support for consumables

New functions

New-SnipeitConsumable
Get-SnipeitConsumable
Set-SnipeitConsumable
Remove-SnipeitConsumable

v1.6.147

13 Jun 21:32
53b1560
Compare
Choose a tag to compare

New features

More pipeline input support. Added remove functions for various things and couple new set functions also.

New functions

  • Remove-SnipeitAccessory
  • Remove-SnipeitCategory
  • Remove-SnipeitCompany
  • Remove-SnipeitComponent
  • Remove-SnipeitCustomField
  • Remove-SnipeitDepartment
  • Remove-SnipeitLicense
  • Remove-SnipeitLocation
  • Remove-SnipeitManufacturer
  • Remove-SnipeitModel
  • Set-SnipeitCategory
  • Set-SnipeitCompany
  • Set-SnipeitCustomField
  • Set-SnipeitDepartment
  • Set-SnipeitStatus

v1.5.142

10 Jun 16:24
a69a583
Compare
Choose a tag to compare
Merge pull request #155 from snazy2000/develop

Corrected examples

v1.5.140

09 Jun 21:05
19fb68f
Compare
Choose a tag to compare
Merge pull request #152 from snazy2000/develop

Specify default parameter sets and list audits

v1.5.136

09 Jun 13:23
69f498e
Compare
Choose a tag to compare
Merge pull request #148 from snazy2000/develop

Fix license related issues

v1.5.133

08 Jun 19:17
2309dd6
Compare
Choose a tag to compare
Merge pull request #144 from snazy2000/develop

Casesensitivity for file and function names

v1.5.131

08 Jun 14:02
f8f5224
Compare
Choose a tag to compare

[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

v1.4.125

05 Jun 05:36
0b1d7f9
Compare
Choose a tag to compare

[v1.4.x] - 2021-05-27

More Activity

New features

SnipeIt activity history is now searchable. So finding out checked out the assest its easy. Api support many different target or item types that can be uses as filter. Searchable types are 'Accessory','Asset','AssetMaintenance' ,'AssetModel','Category','Company','Component','Consumable','CustomField', ,'Group','Licence','LicenseSeat','Location','Manufacturer','Statuslabel', 'Supplier','User'

New Functions

Get-SnipeItActivity Get and search Snipe-It change history.

v1.3.122

27 May 12:56
1742db7
Compare
Choose a tag to compare

[v1.3.x] - 2021-05-27

Checking out accessories

New features

You can specify Put or Patch for Set-SnipeItAsset when updating assets.
Set-SnipeItLocation new -city parameter

New Functions

  • Set-SnipeItAccessoryOwner checkout accessory
  • Get-SnipeItAccessoryOwner list checkedout accessories
  • Reset-SnipeItAccessoryOwner checkin accessory

Fixes

  • Set-SnipeItAsset fixed datetime and name inputs #126,128

v1.2.113

24 May 13:47
5934568
Compare
Choose a tag to compare

Prefixing SnipeItPS

New Features

All commands are now prefixed like Set-Info -> Set-SnipeItInfo.
To keep compatibility all old commands are available as aliases.
To update existing scripts theres Update-SnipeItAlias command.

New functions

  • Update-SnipeitAlias Tool to update existing scripts
  • Get-SnipeItLicenceSeat lists license seats
  • Set-SnipeItLicenseSeat Set and checkouts/in license seats
    License seat api is supported from Snipe-It release => v5.1.5

New fixes

Added -id parameter support to support Get-SnipeItCustomField and
Get-SnipeItFieldSet commands