What is the translation of " GET-DATE " in German?

Adjective
get-date

Examples of using Get-date 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
The command that gets the system date is Get-Date.
Der Befehl zum Abrufen des Systemdatums ist Get-Date.
The first command run the Get-Date cmdlet that comes with Windows PowerShell.
Der erste Befehl führt das Cmdlet"Get-Date" aus, das mit Windows PowerShell ausgeliefert wird.
It does not affect the DateTime object that Get-Date retrieves.
Er wirkt sich nicht auf das DateTime-Objekt aus, das von Get-Date abgerufen wird.
Log-Value(get-date)-passthru This command adds the date to the end of the File1. log and File2.
Log -Value(get-date) -passthru Beschreibung Mit diesem Befehl wird das Datum am Ende der Dateien"File1. log" und"File2.
Enter a DateTime object, such as one created by the Get-Date cmdlet.
Geben Sie ein DateTime-Objekt ein, z. B. ein vom Cmdlet"Get-Date" erstelltes Objekt.
Because functions take precedence over cmdlets, the Get-Date function from the TestModule module ran, instead of the Get-Date cmdlet.
Da Funktionen Vorrang gegenüber Cmdlets haben, wurde anstelle des Cmdlets"Get-Date" die Get-Date-Funktion aus dem Modul"TestModule" ausgeführt.
To specify an alternate format,use the Format or UFormat parameters of Get-Date.
Um ein alternatives Format anzugeben,verwenden Sie den Format-Parameter oder den UFormat-Parameter von Get-Date.
It uses the InputObject parameter to submit the results of a Get-Date command to the ConvertTo-Html cmdlet.
Die Ergebnisse des Befehls"Get-Date" werden mithilfe des InputObject-Parameters an das Cmdlet"ConvertTo-Html" gesendet.
You can use Get-Date to generate a date or time character string, and then send the string to other cmdlets or programs.
Sie können mithilfe von Get-Date eine Datums- oder Uhrzeitzeichenfolge generieren und dann die Zeichenfolge an andere Cmdlets oder Programme senden.
When you use the Format or UFormat parameters, Get-Date generates a string, not a DateTime object.
Wenn Sie den Format-Parameter oder den UFormat-Parameter verwenden, generiert Get-Date eine Zeichenfolge und kein DateTime-Objekt.
The first command uses the PSSnapin property of theCmdletInfo object to find the snap-in that added the Get-Date cmdlet.
Im ersten Befehl wird das Snap-In mit der PSSnapin-Eigenschaftdes CmdletInfo-Objekts gesucht, mit dem das Cmdlet"Get-Date" hinzugefügt wurde.
C:\PS> get-date-DisplayHint date Tuesday, June 13, 2006 Description This command retrieves a DateTime object, but it displays only the date.
C: \PS> get-date -DisplayHint date Tuesday, June 13, 2006 Beschreibung Mit diesem Befehl wird ein DateTime-Objekt abgerufen, doch nur das Datum angezeigt.
This example uses Wait-Job to determine whether a Get-Date command running as a background job on three different computers is complete.
In diesem Beispiel wird mit Wait-Job bestimmt, ob der Befehl"Get-Date", der als Hintergrundauftrag auf drei verschiedenen Computern ausgeführt wird, abgeschlossen wurde.
C:\PS> get-date-format g 6/13/2006 12:43 PM Description This command retrieves the current date and time and formats it in short-date and short-time format.
C: \PS> get-date -format g 6/13/2006 12:43 PM Beschreibung Mit diesem Befehl werden das aktuelle Datum und die aktuelle Uhrzeit abgerufen und mit dem kurzen Format für Datum und Uhrzeit formatiert.
The expression gets the StartTime property of each process object andsubtracts it from the result of a Get-Date command, which gets the current date and time.
Mit dem Ausdruck wird die StartTime-Eigenschaft jedes Prozessobjekts abgerufen undvom Ergebnis des Befehls"Get-Date" subtrahiert, der das aktuelle Datum(und die aktuelle Uhrzeit) abruft.
These commands demonstrate how to use Get-Date with Add-Content and other cmdlets that convert the DateTime object that Get-Date generates to a string.
Diese Befehle veranschaulichen die Verwendung von Get-Date mit Add-Content und anderen Cmdlets, die das von Get-Date generierte DateTime-Objekt in eine Zeichenfolge konvertieren.
Type a quoted string, such as"This data is for internal use only", or specify an object that contains content,such as the DateTime object that Get-Date generates.
Geben Sie eine Zeichenfolge in Anführungszeichen ein, beispielsweise"Diese Daten dienen ausschließlich internen Zwecken", oder geben Sie ein Objekt an, das Inhalt enthält,beispielsweise das DateTime-Objekt, das von Get-Date generiert wird.
C:\PS>$t get-date C:\PS> set-date-date$t These commands change the system date and time on the computer to the date and time saved in the variable$t.
C: \PS> $t get-date C: \PS> set-date -date $t Beschreibung Mit diesen Befehlen werden Systemdatum und Systemzeit auf dem Computer in das Datum und die Uhrzeit geändert, die in der Variablen"$t" gespeichert sind.
This command gets a DateTime object and displays the current date and time in the long date and long time formats for the system locale,as though you typed"get-date-format F.
Mit diesem Befehl wird ein DateTime-Objekt abgerufen, und das aktuelle Datum sowie die aktuelle Uhrzeit werden im langen Datums- bzw. Uhrzeitformat für das Systemgebietsschema angezeigt.Dies entspricht der Eingabe von"get-date -format F.
Results: 19, Time: 0.0261

Top dictionary queries

English - German