Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Releases: DamagedDingo/JSM.Insight

Release 1.16

01 Jun 06:19
Compare
Choose a tag to compare

Added

  • Forced to update all functions by prefixing with 'Insight' due to too many clashes with internal powershell functions. Note: will need to remove any old version of 'PSInsight'.
  • New-InsightObjectByID - Default to create

Release 1.15

01 Jun 04:18
Compare
Choose a tag to compare

Added

  • Bug fix New-ObjectTypeAttribute not setting defaultTypeId

Release 1.14

31 May 03:43
Compare
Choose a tag to compare

Added

  • Fixed case sensitive parameters

Release 1.13

28 May 04:06
Compare
Choose a tag to compare

Added

  • Fix copy\past issues in some functions (-Body $RequestBody)

Release 1.12

28 May 03:28
Compare
Choose a tag to compare

Added

  • Updated from switch to Bool to allow for easier scripting.

Release 1.11

28 May 01:26
Compare
Choose a tag to compare

Added

  • Update all fuctions to use $InsightWorkspaceID instead of $InsightWorkstationID.

Release 1.10

28 May 00:45
Compare
Choose a tag to compare

Added

  • Set-ObjectPosition (Function name was incorrect)

Release 1.9

28 May 00:24
a73bffd
Compare
Choose a tag to compare

Added

  • Forced whole module overwrite stop corrupt build

Release 1.8

28 May 00:16
252ae27
Compare
Choose a tag to compare

Added

  • Repair JSM.Insight.psd1

Release 1.7

27 May 23:53
Compare
Choose a tag to compare

Added

  • Renamed Get-Object, Set-Object, New-Object, Remove-Object to Get-ObjectByID, Set-ObjectByID, New-ObjectByID, Remove-ObjectByID because these are system names.