Home - j81blog/J81.ADCToolkit GitHub Wiki
Welcome to the wiki for the J81.ADCToolkit Module
Description
PowerShell version of almost all NITRO API calls to a Citrix ADC. In time the content in this wiki will expand.
PowerShell gallery
Install latest version from the PowerShell gallery
Install-Module -Name J81.ADCToolkit
Install From GitHub
Main version
To install the latest (main branch) online version from the git main branch, use the following PowerShell command. This method assumes a default PSModulePath environment variable.
$source = 'https://raw.githubusercontent.com/j81blog/J81.ADCToolkit/main/misc/DownloadAndInstallOnlineVersion.ps1'
Invoke-Expression (Invoke-RestMethod $source) -Verbose
Dev version
To install the latest (main branch) online version from the git main branch, use the following PowerShell command. This method assumes a default PSModulePath environment variable.
$source = 'https://raw.githubusercontent.com/j81blog/J81.ADCToolkit/dev/misc/DownloadAndInstallOnlineVersion.ps1'
Invoke-Expression (Invoke-RestMethod $source) -Verbose
Find a Command
To find a certain function you can execute the following command
Get-Command -Module J81.ADCToolkit | where name -like "*backup*"
J81.ADCToolkit Cmdlets
Description
PowerShell version of almost all NITRO API calls to a Citrix ADC
General
General Cmdlets
Configuration
Configuration Cmdlets
Statistics
Statistics Cmdlets