Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

Is the call (&) operator less vulnerable to code injection attacks than Invoke-Expression?

powershell code-injection

Powershell: Combine single arrays into columns

powershell

Get Windows DisplayLanguage with Powershell

windows powershell

Can values passed in as parameters be retrieved from CloudFormation for other uses?

Cannot bind parameter to argument 'command' because it is null. Powershell

powershell start-job

How to properly close Excel.Application?

Show duplicate values within a Array

arrays powershell

Generate CLIXML string from a PowerShell object without serializing to disk first

Can you redirect Tee-Object to standard out?

How to merge two csv files in powershell with same headers and discard duplicate rows

powershell

Powershell: SQL Server Management Studio Script Generator

sql sql-server powershell ssms

How do I convert a PowerShell datetime string from 24 hour to 12 hour format?

in YAML how to passing multiple arguments to powershell script

Powershell - modify Date and Time of a file to reflect its filename

file powershell timestamp

How to remove part of a string in powershell using Regular Expressions

regex powershell

Bash equivalent for PowerShell's Write-Host (write to terminal but don't pipe to stdout)

bash powershell pipeline

Is it possible to undo a paste on the Windows comandline?

Problem updating Git on my Mac using VScode

Adding Arguments to PowerShell Alias Functions

powershell grep

Java program hangs when trying to invoke powershell script

java powershell netbeans