ActPowerCLI
10.0.1.31
This is a community generated PowerShell Module that can be used to manage Actifio VDP Appliances.
It provides a method to issue udsinfo, udstask and report commands, and Actifio CDS specific task/info commands.
More information can be found here: https://github.com/Actifio/ActPowerCLI
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2020 Actifio, Inc. All rights reserved
Package Details
Author(s)
- Anthony Vandewerdt
Tags
Functions
Connect-Act Disconnect-Act udsinfo udstask usvcinfo usvctask Save-ActPassword Get-SARGReport Set-ActAPILimit Get-ActAPILimit Get-Privileges Get-ActAppID Get-LastSnap reportlist Get-ActifioLogs
Dependencies
This module has no dependencies.
Release Notes
## [10.0.1.31] 2020-09-30
If a uds command offers an empty variable as an argument, ignore it, let appliance complain if command is not valid. This prevents .psm1:1608 char:17 error
## [10.0.1.30] 2020-09-20
Improved module description for PowerShell Gallery users
## [10.0.1.27] 2020-09-18
Set-ActAPILimit was using a PS7 test that failed on PS5, added Get-ActAPILimit
## [10.0.1.26] 2020-09-13
Updates to allow this version to run on PS5.
## [10.0.1.25] 2020-09-15
Fix typo in SARG sort order logic that was making some searches find nothing
## [10.0.1.24] 2020-09-02
Add Get-ActifioLogs
## [10.0.1.24] 2020-09-02
Add Get-ActifioLogs
## [10.0.1.23] 2020-08-16
udstask testconnection commands were having .result stripped off. This change also means udstask commands may return a status.
## [10.0.1.22] 2020-08-03
Added sort order logic to bring order to the output
Handle apps with space in their names
## [10.0.1.21] 2020-07-16
usvctask rmmdisk only worked if -force was the first parameter. Added check for this, so both of these now work (previously only the upper one worked):
usvctask rmmdisk -force -mdisk mdisk1 mdiskgrp1
usvctask rmmdisk -mdisk mdisk1 -force mdiskgrp1
## [10.0.1.20] 2020-06-24
Added Tags to PSD file so module can be found in PowerShell Gallery
## [10.0.1.19] 2020-06-23
Corrected issue where udsinfo -h printed every command twice.
## [10.0.1.18] 2020-06-20
No functional changes. This version is uploaded to PSGallery: https://www.powershellgallery.com/packages/ActPowerCLI
## [10.0.1.17] 2020-06-19
Because report commands do not load as functions until after Connect-Act, this causes confusion. Added reportlist as a discreet function to give useful error message.
## [10.0.1.16] 2020-06-18
All error messages that are locally generated will use the same format as appliance generated, making the behaviour more consistent and scriptable.
## [10.0.1.15] 2020-06-16
Added helpful exit message when Get-SARGReport is run without a subcommand, rather than no message
When Get-SARGReport is run with -h will now show reportlist output rather than no message
Corrected issue where when Connect-Act was run with -quiet, user couldnt run any SARG reports
Added URL encoding to SARG payload
Added code to support SARG help when it is supported on Appliance Side
## [10.0.1.14] 2020-06-14
Stop exporting private functions
## [10.0.1.13] 2020-06-14
Added missing cmdlets: Get-Priviledges, Get-LastSnap, Get-ActAppID as functions
Improved help
## [10.0.1.12] 2020-06-13
Initial release
FileList
- ActPowerCLI.nuspec
- ActPowerCLI.psd1
- ActPowerCLI.psm1
- ActPowerCLI_SortOrder.csv
Version History
Version | Downloads | Last updated |
---|---|---|
10.0.1.40 | 1,318 | 7/20/2022 |
10.0.1.39 | 531 | 2/3/2022 |
10.0.1.38 | 97 | 12/22/2021 |
10.0.1.37 | 76 | 12/16/2021 |
10.0.1.36 | 96 | 11/16/2021 |
10.0.1.35 | 73 | 11/8/2021 |
10.0.1.34 | 1,334 | 11/9/2020 |
10.0.1.33 | 71 | 11/4/2020 |
10.0.1.32 | 79 | 10/18/2020 |
10.0.1.31 (current version) | 67 | 9/30/2020 |
10.0.1.30 | 60 | 9/20/2020 |
10.0.1.25 | 68 | 9/15/2020 |
10.0.1.23 | 107 | 8/16/2020 |