Start-RDMSshAgent

    2025-01-30

    Start-RDMSshAgent

    SYNOPSIS

    SYNTAX

    __AllParameterSets

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

    ALIASES

    This cmdlet has the following aliases,

    DESCRIPTION

    EXAMPLES

    PARAMETERS

    -Name

    Agent name. In a Windows environment, it is a string representing the agent name (\.\pipe\youragentname). For the others platforms, it is the socket path (/yoursocketpath).

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

    -VerboseLevel

    Verbose level of the log. Level 2 is for debugging.

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

    CommonParameters

    This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

    INPUTS

    OUTPUTS

    NOTES

    For more information, type "Get-Help Start-RDMSshAgent -detailed". For technical information, type "Get-Help Start-RDMSshAgent -full".