Alteryx PowerShell module (PSAYX) is a framework for the automation of administration tasks for Alteryx.
There are two methods of setting up the Alteryx PowerShell Module on your system:
- Download the
PSAYX
module from the GitHub repository and extract it in thePSModulePath
environment variable location;; - Install the
PSAYX
module from the PowerShell Gallery.
Install-Module -Name "PSAYX" -Repository "PSGallery"
Import-Module -Name "PSAYX"
Get-Command -Module "PSAYX"
CommandType | Name | Version | Source |
---|---|---|---|
Function | Add-AlteryxLicense | 1.1.0 | PSAYX |
Function | Backup-AlteryxDatabase | 1.1.0 | PSAYX |
Function | Get-AlteryxEMongoPassword | 1.1.0 | PSAYX |
Function | Get-AlteryxInstallDirectory | 1.1.0 | PSAYX |
Function | Get-AlteryxLatestRelease | 1.1.0 | PSAYX |
Function | Get-AlteryxLicense | 1.1.0 | PSAYX |
Function | Get-AlteryxLicensedProducts | 1.1.0 | PSAYX |
Function | Get-AlteryxProductEditions | 1.1.0 | PSAYX |
Function | Get-AlteryxProductReleases | 1.1.0 | PSAYX |
Function | Get-AlteryxRegistryVersion | 1.1.0 | PSAYX |
Function | Get-AlteryxServerSecret | 1.1.0 | PSAYX |
Function | Get-AlteryxServicePath | 1.1.0 | PSAYX |
Function | Get-AlteryxUtility | 1.1.0 | PSAYX |
Function | Get-AlteryxVersion | 1.1.0 | PSAYX |
Function | Install-AlteryxDataPackage | 1.1.0 | PSAYX |
Function | Install-AlteryxPackage | 1.1.0 | PSAYX |
Function | Install-AlteryxServer | 1.1.0 | PSAYX |
Function | Invoke-AlteryxLicenseAPI | 1.1.0 | PSAYX |
Function | Invoke-AlteryxServerAPI | 1.1.0 | PSAYX |
Function | Lock-AlteryxWorkflow | 1.1.0 | PSAYX |
Function | New-AlteryxLicenseFile | 1.1.0 | PSAYX |
Function | New-AlteryxPackage | 1.1.0 | PSAYX |
Function | Remove-AlteryxLicense | 1.1.0 | PSAYX |
Function | Repair-AlteryxDatabase | 1.1.0 | PSAYX |
Function | Reset-AlteryxLicenseServer | 1.1.0 | PSAYX |
Function | Restore-AlteryxDatabase | 1.1.0 | PSAYX |
Function | Set-AlteryxLicenseServer | 1.1.0 | PSAYX |
Function | Set-AlteryxServerSecret | 1.1.0 | PSAYX |
Function | Set-AlteryxSetting | 1.1.0 | PSAYX |
Function | Set-AlteryxSettingFile | 1.1.0 | PSAYX |
Function | Start-AlteryxWorkflow | 1.1.0 | PSAYX |
Function | Test-AlteryxSettingFile | 1.1.0 | PSAYX |
Function | Uninstall-AlteryxServer | 1.1.0 | PSAYX |
Function | Update-AlteryxLicenseToken | 1.1.0 | PSAYX |
This module depends on the usage of functions provided by the PowerShell Tool Kit (PSTK) module.