What is the translation of " FORMAT-TABLE " in German?

Examples of using Format-table 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
Format-Table returns format objects that represent the table.
Format-Table gibt Formatobjekte zurück, die die Tabelle darstellen.
The Format cmdlets are Format-Wide, Format-List, Format-Table, and Format-Custom.
Zu den Format-Cmdlets zählen Format-Wide, Format-List, Format-Table und Format-Custom.
The Format-Table cmdlet might still truncate data, but it will only do so at the end of the screen.
Das Cmdlet Format-Table schneidet die Daten möglicherweise auch weiterhin ab, dies erfolgt jedoch ausschließlich am Rand des Bildschirms.
It uses a pipeline operator(_)to send the PSSessions to the Format-Table cmdlet alias.
Die PSSessions werden miteinem Pipelineoperator(_) an das Cmdlet"Format-Table" alias.
Blg format-table timestamp The second and third commands save particular time stamps in the$start and$end variables.
Blg format-table timestamp Der zweite und dritte Befehl speichern bestimmte Zeitstempel in den Variablen"$start" und"$end.
We will only describe the Format-Wide, Format-List, and Format-Table cmdlets in this user's guide.
Im vorliegenden Benutzerhandbuch werden nur die Cmdlets Format-Wide, Format-List und Format-Table beschrieben.
The Autosize parameter of Format-Table resizes the table columns so that they display properly in Windows PowerShell.
Mit dem Autosize-Parameter von Format-Table ändern Sie die Größe der Tabellenspalten, sodass diese in Windows PowerShell ordnungsgemäß angezeigt werden.
For example, piping objects representing the services on the computer to a Format-Table command.
Beispielsweise können Sie Objekte, die die Dienste auf dem Computer darstellen, über die Pipeline an den Befehl.
The Format-Table command assumes that the nearer a property is to the beginning of the property list, the more important it is.
Beim Befehl Format-Table wird davon ausgegangen, dass eine Eigenschaft umso wichtiger ist, je weiter vorn sie in der Eigenschaftenliste steht.
The name of the Property parameter is optional, so you can omit it"format-table name, dependentservices.
Der Name des Property-Parameters ist optional. Sie können ihn daher auslassen"format-table name, dependentservices.
C:\PS> get-pssnapin format-table-auto This command formats information about Windows PowerShell snap-ins in a table.
C: \PS> get-pssnapin format-table -auto Beschreibung Mit diesem Befehl werden Informationen über Windows PowerShell-Snap-Ins als Tabelle formatiert.
You can alsouse the GroupBy parameter of the formatting cmdlets(such as Format-Table[m2] and Format-List[m2]) to group objects.
Sie können Objekte auch mithilfe des GroupBy-Parameters der Formatierungs-Cmdlets(z. B. Format-Table[m2] und Format-List[m2]) gruppieren.
Get-item-path man format-table-wrap-autosize If you are in a different drive, add the drive name(Function:) to the path.
Get-item -path man format-table -wrap -autosize Wenn Sie sich auf einem anderen Laufwerk befinden, fügen Sie dem Pfad den Laufwerknamen("Function:") hinzu.
To find the InstanceID of the PSSessions in the current session, type"get-pssession format-table Name, ComputerName, InstanceId.
Geben Sie"get-pssession format-table Name, ComputerName, InstanceId" ein, um die InstanceID der PSSessions in der aktuellen Sitzung zu suchen.
The Format-Table command uses the Property parameter to specify the properties displayed in the table, including the MachineName property.
Der Befehl"Format-Table" gibt mit dem Property-Parameter die in der Tabelle angezeigten Eigenschaften an, einschließlich der MachineName-Eigenschaft.
You can also use thebuilt-in alternate views of the processes available with Format-Table, such as"StartTime" and"Priority".
Sie können auch dieintegrierten alternativen Ansichten der Prozesse verwenden, die mithilfe von Format-Table verfügbar sind, beispielsweise"StartTime" und"Priority.
If the Format-Table command cannot display all the properties, it will remove some columns from the display and provide a warning.
Wenn mit dem Befehl Format-Table nicht alle Eigenschaften angezeigt werden können, werden einige Spalten aus der Anzeige entfernt, und es wird eine Warnung angezeigt.
To display the objects, use the formatting cmdlets, such as Format-Table and Format-List, or pipe the objects to Out-GridView.
Um die Objekte anzuzeigen, verwenden Sie die Formatierungs-Cmdlets, z. B. Format-Table und Format-List, oder übergeben Sie die Objekte über die Pipeline an Out-GridView.
If you use the Format-Table cmdlet with no property names specified to format the output of the Get-Process command, you get exactly the same output as you do without performing any formatting.
Wenn Sie das Cmdlet Format-Table verwenden und zum Formatieren der Ausgabe für den Befehl Get-Process keine Eigenschaftennamen angeben, ist die Ausgabe mit einer Ausgabe ohne Formatierung identisch.
Because DHCP-related properties for an adapter generally beginwith"DHCP," you can use the Property parameter of Format-Table to display only those properties.
Da DHCP-Eigenschaften für Karten meist mit"DHCP" beginnen,können Sie mit dem Property-Parameter von Format-Table die Anzeige auf diese Eigenschaften beschränken.
Another pipeline sends the sorted data to the Format-Table cmdlet, where the data is formatted as a table with InstanceName and CookedValue columns.
Eine andere Pipeline sendet die sortierten Daten an das Cmdlet"Format-Table". Hier werden die Daten als Tabelle mit InstanceName- und CookedValue-Spalten formatiert.
Because Format-Wide only shows a single property, its Property parameter only takes a single value,but the property parameters of Format-List and Format-Table will accept a list of property names.
Da Format-Wide nur eine Eigenschaft anzeigt, akzeptiert der Property-Parameter nur einen einzelnen Wert,die Property-Parameter von Format-List und Format-Table akzeptieren hingegen auch eine Liste von Eigenschaftennamen.
Wildcards work with property names in Format-Table, so the final pipeline element can be reduced to Format-Table-Property TotalV*, Free.
Platzhalter können mit Eigenschaftennamen in Format-Table verwendet werden, daher kann das abschließende Pipelineelement zu Format-Table -Property TotalV*, Free* reduziert werden.
When objects are not formatted automatically, you can use the formatting cmdlets,such as Format-Table or Format-List, to format and display selected properties.
Wenn Objekte nicht automatisch formatiert werden, können Sie Formatierung-Cmdlets verwenden,z. B."Format-Table" oder"Format-List", um ausgewählte Eigenschaften zu formatieren und anzuzeigen.
C:\PS> get-service format-table-property Name, DependentServices This command displays all of the services on the computer in a table with two columns, Name and DependentServices.
C: \PS> get-service format-table -property Name, DependentServices Beschreibung Mit diesem Befehl werden alle Dienste auf dem Computer in einer Tabelle mit den beiden Spalten"Name" und"DependentServices" angezeigt.
To allow the complete display of names for the occasional services with extremely long names,you may want to use Format-Table with the AutoSize and Wrap parameters, to optimize column width and allow long names to wrap instead of being truncated.
Wenn Sie die vollständige Anzeige von Namen für selten verwendete Dienste mit extrem langen Namen ermöglichen möchten,können Sie Format-Table mit dem AutoSize-Parameter und dem Wrap-Parameter verwenden, um die Spaltenbreite zu optimieren und lange Namen zu umbrechen, anstatt sie abzuschneiden.
For example, piping objects representing the services on the computer to a Format-Table command, such as: get-service format-table-property name, dependentservices is much like saving the service objects in a variable and using the InputObject parameter of Format-Table to submit the service object.$services get-service format-table-inputobject $services -property name, dependentservices or imbedding the command in the parameter value format-table-inputobject (get-service wmi) -property name, dependentservices However, there is an important difference.
Beispielsweise können Sie Objekte, die die Dienste auf dem Computer darstellen, über die Pipeline an den Befehl"Format-Table" übergeben: get-service format-table -property name, dependentservices Dies ähnelt dem Speichern der Dienstobjekte in einer Variablen und dem Senden des Dienstobjekts mit dem InputObject-Parameter von Format-Table: $services get-service format-table -inputobject $services -property name, dependentservices Es ähnelt auch dem Einbetten des Befehls im Parameterwert: format-table -inputobject(get-service wmi) -property name, dependentservices Jedoch besteht ein wichtiger Unterschied.
The command uses a pipeline operator to send the results to a Format-Table command, which displays only the Name and Permission properties of the configurations in a table.
Der Befehl sendet die Ergebnisse mithilfe eines Pipelineoperators an einen Format-Table-Befehl, mit dem nur die Name-Eigenschaft und die Permission-Eigenschaft der Konfigurationen in einer Tabelle angezeigt werden.
If you specify the AutoSize parameter when you run the Format-Table command, Windows PowerShell will calculate column widths based on the actual data you are going to display.
Wenn Sie bei der Ausführung des Befehls Format-Table den AutoSize-Parameter angeben, berechnet Windows PowerShell die Spaltenbreite anhand der tatsächlich anzuzeigenden Daten.
EXAMPLE 4 C:\PS>$a get-process C:\PS> get-process-inputobject$a format-table-view priority Description These commands list the processes on the computer in groups based on their priority class.
BEISPIEL 4 C: \PS> $a get-process C: \PS>get-process -inputobject $a format-table -view priority Beschreibung Diese Befehle führen die Prozesse auf dem Computer in Gruppen auf Grundlage ihrer Prioritätsklasse auf.
Results: 41, Time: 0.0214

Top dictionary queries

English - German