Examples with "Sample.ps1 script" and their translation 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.
The first command uses the Set-PSBreakpoint cmdlet to create a breakpoint on the Name variable in the Sample.ps1 script.
Im ersten Befehl wird ein Haltepunkt für die Variable Name im Skript Sample.ps1 mit dem Cmdlet Set-PSBreakpoint erstellt.
This example uses the Invoke-Command cmdlet to run the Sample.ps1 script on all of the computers listed in the Servers.txt file.
In diesem Beispiel wird das Skript "Sample.ps1" mit dem Cmdlet "Invoke-Command" auf allen Computern ausgeführt, die in der Datei "Servers.txt" aufgeführt sind.
The first command uses the Set-PSBreakpoint cmdlet to create a breakpoint on the Increment function in the Sample.ps1 script.
Im ersten Befehl wird das Cmdlet "Set-PSBreakpoint" verwendet, um einen Haltepunkt für die Increment-Funktion im Skript "Sample.ps1" zu erstellen.
This command runs the sample.ps1 script, but not as part of the calling scope.
For example, to run the Sample.ps1 script from the C:\Scripts directory in the script scope (the default for scripts), use the following command
Um beispielsweise das Skript Beispiel.ps1 im Verzeichnis C:\Skripts im Skriptbereich auszuführen (der Standard für Skripts), verwenden Sie den folgenden Befehl
C:\PS>set-psbreakpoint -script sample.ps1 -variable Server -Mode ReadWrite This command sets a breakpoint on the Server variable in the Sample.ps1 script.
C:\PS>set-psbreakpoint -script sample.ps1 -variable Server -Mode ReadWrite Beschreibung - Mit diesem Befehl wird ein Haltepunkt für die Variable "Server" im Skript "Sample.ps1" festgelegt.
Potentieel gevoelige of ongepaste informatie
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.