Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 865 Bytes

RemoteCLIRequest.md

File metadata and controls

executable file
·
27 lines (21 loc) · 865 Bytes

RemoteCLIRequest

Properties

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]

Examples

  • Prepare the resource
$RemoteCLIRequest = Initialize-GrommunioAdminRemoteCLIRequest  -Command null `
 -Mode null `
 -Color null `
 -Fs null
  • Convert the resource to JSON
$RemoteCLIRequest | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]