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

Start-RDMSshAgent

Sintaxis

__AllParameterSets

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

Parámetros

-Name

Nombre del agente. En un entorno Windows, es una cadena que representa el nombre del agente (\.\pipe\youragentname). Para las demás plataformas, es la ruta 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

Nivel de detalle del registro. El nivel 2 es para depuración.

CommonParameters

Este cmdlet admite los parámetros comunes: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction y -WarningVariable. Para obtener más información, consulte about_CommonParameters.

Notas

Para obtener más información, escriba "Get-Help Start-RDMSshAgent -detailed". Para obtener información técnica, escriba "Get-Help Start-RDMSshAgent -full".

Última actualización

¿Te fue útil?