File name: | Winrs.exe.mui |
Size: | 24576 byte |
MD5: | 4f08636c613ed5196646fa74e04b4f16 |
SHA1: | 1f2ab5300f23f18b19cfe7e4974bcc130523f546 |
SHA256: | f4e21285fc337422b2c0d3e83bf8404057242b07cf9559bc9acbd0e73fafaeee |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | Winrs.exe winrs (32 bit) |
If an error occurred or the following message in Italian language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | Italian | English |
---|---|---|
1 | SINTASSI ======== (MAIUSCOLO = valore che deve essere specificato dall'utente.) winrs [-/OPZIONE[:VALORE]] COMANDO COMANDO - Qualsiasi stringa che è possibile eseguire come comando nella shell cmd.exe. OPZIONI ======= (Tutte le opzioni accettano sia la forma breve che quella lunga. È ad esempio possibile utilizzare sia -r che -remote.) -r[emote]:ENDPOINT - Endpoint di destinazione, costituito da un nome NetBIOS o dall'URL di connessione standard: [TRASPORTO://]DESTINAZIONE[:PORTA]. Se questo parametro non è specificato, verrà utilizzato -r:localhost. -un[encrypted] - Specifica che i messaggi inviati alla shell remota non verranno crittografati. Utile per la risoluzione dei problemi, quando il traffico di rete è già crittografato tramite IPSec oppure quando è applicata una forma di sicurezza fisica. Per impostazione predefinita i messaggi vengono crittografati utilizzando chiavi Kerberos o NTLM. Se è selezionato il trasporto HTTPS, questa opzione verrà ignorata. -u[sername]:NOMEUTENTE - Consente di specificare il nome utente nella riga di comando. Se questo parametro non è specificato, lo strumento utilizzerà l'autenticazione Negotiate o richiederà l'immissione del nome. Se è specificata l'opzione -username, è necessario specificare anche l'opzione -password. -p[assword]:PASSWORD - Consente di specificare la password nella riga di comando. Se l'opzione -password non è specificata ma è specificata l'opzione -username, lo strumento richiederà l'immissione della password. Se è specificata l'opzione -password, è necessario specificare anche l'opzione -username. -t[imeout]:SECONDI - Opzione obsoleta. -d[irectory]:PERCORSO - Specifica la directory di avvio per la shell remota. Se questa opzione non è specificata, la shell remota verrà avviata nella home directory dell'utente, definita dalla variabile di ambiente %USERPROFILE%. -env[ironment]:STRINGA=VALORE - Specifica una singola variabile di ambiente da impostare all'avvio della shell, per modificare l'ambiente predefinito per la shell. Per specificare più variabili di ambiente, è necessario utilizzare più occorrenze di questa opzione. -noe[cho] - Specifica che la modalità echo deve essere disattivata. Ciò può essere necessario per garantire che le risposte dell'utente ai messaggi di richiesta remoti non vengano visualizzate localmente. Per impostazione predefinita la modalità echo è attiva. -nop[rofile] - Specifica che il profilo dell'utente non deve essere caricato. Il server tenta di caricare il profilo utente per impostazione predefinita. Se l'utente remoto non è un amministratore locale nel sistema di destinazione, sarà necessario utilizzare questa opzione (se si utilizza l'impostazione predefinita verrà generato un errore). -a[llow]d[elegate] - Specifica che è possibile utilizzare le credenziali dell'utente per accedere a una condivisione remota, ad esempio trovata in un computer diverso rispetto all'endpoint di destinazione. -comp[ression] - Attiva la compressione. Disattivata per impostazione predefinita perché le installazioni precedenti in computer remoti potrebbero non supportarla. -[use]ssl - Utilizza una connessione SSL quando si usa un endpoint remoto. Se si specifica questa opzione anziché il trasporto "https:" verrà utilizzata la porta predefinita di WinRM. -? - Guida Per interrompere il comando remoto, è possibile premere CTRL+C o CTRL+INTERR. Tale combinazione verrà inviata alla shell remota. Se si preme CTRL+C una seconda volta, verrà interrotto anche winrs.exe. Per gestire le shell remote attive o la configurazione WinRS, utilizzare lo strumento WinRM. L'alias URI per gestire le shell attive è shell/cmd. L'alias URI per la configurazione WinRS è winrm/config/winrs. Per visualizzare esempi della sintassi nello strumento WinRM, digitare "WinRM -?". Esempi: winrs -r:https://nome_server.com comando winrs -r:nome_server.com -usessl comando winrs -r:nome_server comando winrs -r:http://127.0.0.1 comando winrs -r:http://169.51.2.101:80 -unencrypted comando winrs -r:https://[::FFFF:129.144.52.38] comando winrs -r:http://[1080:0:0:0:8:800:200C:417A]:80 comando winrs -r:https://nome_server.com -t:600 -u:administrator -p:$%fgh7 ipconfig winrs -r:nome_server -env:PATH=^%PATH^%;c:\tools -env:TEMP=d:\conf_temp.cmd winrs -r:nome_server netdom join nome_server /dominio:dominio_test /userd:nome_utente /passwordd:$%fgh789 winrs -r:nome_server -ad -u:administrator -p:$%fgh7 dir \\altro_server\condivisione |
USAGE ===== (ALL UPPER-CASE = value that must be supplied by user.) winrs [-/SWITCH[:VALUE]] COMMAND COMMAND - Any string that can be executed as a command in the cmd.exe shell. SWITCHES ======== (All switches accept both short form or long form. For example both -r and -remote are valid.) -r[emote]:ENDPOINT - The target endpoint using a NetBIOS name or the standard connection URL: [TRANSPORT://]TARGET[:PORT]. If not specified -r:localhost is used. -un[encrypted] - Specify that the messages to the remote shell will not be encrypted. This is useful for troubleshooting, or when the network traffic is already encrypted using ipsec, or when physical security is enforced. By default the messages are encrypted using Kerberos or NTLM keys. This switch is ignored when HTTPS transport is selected. -u[sername]:USERNAME - Specify username on command line. If not specified the tool will use Negotiate authentication or prompt for the name. If -username is specified, -password must be as well. -p[assword]:PASSWORD - Specify password on command line. If -password is not specified but -username is the tool will prompt for the password. If -password is specified, -user must be specified as well. -t[imeout]:SECONDS - This option is deprecated. -d[irectory]:PATH - Specifies starting directory for remote shell. If not specified the remote shell will start in the user's home directory defined by the environment variable %USERPROFILE%. -env[ironment]:STRING=VALUE - Specifies a single environment variable to be set when shell starts, which allows changing default environment for shell. Multiple occurrences of this switch must be used to specify multiple environment variables. -noe[cho] - Specifies that echo should be disabled. This may be necessary to ensure that user's answers to remote prompts are not displayed locally. By default echo is "on". -nop[rofile] - Specifies that the user's profile should not be loaded. By default the server will attempt to load the user profile. If the remote user is not a local administrator on the target system then this option will be required (the default will result in error). -a[llow]d[elegate] - Specifies that the user's credentials can be used to access a remote share, for example, found on a different machine than the target endpoint. -comp[ression] - Turn on compression. Older installations on remote machines may not support compression so it is off by default. -[use]ssl - Use an SSL connection when using a remote endpoint. Specifying this instead of the transport "https:" will use the default WinRM default port. -? - Help To terminate the remote command the user can type Ctrl-C or Ctrl-Break, which will be sent to the remote shell. The second Ctrl-C will force termination of winrs.exe. To manage active remote shells or WinRS configuration, use the WinRM tool. The URI alias to manage active shells is shell/cmd. The URI alias for WinRS configuration is winrm/config/winrs. Example usage can be found in the WinRM tool by typing "WinRM -?". Examples: winrs -r:https://myserver.com command winrs -r:myserver.com -usessl command winrs -r:myserver command winrs -r:http://127.0.0.1 command winrs -r:http://169.51.2.101:80 -unencrypted command winrs -r:https://[::FFFF:129.144.52.38] command winrs -r:http://[1080:0:0:0:8:800:200C:417A]:80 command winrs -r:https://myserver.com -t:600 -u:administrator -p:$%fgh7 ipconfig winrs -r:myserver -env:PATH=^%PATH^%;c:\tools -env:TEMP=d:\temp config.cmd winrs -r:myserver netdom join myserver /domain:testdomain /userd:johns /passwordd:$%fgh789 winrs -r:myserver -ad -u:administrator -p:$%fgh7 dir \\anotherserver\share |
2 | Errore winrs: comando mancante | Winrs error: Command is missing |
3 | Winrs.exe: opzione sconosciuta " | Winrs.exe: Unrecognized switch " |
4 | Winrs.exe: valore di timeout non valido " | Winrs.exe: Invalid Timeout Value " |
5 | Winrs.exe: valore di crittografia non valido " | Winrs.exe: Invalid Encrypt Value " |
6 | Winrs.exe: opzione duplicata " | Winrs.exe: duplicate switch " |
7 | Errore winrs: la shell remota è stata chiusa a causa del timeout o eliminata dall'amministratore. Il comando corrente è stato terminato. | Winrs error: remote shell has been closed due to timeout or deleted by the administrator. The current command has been terminated. |
8 | Utilizzare "winrs -?" per ottenere le informazioni sulla sintassi | Use "winrs -?" to obtain the usage information |
9 | winrs.exe: valore directory mancante | winrs.exe: Missing directory value |
10 | winrs.exe: valore ambiente mancante | winrs.exe: Missing environment value |
11 | winrs.exe: valore timeout mancante | winrs.exe: Missing timeout value |
12 | winrs.exe: valore nome utente mancante | winrs.exe: Missing username value |
13 | winrs.exe: valore password mancante | winrs.exe: Missing password value |
14 | winrs.exe: valore remoto mancante | winrs.exe: Missing remote value |
15 | Winrs.exe: l'opzione "-noecho" può essere utilizzata solo per l'input di file di caratteri, non può essere usata con pipe. | Winrs.exe: The "-noecho" switch can be used for character file input only, it cannot be used with pipes. |
16 | Terminare la shell (%c/%c)? | Terminate the shell (%c/%c)? |
17 | S | Y |
18 | N | N |
19 | SINTASSI ===== (MAIUSCOLO = valore che deve essere specificato dall'utente.) winrs [-/OPZIONE[:VALORE]] COMANDO COMANDO - Qualsiasi stringa che è possibile eseguire come comando nella shell cmd.exe. OPZIONI ======== (Tutte le opzioni accettano sia la forma breve che quella lunga. È ad esempio possibile utilizzare sia -r che -remote.) -r[emote]:ENDPOINT - Endpoint di destinazione, costituito da un nome NetBIOS o dall'URL di connessione standard: [TRANSPORTO://]DESTINAZIONE[:PORTA]. Se non si specifica questa opzione viene utilizzato -r:localhost. -un[encrypted] - Specifica che i messaggi inviati alla shell remota non verranno crittografati. Utile per la risoluzione dei problemi, quando il traffico di rete è già crittografato tramite IPSec oppure quando è applicata una forma di sicurezza fisica. Per impostazione predefinita i messaggi vengono crittografati utilizzando chiavi Kerberos o NTLM. Se è selezionato il trasporto HTTPS, questa opzione verrà ignorata. -u[sername]:NOMEUTENTE - Consente di specificare il nome utente nella riga di comando. Se questa opzione non viene specificata, lo strumento utilizzerà l'autenticazione Negotiate o richiederà l'immissione del nome. Se si specifica l'opzione -username, è necessario specificare anche l'opzione -password. -p[assword]:PASSWORD - Consente di specificare la password nella riga di comando. Se non si specifica l'opzione -password ma è specificata l'opzione -username, lo strumento richiederà l'immissione della password. Se si specifica l'opzione -password, è necessario specificare anche l'opzione -username. -t[imeout]:SECONDI - Opzione obsoleta. -d[irectory]:PERCORSO - Specifica la directory di avvio per la shell remota. Se non si specifica questa opzione, la shell remota verrà avviata nella home directory dell'utente, definita dalla variabile di ambiente %USERPROFILE%. -env[ironment]:STRINGA=VALORE - Specifica una singola variabile di ambiente da impostare all'avvio della shell, per modificare l'ambiente predefinito per la shell. Per specificare più variabili di ambiente, è necessario utilizzare più occorrenze di questa opzione. -noe[cho] - Specifica che la modalità echo deve essere disattivata. Ciò può essere necessario per garantire che le risposte dell'utente ai messaggi di richiesta remoti non vengano visualizzate localmente. Per impostazione predefinita la modalità echo è attiva. -nop[rofile] - Specifica che il profilo dell'utente non deve essere caricato. Il server tenterà di caricare il profilo utente per impostazione predefinita. Se l'utente remoto non è un amministratore locale nel sistema di destinazione, sarà necessario utilizzare questa opzione (se si utilizza l'impostazione predefinita verrà generato un errore). -comp[ression] - Attiva la compressione. Disattivata per impostazione predefinita perché le installazioni precedenti in computer remoti potrebbero non supportarla. -[use]ssl - Utilizza una connessione SSL quando si usa un endpoint remoto. Se si specifica questa opzione anziché il trasporto "https:" verrà utilizzata la porta predefinita di Gestione remota Windows. -? - Guida Per interrompere il comando remoto, è possibile premere CTRL+C o CTRL+INTERR. Tale combinazione verrà inviata alla shell remota. Se si preme CTRL+C una seconda volta, verrà interrotto anche winrs.exe. Per gestire le shell remote attive o la configurazione WinRS, utilizzare lo strumento WinRM. L'alias URI per gestire le shell attive è shell/cmd. L'alias URI per la configurazione WinRS è winrm/config/winrs. Per visualizzare esempi della sintassi nello strumento WinRM, digitare "WinRM -?". Esempi: winrs -r:https://nome_server.com comando winrs -r: nome_server.com -usessl comando winrs -r: nome_server comando winrs -r:http://127.0.0.1 comando winrs -r:http://169.51.2.101:80 -unencrypted comando winrs -r:https://[::FFFF:129.144.52.38] comando winrs -r:http://[1080:0:0:0:8:800:200C:417A]:80 comando winrs -r:https://nome_server.com -t:600 -u:administrator -p:$%fgh7 ipconfig winrs -r: nome_server -env:PATH=^%PATH^%;c:\strumenti -env:TEMP=d:\temp config.cmd winrs -r: nome_server netdom join nome_server /dominio:dominio_test /userd:nome_utente /passwordd:$%fgh789 |
USAGE ===== (ALL UPPER-CASE = value that must be supplied by user.) winrs [-/SWITCH[:VALUE]] COMMAND COMMAND - Any string that can be executed as a command in the cmd.exe shell. SWITCHES ======== (All switches accept both short form or long form. For example both -r and -remote are valid.) -r[emote]:ENDPOINT - The target endpoint using a NetBIOS name or the standard connection URL: [TRANSPORT://]TARGET[:PORT]. If not specified -r:localhost is used. -un[encrypted] - Specify that the messages to the remote shell will not be encrypted. This is useful for troubleshooting, or when the network traffic is already encrypted using ipsec, or when physical security is enforced. By default the messages are encrypted using Kerberos or NTLM keys. This switch is ignored when HTTPS transport is selected. -u[sername]:USERNAME - Specify username on command line. If not specified the tool will use Negotiate authentication or prompt for the name. If -username is specified, -password must be as well. -p[assword]:PASSWORD - Specify password on command line. If -password is not specified but -username is the tool will prompt for the password. If -password is specified, -user must be specified as well. -t[imeout]:SECONDS - This option is deprecated. -d[irectory]:PATH - Specifies starting directory for remote shell. If not specified the remote shell will start in the user's home directory defined by the environment variable %USERPROFILE%. -env[ironment]:STRING=VALUE - Specifies a single environment variable to be set when shell starts, which allows changing default environment for shell. Multiple occurrences of this switch must be used to specify multiple environment variables. -noe[cho] - Specifies that echo should be disabled. This may be necessary to ensure that user's answers to remote prompts are not displayed locally. By default echo is "on". -nop[rofile] - Specifies that the user's profile should not be loaded. By default the server will attempt to load the user profile. If the remote user is not a local administrator on the target system then this option will be required (the default will result in error). -comp[ression] - Turn on compression. Older installations on remote machines may not support compression so it is off by default. -[use]ssl - Use an SSL connection when using a remote endpoint. Specifying this instead of the transport "https:" will use the default WinRM default port. -? - Help To terminate the remote command the user can type Ctrl-C or Ctrl-Break, which will be sent to the remote shell. The second Ctrl-C will force termination of winrs.exe. To manage active remote shells or WinRS configuration, use the WinRM tool. The URI alias to manage active shells is shell/cmd. The URI alias for WinRS configuration is winrm/config/winrs. Example usage can be found in the WinRM tool by typing "WinRM -?". Examples: winrs -r:https://myserver.com command winrs -r:myserver.com -usessl command winrs -r:myserver command winrs -r:http://127.0.0.1 command winrs -r:http://169.51.2.101:80 -unencrypted command winrs -r:https://[::FFFF:129.144.52.38] command winrs -r:http://[1080:0:0:0:8:800:200C:417A]:80 command winrs -r:https://myserver.com -t:600 -u:administrator -p:$%fgh7 ipconfig winrs -r:myserver -env:PATH=^%PATH^%;c:\tools -env:TEMP=d:\temp config.cmd winrs -r:myserver netdom join myserver /domain:testdomain /userd:johns /passwordd:$%fgh789 |
File Description: | winrs |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | winrs.exe |
Legal Copyright: | © Microsoft Corporation. Tutti i diritti riservati. |
Original Filename: | winrs.exe.mui |
Product Name: | Sistema operativo Microsoft® Windows® |
Product Version: | 10.0.15063.0 |
Translation: | 0x410, 1200 |