This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Releases: DamagedDingo/JSM.Insight
Releases · DamagedDingo/JSM.Insight
Release 1.26
Added
- All Error handling has been chnaged to provide complete error as the API was not responding consistently.
- Write-Error -ErrorRecord $_
Release 1.25
Added
- Get-InsightObject updated error message to use $_.ErrorDetails.Message which should be more useful.
Release 1.24
Added
- Invoke-HostInfo REPLACEMENT FOR INSIGHT DISCOVERY AGENT WINDOWS ONLY
- Get-InsightFullObjectType updated with a fast option to ignore objects
Release 1.23
Added
- Get-InsightFullObjectType - ( ( $page -eq $results.pageSize ) -or ( !($results.objectEntries) ) )
Release 1.22
Added
- Get-InsightFullObjectType as it still was not catching null values: ( ( $page -eq
$results.pageSize ) -or ( $ ($results.objectEntries).count -eq 0 ) )
Release 1.21
Added
- Get-InsightFullObjectType changed page size from 0 to 1 for when there are no results
Release 1.20
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
Added
- Updated Get-InsightStatusTypes to support SchemaID
Release 1.18
Added
- New-InsightStatusType and Set-InsightStatusType updated to use int for category.
- Raised page size on Find-InsightObject
Release 1.17
Added
- Set-InsightObject and Get-InsightObject updated to suport more depth for JSON.
- Set-InsightObject and New-InsightObject updated array var name