Start-RDMSshAgent
Syntax
__AllParameterSets
Start-RDMSshAgent [-Name] <string> [[-VerboseLevel] <int>] [<CommonParameters>]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
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''-VerboseLevel
Verbose level of the log. Level 2 is for debugging.
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.
Notes
For more information, type "Get-Help Start-RDMSshAgent -detailed". For technical information, type "Get-Help Start-RDMSshAgent -full".
Last updated
Was this helpful?