PSIdoitNG

0.3.1

PowerShell module to handle i-doit API

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSIdoitNG

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSIdoitNG

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Wolfgang Wagner. All rights reserved.

Package Details

Author(s)

  • Wolfgang Wagner

Tags

PSIdoitNG PSIdoit i-doit idoit cmdb

Functions

Connect-IdoIt ConvertFrom-MappingFile Disconnect-IdoIt Get-IdoItCategory Get-IdoitCategoryInfo Get-IdoItConstant Get-IdoitDialog Get-IdoitLocationTree Get-IdoitMappedObject Get-IdoitObject Get-IdoitObjectTree Get-IdoItObjectType Get-IdoItObjectTypeCategory Get-IdoItObjectTypeGroup Get-IdoItVersion Invoke-IdoIt New-IdoitObject Register-IdoitCategoryMap Remove-IdoitCategory Remove-IdoitObject Search-IdoitObject Set-IdoItCategory Set-IdoItMappedObject Show-IdoitObjectTree Start-IdoitApiTrace Stop-IdoitApiTrace

Dependencies

This module has no dependencies.

Release Notes

## [0.3.1] - 2025-06-09

### v0.4.0
- New feature: Mapped objects
- Standardize ObjId, TypeId properties in objects


### v0.2.2

### Enhancements
- Better experience with custom categories (Get/Set-IdoitCategory)
 Parameter ```-UseLocalTitle``` replaces syntetic property names with the title in the UI
- Validate popup stype properties ourselfs (Set-IdiotCategory)

### v0.2.1

### Added
- New functions
 - Remove-IdoitCategory, Remove-IdoitObject
- New helper functions
 - Get-IdoitObjectTree, Show-IdoitObjectTree

### Changes
- Invoke-Idoit does not Throw on any error (leave handling on behalf of the caller)
 This allows to handle cases like handling virtual categories in Get-IdoItCategory

### Fixes
- Get-IdoItCategory ignores error if category is a virtual one
- Search-IdoItObject: using -Query has invalid request param #11
- Get-IdoitCategoryInfo: if Id is used to query -> Category is empty #1
- fix inconsistent filenames for mocked data

### v0.2.0

### Added

- New functions
 - New-IdoitObject, Set-IdoitCategory
 - Get-Dialog, Get-LocationTree
 - Search-IdoitObject

## v0.0.1

### Added
- Initial setup
- Add Functions
 - Invoke-Idoit, Connect-Idoit, Disconnect-Idoit
 - Get-IdoitCategory, Get-IdoitCategoryInfo
 - Get-IdoitConstant
 - Get-IdoitObject, Get-IdoitObjectType, Get-IdoitObjectTypeCategory, Get-IdoitObjectTypeGroup
 - Get-IdoitVersion
 - Start-IdoitApiTrace, Stop-IdoitApiTrace

FileList

Version History

Version Downloads Last updated
0.3.1 (current version) 4 6/9/2025
0.3.0 5 5/30/2025
0.2.1 5 5/29/2025
0.2.0 5 5/27/2025
0.0.1 5 5/24/2025