Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

Adding JAVA_HOME to system variable Path via Powershell

PowerShell Runspace vs DLR

Expressions are only allowed as the first element of a pipeline

powershell

Retrieving MSIEXEC exit code in PowerShell

Escaping quotes in powershell.exe via command prompt

powershell cmd

Powershell "join"

powershell join

How do I edit XML using Powershell?

xml powershell

PowerShell: Using $env:userprofile in an 'IF' statement

Bamboo remote build agent cannot find powershell.exe after installing nodejs

"copy con" or "type con > " equivalent in Powershell?

powershell inline-editing

Powershell pipe file contents into application without loading file in memory

mysql powershell

PowerShell exit code - Calling from MSBuild

powershell msbuild

Invoke Powershell scripts from Java

java powershell

Can I format powershell output into collapsible Tree View in TeamCity logs?

powershell teamcity

Best way to return values from a function that writes to STDOUT

Azure Resource Manager - How can I change the Resource Group of a Resource?

Command line arguments for msiexec break on powershell if they contain space

Difference between throw and $pscmdlet.ThrowTerminatingerror()?

powershell exception

How to pass a custom function inside a ForEach-Object -Parallel

Difference between "|| exit /b" and "|| exit /b !errorlevel!"

powershell batch-file cmd