Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

APSCLI PowerShell Script Module

APSCLI.psd1 is a PowerShell script module containing a set of cmdlets for working with the ACC Model Properties (Indexing) service. In addition to cmdlets for creating and querying indexes, APSCLI also contains utility cmdlets for querying APS Data Management converting APS OAuth tokens to SecureString.

Usage

PS > Import-Module ./APSCLI.ps1

Cmdlets

Cmdlets Description
utils Utility cmdlets for web download and secure string manipulation
data APS Data Management cmdlets
admin ACC/B360 Admin cmdlets
index Basic index cmdlets, create/query index
diff Diff index cmdlets, create/query index

back