Vertaling van "get-date" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
get-date: Das Eingabeobjekt kann an keine Parameter des Befehls gebunden werden, da der Befehl keine Pipelineeingaben
get-date: The input object cannot be bound to any parameters for the command either because the command does not take
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.
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.
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.
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>get-date | set-content C:\Test1\ Beschreibung - Mit diesem Befehl wird eine durch Kommas getrennte Datei mit variabler Länge (CSV-Datei) erstellt, die nur das aktuelle Datum und die aktuelle Uhrzeit enthält.
C:\PS>get-date | set-content C:\Test1\ This command creates a comma-separated variable-length (csv) file that contains only the current date and time.
C:\PS>new-timespan -end (get-date -year 2010 -month 1 -day 1) Beschreibung - In diesem Beispiel wird ein neues TimeSpan-Objekt erstellt, das das Intervall zwischen der Ausführung des Befehls und dem 1. Januar 2010 darstellt.
C:\PS>new-timespan -end (get-date -year 2010 -month 1 -day 1) This example creates a new TimeSpan object that represents the interval between the time that the command is run and January 1, 2010.
Beispielsweise wird mit get-date -month 2 -day 31 als Ergebnis 3. März und nicht 31. Februar angezeigt.
For example, get-date -month 2 -day 31 displays March 3, not February 31.
C:\PS>add-content -Path file1.log, file2.log -Value (get-date) -passthru Beschreibung - Mit diesem Befehl wird das Datum am Ende der Dateien "File1.log" und "File2.log" hinzugefügt und anschließend in der Befehlszeile angezeigt.
C:\PS>add-content -Path file1.log, file2.log -Value (get-date) -passthru This command adds the date to the end of the File1.log and File2.log files and then displays the date at the command line.
Beispielsweise wird mit "get-date -month 2 -day 31" als Ergebnis "3. März" und nicht "31. Februar" angezeigt. Erforderlich?
For example, "get-date -month 2 -day 31" displays "March 3", not "February 31". Required? false Position? named
Zeige Ergebnisse für die Stichwörter"'get-date'". -
Showing results for tags 'marsh'. - The Real Conspiracy Forum
Mit dem Cmdlet "Get-Date" wird das aktuelle Datum abgerufen.
The Get-Date cmdlet gets the current date.
Der Befehl zum Abrufen des Systemdatums ist Get-Date.
The command that gets the system date is Get-Date.
Mit dem Cmdlet Get-Date wird das aktuelle Datum abgerufen.
The command uses the Get-Date cmdlet to get the current date.
Mit dem dritten Befehl wird der Befehl Get-Date erneut ausgeführt.
The third command runs the Get-Date command again.