ArtisanByteCrafter / KaceSMA

A module for interacting with a Quest Kace Systems Management Appliance API via Powershell.

Home Page:https://github.com/ArtisanByteCrafter/KaceSMA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KaceSMA

Build Status

A Powershell module for administering and interacting with a Quest Systems Management Appliance (SMA) via it's API interface.

To Install

Install-Module KaceSMA

Quickstart

  • Import the module
  • Authenticate to the appliance
  • Perform a request
PS> Import-Module KaceSma
PS> Connect-SmaServer -Server 'https://kace.example.com' -Org 'Default' -Credential (Get-Credential)
PS> Get-SmaServiceDeskTicket -Id 1

title       : I want to reset my password
created     : 2019-06-13 09:01:13
modified    : 2019-06-13 09:31:02
id          : 1
hd_queue_id : 10
sla_dates   : {}

FAQ

Visit the FAQ on the wiki

Questions or comments?


Join the community Slack channel (#Api)

About

A module for interacting with a Quest Kace Systems Management Appliance API via Powershell.

https://github.com/ArtisanByteCrafter/KaceSMA

License:MIT License


Languages

Language:PowerShell 100.0%