For the complete documentation index, see llms.txt. This page is also available as Markdown.

Start-RDMSshAgent

Sintassi

__AllParameterSets

Start-RDMSshAgent [-Name] <string> [[-VerboseLevel] <int>] [<CommonParameters>]

Parametri

-Name

Nome dell'agent. In un ambiente Windows, è una stringa che rappresenta il nome dell'agent (\.\pipe\youragentname). Per le altre piattaforme, è il percorso del socket (/yoursocketpath).

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-VerboseLevel

Livello di dettaglio del log. Il livello 2 è per il debug.

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, veda about_CommonParameters.

Note

Per maggiori informazioni, digiti "Get-Help Start-RDMSshAgent -detailed". Per informazioni tecniche, digiti "Get-Help Start-RDMSshAgent -full".

Ultimo aggiornamento

È stato utile?