All Projects → ArtisanByteCrafter → KaceSMA

ArtisanByteCrafter / KaceSMA

Licence: MIT License
A module for interacting with a Quest Kace Systems Management Appliance API via Powershell.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to KaceSMA

finmath
The collections of simple, weighted, exponential, smoothed moving averages.
Stars: ✭ 49 (+44.12%)
Mutual labels:  sma
pysma
Async library for SMA Solar's WebConnect interface
Stars: ✭ 44 (+29.41%)
Mutual labels:  sma

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].