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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ActPowerCLI -RequiredVersion 10.0.1.31

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ActPowerCLI -Version 10.0.1.31

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Actifio, Inc. All rights reserved

Package Details

Author(s)

  • Anthony Vandewerdt

Tags

Actifio AGM Sky CDS CDX VDP

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

Version History

Version Downloads Last updated
10.0.1.40 1,093 7/20/2022
10.0.1.39 527 2/3/2022
10.0.1.38 93 12/22/2021
10.0.1.37 72 12/16/2021
10.0.1.36 92 11/16/2021
10.0.1.35 69 11/8/2021
10.0.1.34 1,330 11/9/2020
10.0.1.33 67 11/4/2020
10.0.1.32 75 10/18/2020
10.0.1.31 (current version) 63 9/30/2020
10.0.1.30 56 9/20/2020
10.0.1.25 64 9/15/2020
10.0.1.23 102 8/16/2020
Show less