Vertaling van "variable in windows powershell" 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.
Variablen in Windows PowerShell
Umgebungsvariable in Windows PowerShell
When you assign a value to a variable in Windows PowerShell, the variable is created if it did not already exist.
Wenn Sie einer Variablen in Windows PowerShell einen Wert zuweisen, wird die Variable erstellt, sofern sie noch nicht vorhanden ist.
For example, the following statement assigns the value Windows PowerShell to the $MyShell variable: $MyShell = "Windows PowerShell" When you assign a value to a variable in Windows PowerShell, the variable is created if it did not already exist.
Mit der folgenden Anweisung wird beispielsweise der Variablen"$MyShell" der Wert "Windows PowerShell" zugewiesen: $MyShell = PowerShell" Wenn Sie einer Variablen in Windows PowerShell einen Wert zuweisen, wird die Variable erstellt, sofern sie noch nicht vorhanden ist.
To display an environment variable in Windows PowerShell, get an object
To display an environment variable in Windows PowerShell, get an object that represents the variable, and then display the values of the object properties.
Zum Anzeigen einer Umgebungsvariable in Windows PowerShell rufen Sie ein Objekt auf, das die Variable darstellt, und zeigen Sie dann die Werte der Objekteigenschaften an.
To display the properties and methods of the object that represents an environment variable in Windows PowerShell, use the Get-Member cmdlet.
To display the properties and methods of the object that represents an environment variable in Windows PowerShell, use the Get-Member cmdlet.
Mit dem Cmdlet "Get-Member" können Sie die Eigenschaften und Methoden des Objekts anzeigen, das eine Umgebungsvariable in Windows PowerShell darstellt.
When you change an environment variable in Windows PowerShell, use the methods that are associated with the DictionaryEntry object.
To display an environment variable in Windows PowerShell, get an object that represents the variable, and then display the values of the object properties.
Zum Anzeigen einer Umgebungsvariable in Windows PowerShell rufen Sie ein Objekt auf, das die Variable darstellt, und zeigen Sie dann die Werte der Objekteigenschaften an.
When you change an environment variable in Windows PowerShell, use the methods that are associated with the DictionaryEntry object.
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.