Send-RDMSessionCommand
Sinossi
Inizializza un'istanza del modulo PowerShell di Remote Desktop Manager
Sintassi
__AllParameterSets
Send-RDMSessionCommand [-Container] <PSEmbeddedContainer> [-Command] <string>
[[-Password] <securestring>] [-ShowReply] [-ForcePromptAnswer <DialogResult[]>]
[<CommonParameters>]Descrizione
Inizializza un'istanza del modulo PowerShell di Remote Desktop Manager
Parametri
-Command
Oggetto PSSession, deve essere recuperato da Get-RDMSession o creato tramite New-RDMSession.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''-Container
Oggetto PSSession, deve essere recuperato da Get-RDMSession o creato tramite New-RDMSession.
-ForcePromptAnswer
Opzione da usare con cautela. Risponderà automaticamente ai prompt che pongono domande sì/no, sì/no/annulla oppure ok/annulla. In caso di prompt multipli, è possibile passare più valori a questo parametro. Di seguito i valori accettati:
Yes: accetta il prompt. Copre il valore OK e Automatic.
No: rifiuta il prompt sì/no/annulla. "Cancel" è l'opzione di riserva se non è presente l'opzione "No".
Cancel: annulla il prompt sì/no/annulla. "No" è l'opzione di riserva se non è presente l'opzione "Cancel".
-Password
Oggetto PSSession, deve essere recuperato da Get-RDMSession o creato tramite New-RDMSession.
-ShowReply
Oggetto PSSession, deve essere recuperato da Get-RDMSession o creato tramite New-RDMSession.
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 Send-RDMSessionCommand -detailed". Per informazioni tecniche, digiti "Get-Help Send-RDMSessionCommand -full".
Ultimo aggiornamento
È stato utile?