Invoke-InkCanvasAdmin

Passes raw arguments directly to the Ink Canvas admin CLI.

Syntax

Default (Default)

Invoke-InkCanvasAdmin
    [[-Arguments] <String[]>]
    [<CommonParameters>]

Description

A pass-through cmdlet that forwards all provided arguments directly to the underlying Ink Canvas admin CLI (ink-canvas-admin.js). Use this cmdlet to access CLI features or options not yet exposed as named PowerShell parameters in the other InkCanvasAdmin cmdlets.

Examples

EXAMPLE 1

Run the discover command directly through the CLI.

PS C:\>Invoke-InkCanvasAdmin discover --tenant-id 00000000-0000-0000-0000-000000000001 --client-id 00000000-0000-0000-0000-000000000002 --container-type-id 00000000-0000-0000-0000-000000000003 --user-id 00000000-0000-0000-0000-000000000004

Parameters

-Arguments

The arguments to pass directly to the Ink Canvas admin CLI.

Parameter properties

Type:

System.String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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