Vertaling van "Get cmdlets" in Duits
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.
For example, to see a list of Help topics for the Get cmdlets, type
There are two key-value pairs, one for the Get cmdlets and one for the Set cmdlets.
For example, the get cmdlets only retrieve data, the set cmdlets only establish or change data, the format cmdlets only format data, and the out cmdlets only direct the output to a specified destination.
There are two key-value pairs, one for the Get cmdlets and one for the Set cmdlets.
Andere resultaten
By default, Get-Command gets cmdlets and functions.
When you feel comfortable with the simple Get- cmdlets, try Get-WmiObject.
The Export-PSSession cmdlet gets cmdlets, functions, aliases, and other command types from another PSSession on a local or remote computer and saves them in a Windows PowerShell module.
Mit dem Cmdlet "Export-PSSession" werden Cmdlets, Funktionen, Aliase und andere Befehlstypen aus einer anderen PSSession auf einem lokalen oder Remotecomputer abgerufen und in einem Windows PowerShell-Modul gespeichert.
The Export-PSSession cmdlet gets cmdlets, functions, aliases, and other command types from another PSSession on a local or remote computer and saves them in a Windows PowerShell module.
Mit dem Cmdlet Export-PSSession werden Cmdlets, Funktionen, Aliase und andere Befehlstypen aus einer anderen PSSession auf einem lokalen oder Remotecomputer abgerufen und in einem Windows PowerShell-Modul gespeichert.
To retrieve properties and display them for an object, you can use the Get- cmdlet associated with the object and pass the output to the Get-Member cmdlet.
The second part of the command pipes the Windows features retrieved by the Get cmdlet to the Import-SmigServerSetting cmdlet for installation on a destination computer.
Der zweite Teil des Befehls übergibt die vom Cmdlet Get-SmigServerFeature abgerufenen Windows-Features über die Pipeline an das Cmdlet Import-SmigServerSetting, um die Installation auf dem Zielcomputer durchzuführen.
To perform bulk management, you can pipeline the output of various Get- cmdlets (for example, the Get-Mailbox or Get-User cmdlets) and configure several mailboxes in a single-line command.
Zur Ausführung von Massenverwaltungsvorgängen können Sie die Ausgabe mehrerer Get-Cmdlets umleiten (z. B. die Cmdlets Get-Mailbox und Get-User) und mehrere Postfächer in einer einzigen Befehlszeile konfigurieren.
For example, you can usually pipe the results of a Get cmdlet to an action cmdlet (such as a Set, Start, Stop, or Rename cmdlet) for the same noun.
Beispielsweise können Sie die Ergebnisse von Get-Cmdlet meist über die Pipeline an ein Aktions-Cmdlet (z. B. ein Set-, Start-, Stop- oder Rename-Cmdlet) mit demselben Substantiv übergeben.
You can use this parameter instead of using the Get-Unique cmdlet.