What is the translation of " DESCRIPTION THIS COMMAND " in German?

[di'skripʃn ðis kə'mɑːnd]

Examples of using Description this command in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Description This command ist used to set the motor position.
Beschreibung Dieses Kommando dient zum setzen der Motorposition.
C:\PS> Enter-PSSession LocalHost\PS> Description This command starts an interactive session on the local computer.
C: \PS> Enter-PSSession LocalHost\PS> Beschreibung Dieser Befehl startet eine interaktive Sitzung auf dem lokalen Computer.
Description This command sets a voltage to a channel of a D/A converter.
Beschreibung Dieser Befehl setzt eine Spannung an einen Kanal eines D/A Wandlers.
C:\PS> get-random-input"red","yellow","blue" yellow Description This command returns a random value from a non-numeric collection.
C: \PS> get-random -input"red","yellow","blue" yellow Beschreibung Dieser Befehl gibt einen Zufallswert aus einer nicht numerischen Auflistung zurück.
Description This command sets the voltage/current value to a D/A channel at powering up or after a timeout.
Beschreibung Dieser Befehl setzt die Spannungswerte bei einem Kanal beim Einschalten bzw.
EXAMPLE 2 C:\PS> remove-event-eventIdentifier 30 Description This command deletes the event with an event ID of 30 from the event queue.
BEISPIEL 2 C: \PS> remove-event -eventIdentifier 30 Beschreibung Dieser Befehl löscht das Ereignis mit der Ereignis-ID 30 aus der Ereigniswarteschlange.
Psc1 Description This command exports the names of Windows PowerShell snap-ins in the current session to the ConsoleS1.
Psc1 Beschreibung Dieser Befehl exportiert die Namen von Windows PowerShell-Snap-Ins in der aktuellen Sitzung in die Datei"ConsoleS1.
EXAMPLE 3 C:\PS> wait-process-name outlook, winword-timeout 30 Description This command waits 30 seconds for the Outlook and Winword processes to stop.
BEISPIEL 3 C: \PS> wait-process -name outlook,winword -timeout 30 Beschreibung Dieser Befehl wartet 30 Sekunden, dass die Prozesse"Outlook" und"Winword" beendet werden.
Txt-value"Hello, World" Description This command replaces the contents of all files in the Test1 directory that have names beginning with"test" with"Hello, World.
Txt -value"Hello, World" Beschreibung Mit diesem Befehl wird der Inhalt aller Dateien im Verzeichnis"Test1", deren Name mit"test" beginnt, durch"Hello, World" ersetzt.
EXAMPLE 5 C:\PS> get-service schedule-computername S1,S2 set-service-status paused Description This command suspends the Schedule service on the S1 and S2 remote computers.
BEISPIEL 5 C: \PS> get-service schedule -computername S1,S2 set-service -status paused Beschreibung Dieser Befehl hält den Dienst"Schedule" auf den Remotecomputern"S1" und"S2" an.
EXAMPLE 4 C:\PS> push-location~-stackname Stack2 Description This command pushes the current location onto a new stack named Stack2 and then changes the current location to the home directory(%USERPROFILE%), which is represented in the command by the tilde symbol(~) or$home.
BEISPIEL 4 C: \PS> push-location~ -stackname Stack2 Beschreibung Mit diesem Befehl wird der aktuelle Speicherort auf einen neuen Stapel mit dem Namen"Stack2" verschoben und anschließend das aktuelle Verzeichnis in das Stammverzeichnis("%USERPROFILE%") geändert, das im Befehl durch die Tilde(~) bzw."$home" dargestellt wird.
The"Property" parameter name is optional, so you can omit it. EXAMPLE 4 C:\PS>get-process winlogon format-list-property* Description This command displays all of the properties of the Winlogon process.
Der Property-Parametername ist optional. Sie können ihn also auslassen. BEISPIEL 4 C: \PS>get-process winlogon format-list -property* Beschreibung Mit diesem Befehl werden alle Eigenschaften der Windows-Anmeldung angezeigt.
EXAMPLE 6 C:\PS>$pid debug-process Description This command attaches a debugger to the current PowerShell processes on the computer.
BEISPIEL 6 C: \PS> $pid debug-process Beschreibung Dieser Befehl fügt einen Debugger an die aktuellen PowerShell-Prozesse auf dem Computer an.
Help(default is"Y"): a DEBUG: 1+ Set-PsDebug-step; foreach($i in 1… 3){$i}1 2 3 Description This command turns on stepping and then runs a script that displays the numbers 1, 2, and 3.
Help(default is"Y"): a DEBUG: 1+ Set-PsDebug -step; foreach($i in 1… 3){$i}1 2 3 Beschreibung Mit diesem Befehl wird das schrittweise Durchlaufen aktiviert, und anschließend ein Skript ausgeführt, das die Zahlen 1, 2 und 3 anzeigt.
EXAMPLE 1 C:\PS> resume-service sens Description This command resumes the System Event Notification service(the service name is represented in the command by"sens") on the local computer.
BEISPIEL 1 C: \PS> resume-service sens Beschreibung Mit diesem Befehl wird der Dienst für Benachrichtigungen bei Systemereignissen(der Dienstname wird im Befehl durch"sens" dargestellt) auf dem lokalen Computer fortgesetzt.
EXAMPLE 4 C:\PS> new-pssession-computername Server01-port 8081-useSSL-ConfigurationName E12 Description This command creates a new PSSession on the Server01 computer that connects to server port 8081 and uses the SSL protocol.
BEISPIEL 4 C: \PS>new-pssession -computername Server01 -port 8081 -useSSL -ConfigurationName E12 Beschreibung Mit diesem Befehl wird eine neue PSSession auf dem Computer"Server01" erstellt, und die Verbindung wird mit dem Serverport 8081 und dem SSL-Protokoll hergestellt.
EXAMPLE 3 C:\PS> Export-ModuleMember Description This command specifies that no members defined in the script module are exported.
BEISPIEL 3 C: \PS> Export-ModuleMember Beschreibung Dieser Befehl gibt an, dass keine Elemente exportiert werden, die im Skriptmodul definiert sind.
EXAMPLE 3 C:\PS> remove-eventlog-source MyApp Description This command deletes the MyApp event source from the logs on the local computer.
BEISPIEL 3 C: \PS> remove-eventlog -source MyApp Beschreibung Dieser Befehl löscht die Ereignisquelle"MyApp" aus den Protokollen auf dem lokalen Computer.
EXAMPLE 7 C:\PS> get-process sql*-module Description This command uses the Module parameter to get the modules that have been loaded by the process.
BEISPIEL 7 C: \PS> get-process sql* -module Beschreibung Dieser Befehl ruft mit dem Module-Parameter die Module ab, die vom Prozess geladen wurden.
EXAMPLE 1 C:\PS> remove-eventlog-logname MyLog Description This command deletes the MyLog event log from the local computer and unregisters its event sources.
BEISPIEL 1 C: \PS> remove-eventlog -logname MyLog Beschreibung Dieser Befehl löscht das Ereignisprotokoll"MyLog" vom lokalen Computer und hebt die Registrierung seiner Ereignisquellen auf.
EXAMPLE 2 C:\PS> suspend-service-name lanman*-whatif Description This command tells what would happen if you suspended the services that have a service name that begins with"lanman.
BEISPIEL 2 C: \PS>suspend-service -name lanman* -whatif Beschreibung Dieser Befehl zeigt, was geschieht, wenn Sie die Dienste anhalten, deren Dienstname mit"lanman" beginnt.
EXAMPLE 3 C:\PS> new-item-path$profile-type file-force Description This command creates a Windows PowerShell profile in the path that is specified by the$profile variable.
BEISPIEL 3 C: \PS>new-item -path $profile -type file -force Beschreibung Mit diesem Befehl wird ein Windows PowerShell-Profil unter dem Pfad erstellt, der durch die Variable"$profile" angegeben wird.
C:\PS> set-psdebug-off; foreach($i in 1… 3){$i}1 2 3 Description This command turns off all debugging features, and then runs a script that displays the numbers 1, 2, and 3.
C: \PS> set-psdebug -off; foreach($i in 1… 3){$i}1 2 3 Beschreibung Mit diesem Befehl werden alle Debuggingfunktionen deaktiviert, und anschließend wird ein Skript ausgeführt, das die Zahlen 1, 2 und 3 anzeigt.
EXAMPLE 1 C:\PS> get-childitem*. doc group-object-property length Description This command gets the files in the current location that have a. doc extension and groups them by size.
BEISPIEL 1 C: \PS>get-childitem*. doc group-object -property length Beschreibung Mit diesem Befehl werden die Dateien mit der Erweiterung". doc" am aktuellen Speicherort abgerufen und nach Größe gruppiert.
NOTES EXAMPLE 1 C:\PS>$timespan new-timespan-hour 1-minute 25 Description This command creates a TimeSpan object with a duration of 1 hour and 25 minutes and stores it in a variable named$timespan.
HINWEISE BEISPIEL 1 C: \PS>$timespan new-timespan -hour 1 -minute 25 Beschreibung In diesem Befehl wird ein TimeSpan-Objekt mit einer Dauer von 1 Stunde und 25 Minuten erstellt und in der Variablen"$timespan" gespeichert.
EXAMPLE 2 C:\PS> get-command-verb set format-list Description This command gets information about all of the cmdlets and functions with the verb"set", and it displays some of that information in a list.
BEISPIEL 2 C: \PS>get-command -verb set format-list Beschreibung Mit diesem Befehl werden Informationen zu allen Cmdlets und Funktionen mit dem Verb"set" abgerufen, und einige der Informationen werden in einer Liste angezeigt.
C:\PS> if(test-connection-computername Server01-quiet){new-pssession Server01} Description This command creates a PSSession on the Server01 only if at least one of the pings sent to the computer succeeds.
C: \PS> if(test-connection -computername Server01 -quiet){new-pssession Server01} Beschreibung Mit diesem Befehl wird nur dann eine PSSession auf"Server01" erstellt, wenn mindestens eines der an den Computer gesendeten Pings erfolgreich war.
EXAMPLE 1 C:\PS> get-command start-transcript format-custom-view MyView Description This command formats information about the Start-Transcript cmdlet in the format defined by the MyView view, a custom view created by the user.
BEISPIEL 1 C: \PS>get-command start-transcript format-custom -view MyView Beschreibung Mit diesem Befehl werden Informationen über das Cmdlet"Start-Transcript" in dem Format formatiert, das durch die Ansicht"MyView" definiert ist.
EXAMPLE 5 C:\PS> set-executionpolicy-scope CurrentUser-executionPolicy Undefined Description This command uses an execution policy value of Undefined to effectively remove the execution policy that is set for the current user scope.
BEISPIEL 5 C: \PS>set-executionpolicy -scope CurrentUser -executionPolicy Undefined Beschreibung Dieser Befehl verwendet eine Ausführungsrichtlinie mit dem Wert"Undefined", um die für den aktuellen Benutzerbereich festgelegte Ausführungsrichtlinie wirksam zu entfernen.
EXAMPLE 1 C:\PS>$s new-pssession-computername Server01 C:\PS> import-pssession-session$s Description This command imports all commands from a PSSession on the Server01 computer into the current session, except for commands that have the same names as commands in the current session.
BEISPIEL 1 C: \PS> $s new-pssession -computername Server01 C: \PS> import-pssession -session $s Beschreibung Mit diesem Befehl werden alle Befehle aus einer PSSession auf dem Computer"Server01" in die aktuelle Sitzung importiert, ausgenommen Befehle, die den gleichen Namen wie Befehle in der aktuellen Sitzung aufweisen.
Results: 134, Time: 0.0458

How to use "description this command" in a sentence

Description This command replaces ApplyPowerCorrectionValues Method.
Description This command replaces the one rule to another.
Show callmanagerfallback dialpeer Syntax Description This command has no arguments or keywords.
Show call-manager-fallback voice-port Syntax Description This command has no arguments or keywords.
Show call resource voice stats Syntax Description This command has no arguments or keywords.

Word-for-word translation

Top dictionary queries

English - German