PowerShell PowerShell # This command sets a breakpoint on the Server variable in the Sample.ps1 script. Set-PSBreakpoint -Script sample.ps1 -Variable Server 12 # This command sets a breakpoint on the Server variable in the Sample.ps1 script.Set-PSBreakpoint -Script sample.ps1 -Variable Server