Akamai session

Set-AkamaiSession

Synopsis

Switches Akamai session information.

Syntax

Set-AkamaiSession [-AkamaiSession] <PSObject> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Set-AkamaiSession cmdlet switches the Akamai session information passed in session.
Use with New-AkamaiSession to initially create a session hashtable.

Example

PUT session.

Set-AkamaiSession -AkamaiSession $MySessionObject

Parameters

-AkamaiSession

A session variable created with New-AkamaiSession. Use Get-AkamaiSession to fetch the session information in the correct format.

Type: PSObject
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Related Links

User Guide: Overview