共用方式為


Invoke-AksEdgeNodeCommand

在 VM 上執行 SSH 命令。

語法

Invoke-AksEdgeNodeCommand [[-command] <String>] [-ignoreError] [[-NodeType] <String>]

描述

Invoke-AksEdgeNodeCommand Cmdlet 會在虛擬機器內執行命令,並傳回輸出。 此 Cmdlet 僅適用于傳回有限輸出的命令。 它不能用於需要使用者互動或無限期執行的命令。

範例

Invoke-AksEdgeNodeCommand -Command "sudo ps aux"

參數

-command

在 VM 中執行的命令

Type: String
Parameter Sets: (All)
Aliases:

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

-ignoreError

或者,如果存在此旗標,請忽略命令的錯誤 (不會擲回) 。

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-NodeType

NodeType 指定要連線的 Linux 或 Windows 節點。 預設值為 Linux

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: Linux
Accept pipeline input: False
Accept wildcard characters: False

下一步

AksEdge PowerShell 參考