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.26

18 Aug 23:18
Compare
Choose a tag to compare

Added

  • All Error handling has been chnaged to provide complete error as the API was not responding consistently.
  • Write-Error -ErrorRecord $_

Release 1.25

18 Aug 07:45
Compare
Choose a tag to compare

Added

  • Get-InsightObject updated error message to use $_.ErrorDetails.Message which should be more useful.

Release 1.24

16 Aug 03:28
Compare
Choose a tag to compare

Added

  • Invoke-HostInfo REPLACEMENT FOR INSIGHT DISCOVERY AGENT WINDOWS ONLY
  • Get-InsightFullObjectType updated with a fast option to ignore objects

Release 1.23

01 Aug 07:53
Compare
Choose a tag to compare

Added

  • Get-InsightFullObjectType - ( ( $page -eq $results.pageSize ) -or ( !($results.objectEntries) ) )

Release 1.22

30 Jul 04:35
Compare
Choose a tag to compare

Added

  • Get-InsightFullObjectType as it still was not catching null values: ( ( $page -eq $results.pageSize ) -or ( $($results.objectEntries).count -eq 0 ) )

Release 1.21

30 Jul 00:36
Compare
Choose a tag to compare

Added

  • Get-InsightFullObjectType changed page size from 0 to 1 for when there are no results

Release 1.20

24 Jun 03:15
Compare
Choose a tag to compare

Added

  • Added 'Get-InsightFullObjectType' to provide a way to get all infomration for an object type (Object Type, Attributes, and all Objects) WARNING: Not tested with more then 5000 objects.
  • Added requirement for module 'PSFramework' which will be used for logging going forward.

Release 1.19

06 Jun 04:36
Compare
Choose a tag to compare

Added

  • Updated Get-InsightStatusTypes to support SchemaID

Release 1.18

06 Jun 03:53
Compare
Choose a tag to compare

Added

  • New-InsightStatusType and Set-InsightStatusType updated to use int for category.
  • Raised page size on Find-InsightObject

Release 1.17

02 Jun 01:43
Compare
Choose a tag to compare

Added

  • Set-InsightObject and Get-InsightObject updated to suport more depth for JSON.
  • Set-InsightObject and New-InsightObject updated array var name