Winrs.exe winrs 8d9860e633df3d7c73ada7f7d0d3ab63

File info

File name: Winrs.exe.mui
Size: 21504 byte
MD5: 8d9860e633df3d7c73ada7f7d0d3ab63
SHA1: 7be7db843334a8f2bba3eb728e8b502a92b207f8
SHA256: 2c6279de0514757b50c265a13b2ecd97cdbdc9ecc7006590ae5852cd4429d752
Operating systems: Windows 10
Extension: MUI
In x64: Winrs.exe winrs (32-Bit)

Translations messages and strings

If an error occurred or the following message in German 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 German English
1
SYNTAX
======
(GROSSBUCHSTABEN kennzeichnen vom Benutzer bereitzustellende Werte.)

winrs [-/OPTION[:WERT]] BEFEHL

BEFEHL - Beliebige Zeichenfolge, die in der Shell "cmd.exe" als Befehl
ausgeführt werden kann.

OPTIONEN
========
(Bei allen Optionen wird sowohl die Kurzform als auch die Langform akzeptiert.
Zum Beispiel ist sowohl "-r" als auch "-remote" gültig.)

-r[emote]:ENDPUNKT - Der Zielendpunkt, für den ein NetBIOS-
Name oder die Standardverbindungs-URL verwendet wird:
[TRANSPORT://]ZIEL[:PORT].
Wenn nicht angegeben, wird "r:localhost" verwendet.

-un[encrypted] - Gibt an, dass die an die Remoteshell
gesendeten Meldungen nicht verschlüsselt werden. Dies ist nützlich zur
Problembehandlung, wenn der Netzwerkdatenverkehr bereits mit IPsec
verschlüsselt ist oder wenn physische Sicherheit erzwungen
wird. Die Meldungen werden standardmäßig mit Kerberos oder NTLM-
Schlüsseln verschlüsselt. Diese Option wird ignoriert, wenn der HTTPS-
Transport ausgewählt wird.

-u[sername]:BENUTZERNAME - Geben Sie den Benutzernamen in der
Befehlszeile an. Wenn der Benutzername nicht angegeben wird, wird
vom Tool die Negotiate-Authentifizierung verwendet oder nach dem
Namen gefragt. Wenn "-username" angegeben ist, muss "-password"
ebenfalls angegeben werden.

-p[assword]:KENNWORT - Geben Sie das Kennwort in der
Befehlszeile an. Wenn nicht "-password", jedoch "-username" angegeben wurde,
wird das Kennwort abgefragt. Wenn "-password" angegeben ist, muss
"-user" ebenfalls angegeben werden.

-t[imeout]:SEKUNDEN - Diese Option ist veraltet.

-d[irectory]:PFAD - Gibt das Startverzeichnis für die
Remoteshell an. Wenn nicht angegeben, wird die Remoteshell im
Startverzeichnis des Benutzers, das durch %USERPROFILE%
definiert ist, gestartet.

-env[ironment]:ZEICHENFOLGE=WERT - Gibt eine einzelne
Umgebungsvariable an, die beim Starten der Shell festgelegt wird und
das Ändern der Standardumgebung für die Shell ermöglicht. Sie können
die Option mehrfach verwenden, um mehrere Umgebungsvariablen anzugeben.

-noe[cho] - Gibt an, dass Echo deaktiviert werden
soll. Dies kann erforderlich sein, um sicherzustellen, dass die Antworten des
Benutzers auf Remoteeingabeaufforderungen nicht lokal angezeigt werden.
Standardmäßig ist Echo aktiviert.

-nop[rofile] - Gibt an, dass das Benutzerprofil nicht
geladen werden sollte. Standardmäßig wird versucht, das Benutzerprofil
zu laden. Wenn der Remotebenutzer im Zielsystem kein lokaler Administrator
ist, ist diese Option erforderlich (die Standardeinstellung führt zu
einem Fehler).

-a[llow]d[elegate] - Gibt an, dass die
Benutzeranmeldeinformationen für den Zugriff auf eine Remotefreigabe verwendet
werden können, beispielsweise eine Remotefreigabe auf einem anderen Computer
wie der Zielendpunkt.

-comp[ression] - Aktiviert die Komprimierung.
Die Komprimierung wird von älteren Installationen auf den Remotecomputern
möglicherweise nicht unterstützt, sodass sie standardmäßig deaktiviert ist.

-[use]ssl - Verwendet eine SSL-Verbindung, wenn ein
Remoteendpunkt verwendet wird. Wird diese Option anstelle von "https:"
(für Transporte) angegeben, wird der standardmäßige WinRM-Port verwendet.

-? - Hilfe

Zum Beenden des Remotebefehls kann der Benutzer STRG+C oder STRG+UNTBR
eingeben. Diese Eingabe wird an die Remoteshell gesendet.
Bei erneuter Eingabe von STRG+C wird "winrs.exe" beendet.

Zum Verwalten der aktiven Remoteshells oder der WinRS-Konfiguration
wird das WinRM-Tool verwendet. Der URI-Alias zum Verwalten aktiver
Shells ist "shell/cmd". Der URI-Alias zum Konfigurieren von WinRS ist
"winrm/config/winrs". Syntaxbeispiele können dem WinRM-Tool entnommen
werden, indem Sie "WinRM -?" eingeben.

Beispiele:
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 -unverschlüsselter Befehl
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:PFAD=^%PFAD^%;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

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
2Winrs-Fehler: Fehlender Befehl. Winrs error: Command is missing
3Winrs.exe: Unbekannte Option " Winrs.exe: Unrecognized switch "
4Winrs.exe: Ungültiges Zeitlimit " Winrs.exe: Invalid Timeout Value "
5Winrs.exe: Ungültiger Verschlüsselungswert " Winrs.exe: Invalid Encrypt Value "
6Winrs.exe: Doppelte Option " Winrs.exe: duplicate switch "
7Winrs-Fehler: Die Remoteshell wurde aufgrund einer Zeitüberschreitung geschlossen oder vom Administrator gelöscht. Der aktuelle Befehl wurde beendet. Winrs error: remote shell has been closed due to timeout or deleted by the administrator. The current command has been terminated.
8Verwenden Sie "winrs -?", um Informationen zur Syntax anzuzeigen. Use "winrs -?" to obtain the usage information
9winrs.exe: Fehlender Verzeichniswert winrs.exe: Missing directory value
10winrs.exe: Fehlender Umgebungswert winrs.exe: Missing environment value
11winrs.exe: Fehlendes Zeitlimit winrs.exe: Missing timeout value
12winrs.exe: Fehlender Benutzernamenwert winrs.exe: Missing username value
13winrs.exe: Fehlender Kennwortwert winrs.exe: Missing password value
14winrs.exe: Fehlender Remotewert winrs.exe: Missing remote value
15Winrs.exe: Der Schalter "-noecho" kann nur für Zeichendateieingaben und nicht mit Pipes verwendet werden. Winrs.exe: The "-noecho" switch can be used for character file input only, it cannot be used with pipes.
16Shell beenden (%c/%c)? Terminate the shell (%c/%c)?
17J Y
18N N
19
SYNTAX
=====
(GROSSBUCHSTABEN = Wert, der vom Benutzer bereitgestellt werden muss.)

winrs [-/ARGUMENT[:WERT]] BEFEHL

BEFEHL - Beliebige Zeichenfolge, die in der Shell "cmd.exe" als Befehl ausgeführt werden kann.

ARGUMENTE
========
(Für alle Argumente wird sowohl die Kurzform als auch die Langform akzeptiert.
Zum Beispiel ist sowohl "-r" als auch "-remote" gültig.)

-r[emote]:ENDPUNKT - Der Zielendpunkt, für den ein NetBIOS-Name oder die Standardverbindungs-URL verwendet wird:
[TRANSPORT://]ZIEL[:PORT].
Ist dieses Argument nicht angegeben, wird "-r:localhost" verwendet.

-un[encrypted] - Gibt an, dass die an die Remoteshell gesendeten Meldungen nicht verschlüsselt werden. Dies ist nützlich zur Problembehandlung, wenn der Netzwerkdatenverkehr bereits mit IPsec verschlüsselt wird oder wenn physische Sicherheit erzwungen wird. Die Meldungen werden standardmäßig mit Kerberos- oder NTLM-Schlüsseln verschlüsselt. Dieses Argument wird ignoriert, wenn der HTTPS-Transport ausgewählt ist.

-u[sername]:BENUTZERNAME - Geben Sie den Benutzernamen in der Befehlszeile an. Ist der Benutzername nicht angegeben, wird die Negotiate-Authentifizierung verwendet oder nach dem Namen gefragt.
Wenn "-username" angegeben ist, muss "-password" ebenfalls angegeben werden.

-p[assword]:KENNWORT - Geben Sie das Kennwort in der Befehlszeile an. Ist "-password" nicht, jedoch "-username" angegeben, wird das Kennwort abgefragt. Ist "-password"" angegeben, muss "-user" ebenfalls angegeben werden.

-t[imeout]:SEKUNDEN - Diese Option ist veraltet.

-d[irectory]:PFAD - Gibt das Startverzeichnis für die Remoteshell an. Ist dieses Argument nicht angegeben, wird die Remoteshell in dem Basisverzeichnis des Benutzers gestartet, das durch %USERPROFILE% definiert ist.

-env[ironment]:ZEICHENFOLGE=WERT - Gibt eine einzelne Umgebungsvariable an, die beim Starten der Shell festgelegt wird und das Ändern der Standardumgebung für die Shell ermöglicht. Wenn Sie mehrere Umgebungsvariablen angeben möchten, müssen Sie dieses Argument entsprechend oft verwenden.

-noe[cho] - Gibt an, dass Echo deaktiviert werden soll. Dies kann erforderlich sein, um sicherzustellen, dass die Antworten des Benutzers auf Remoteeingabeaufforderungen nicht lokal angezeigt werden. Standardmäßig ist Echo aktiviert.

-nop[rofile] - Gibt an, dass das Profil des Benutzers nicht geladen werden soll. Standardmäßig versucht der Server, das Benutzerprofil zu laden. Ist der Remotebenutzer auf dem Zielsystem kein lokaler Administrator, ist diese Option erforderlich (die Standardeinstellung führt zu einem Fehler).

-comp[ression] - Aktiviert die Komprimierung. Die Komprimierung wird von älteren Installationen auf Remotecomputern möglicherweise nicht unterstützt, weshalb sie standardmäßig deaktiviert ist.

-[use]ssl - Es wird eine SSL-Verbindung verwendet, wenn ein Remoteendpunkt verwendet wird. Ist diese Option anstelle des Transports "https:" angegeben, wird der WinRM-Standardport verwendet.

-? - Hilfe

Zum Beenden des Remotebefehls kann der Benutzer STRG+C oder STRG+UNTBR anschlagen. Diese Tastenkombination wird an die Remoteshell gesendet. Das zweite Anschlagen von STRG+C erzwingt, dass "winrs.exe" beendet wird.

Zum Verwalten der aktiven Remoteshells oder der WinRS-Konfiguration wird das Tool WinRM verwendet. Der URI-Alias zum Verwalten aktiver Shells lautet "shell/cmd". Der URI-Alias zum Konfigurieren von WinRS lautet "winrm/config/winrs". Syntaxbeispiele sind im Tool WinRM zu finden, indem "WinRM -?" eingegeben wird.

Beispiele:
winrs -r:https://myserver.com Befehl
winrs -r:myserver.com -usessl Befehl
winrs -r:myserver Befehl
winrs -r:http://127.0.0.1 Befehl
winrs -r:http://169.51.2.101:80 -unencrypted Befehl
winrs -r:https://[::FFFF:129.144.52.38] Befehl
winrs -r:http://[1080:0:0:0:8:800:200C:417A]:80 Befehl
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

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

EXIF

File Name:Winrs.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-winrsplugins.resources_31bf3856ad364e35_10.0.15063.0_de-de_21c157600a5619dd\
File Size:21 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:20992
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:German
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:winrs
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:winrs.exe
Legal Copyright:© Microsoft Corporation. Alle Rechte vorbehalten.
Original File Name:winrs.exe.mui
Product Name:Betriebssystem Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-winrsplugins.resources_31bf3856ad364e35_10.0.15063.0_de-de_2c1601b23eb6dbd8\

What is Winrs.exe.mui?

Winrs.exe.mui is Multilingual User Interface resource file that contain German language for file Winrs.exe (winrs).

File version info

File Description:winrs
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:winrs.exe
Legal Copyright:© Microsoft Corporation. Alle Rechte vorbehalten.
Original Filename:winrs.exe.mui
Product Name:Betriebssystem Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0x407, 1200