Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

How do I get the value of a registry key and ONLY the value using powershell

How do I write a PowerShell script that accepts pipeline input?

powershell

Creating a folder if it does not exists - "Item already exists" [duplicate]

powershell

How do I add a newline to command output in PowerShell?

powershell newline

Create Log File in Powershell

powershell

What exactly is "exit" in PowerShell?

powershell

Powershell - Why is Using Invoke-WebRequest Much Slower Than a Browser Download?

Difference between $? and $LastExitCode in PowerShell

Why are my PowerShell exit codes always "0"?

How to execute .sql file using powershell?

How to decode a Base64 string?

powershell base64

What's the cmd/PowerShell equivalent of back tick on Bash?

bash powershell cmd

Open Powershell in a specific directory from shortcut

Ignore 'Security Warning' running script from command line

security powershell

How can I display my current git branch name in my PowerShell prompt?

How to pass needed parameters to script in Powershell ISE?

PowerShell : retrieve JSON object by field value

Upload files with FTP using PowerShell

powershell ftp

Get index of current item in a PowerShell loop

powershell

How to get the captured groups from Select-String?