Overview

The Akamai PowerShell module provides a consistent interface with which to manage Akamai's product API.

We've built this module using a submodule approach that groups commands by product or service, giving you the ability to install only what you need.

Install

Requirements

PowerShell ≥v5.1.

Full or customized install

Install the full module or customize your install with specific submodules.

  • Full module

    Install-Module Akamai
  • Individual submodules

    Install-Module Akamai.Common
    Install-Module Akamai.<submodule-name>

Protected submodules

These limited-audience submodules are not part of our public module but can be downloaded from Akamai Control Center and fit seamlessly into any other install configuration you've got set up.

  • Account Protector
  • Billing
  • Bot Management
  • Content Protector
  • Log Delivery Service

To get a protected submodule:

  1. Navigate to the Download Center.
  2. Expand the PowerShell dropdown, and download the submodule you need.
  3. Follow the included install instructions.