Get-AksEdgeLogs

Collects all the logs from the deployment.

Syntax

Get-AksEdgeLogs [[-OutputPath] <String>] [<CommonParameters>]

Description

The Get-AksEdgeLogs cmdlet collects all the logs from the AksEdge deployment and installation. It compresses them and outputs the bundled logs in the form of a .zip folder, by default in the current installation directory.

Examples

Example 1

Get-AksEdgeLogs

Example 2

Get-AksEdgeLogs -OutputPath ~/Desktop

Parameters

-OutputPath

Optional parameter allowing to change the path to which the zipped log folder will be stored

Type: String
Parameter Sets: (All)
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Next steps

AksEdge PowerShell Reference