Name | Type | Description | Notes |
---|---|---|---|
Command | String | CLI command to execute | |
Mode | Mode | [optional] | |
Color | Boolean | Enable terminal colors | [optional] [default to $false] |
Fs | System.Collections.Hashtable | If not null, enable filesystem redirection. Each property is a file path | [optional] |
- Prepare the resource
$RemoteCLIRequest = Initialize-GrommunioAdminRemoteCLIRequest -Command null `
-Mode null `
-Color null `
-Fs null
- Convert the resource to JSON
$RemoteCLIRequest | ConvertTo-JSON