KaceSMA
1.0.2
A module for interacting with a Quest SMA Appliance and Powershell objects.
Minimum PowerShell version
5.1
See the version list below for details.
Installation Options
Owners
Copyright
(c) 2018 Nathaniel Webb. All rights reserved.
Package Details
Author(s)
- Nathaniel Webb
Functions
Get-MachineInventory Get-CurrentUserAccount Get-UserPermissions Get-AgentlessInventory Get-OperatingSystemInventory Get-MachineProcess Get-MachineService Get-SoftwareInventory Get-StartupProgramInventory Get-Asset Get-AssetType Get-BarcodeAsset Get-ManagedInstall Get-ManagedInstallMachineCompatibility Get-ReportingDefinition Get-ScriptRunStatus Get-Script Get-ScriptDependency Get-ScriptTask New-ScriptTask Invoke-Script
PSEditions
Dependencies
This module has no dependencies.
Release Notes
Be sure to join our Slack channel (#API) at https://kacecommunity.slack.com/
-[New] POST requests! Currently there are two implemented:
-Invoke-SmaScript (run scripts against machine list)
-New-SmaScriptTask (add a task to an existing script)
-[New] Scripting endpoints - you can now query the scripting module for information.
-Get-SmaScript
-Get-SmaScriptDependency
-Get-SmaScriptRunStatus
-Get-SmaScriptTask
-[Enhancement] Clearer verbose output on -WhatIf to more accurately reflect the action being taken.
FileList
- KaceSMA.nuspec
- KaceSMA.psd1
- KaceSMA.psm1
- LICENSE
- README.md
- private\New-ApiGETRequest.ps1
- private\New-ApiPOSTRequest.ps1
- public\asset\Get-Asset.ps1
- public\asset\Get-AssetType.ps1
- public\asset\Get-BarcodeAsset.ps1
- public\inventory\Get-AgentlessInventory.ps1
- public\inventory\Get-MachineInventory.ps1
- public\inventory\Get-MachineProcess.ps1
- public\inventory\Get-MachineService.ps1
- public\inventory\Get-OperatingSystemInventory.ps1
- public\inventory\Get-SoftwareInventory.ps1
- public\inventory\Get-StartupProgramInventory.ps1
- public\managed_install\Get-ManagedInstall.ps1
- public\managed_install\Get-ManagedInstallMachineCompatibility.ps1
- public\reporting\Get-ReportingDefinition.ps1
- public\scripts\Get-Script.ps1
- public\scripts\Get-ScriptDependency.ps1
- public\scripts\Get-ScriptRunStatus.ps1
- public\scripts\Get-ScriptTask.ps1
- public\scripts\Invoke-Script.ps1
- public\scripts\New-ScriptTask.ps1
- public\users\Get-CurrentUserAccount.ps1
- public\users\Get-UserPermissions.ps1