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.
script sample.ps1
C:\PS>disable-psbreakpoint -breakpoint ($b = set-psbreakpoint -script sample.ps1 -line 5) C:\PS>$b This command creates a new breakpoint that is disabled until you enable it.
C:\PS>disable-psbreakpoint -breakpoint ($b = set-psbreakpoint -script sample.ps1 -line 5) C:\PS>$b Beschreibung - Mit diesem Befehl wird ein neuer Haltepunkt erstellt, der deaktiviert ist, bis Sie ihn aktivieren.
C:\PS>$b = set-psbreakpoint -script sample.ps1 -variable name C:\PS>$b | disable-psbreakpoint These commands disable a newly-created breakpoint.
C:\PS>$b = set-psbreakpoint -script sample.ps1 -variable name C:\PS>$b | disable-psbreakpoint Beschreibung - Mit diesen Befehlen wird ein neu erstellter Haltepunkt deaktiviert.
C:\PS>$b = set-psbreakpoint -script sample.ps1 -function increment C:\PS>$b.Id | get-psbreakpoint These commands show how to get a breakpoint by piping a breakpoint ID to Get-PSBreakpoint.
C:\PS>$b = set-psbreakpoint -script sample.ps1 -function increment C:\PS>$b.Id | get-psbreakpoint Beschreibung - Diese Befehle veranschaulichen, wie ein Haltepunkt durch Übergeben einer Haltepunkt-ID über die Pipeline an Get-PSBreakpoint abgerufen wird.
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.
Andere resultaten
To run the Sample.ps1 script in the local scope, use the following command
Um das Skript Beispiel.ps1 im lokalen Bereich auszuführen, verwenden Sie folgenden Befehl
This command sets three line breakpoints in the Sample.ps1 script.
Any aliases, functions, or variables that the Sample.ps1 script creates are not available in the current scope.
Alle Aliase, Funktionen oder Variablen, die das Skript Beispiel.ps1 erstellt, sind dabei im aktuellen Bereich nicht verfügbar.
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.