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

Latest commit

 

History

History
28 lines (17 loc) · 939 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 939 Bytes

posh-itop

A PowerShell wrapper for Combodo's iTop CMDB

Requirements

  • iTop version 2.0.2 (REST API 1.1) or higher
  • Powershell Core 6 or higher

Usage

Import-Module posh-itop
Get-Command -Module posh-itop

Notes

If you want to use this please look at the following two cmdlets first

  • Get-iTopObject
  • GenerateAndSendRequest

Those are the main wrappers for the web services calls. The JSON returned from the iTop rest service is wrapped up in a nice PowerShell object for consumption and for feeding into other cmdlets.

MySQL is required when using the data synchronization feature of iTop.

This is designed to be an easy to use PowerShell wrapper for the iTop REST API. It's currently most useful for the CMDB (Configuration Management) and Service Management modules in iTop because that's all we are using. It can also invoke the data synchronization routines required when automating your CMDB.