Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

What does $_ mean in PowerShell?

powershell

How to split long commands over multiple lines in PowerShell

powershell

How do I get only directories using Get-ChildItem?

powershell powershell-2.0

Creating hard and soft links using PowerShell

powershell symlink

In PowerShell, how do I define a function in a file and call it from the PowerShell commandline?

powershell dot-source

Recursive file search using PowerShell

powershell powershell-2.0

How do I start PowerShell from Windows Explorer?

windows powershell

Loop through files in a directory using PowerShell

powershell

Ternary operator in PowerShell

Echo equivalent in PowerShell for script testing

powershell

How to quietly remove a directory with content in PowerShell

powershell directory

Using PowerShell to write a file in UTF-8 without the BOM

How do I negate a condition in PowerShell?

windows powershell

How to stop a PowerShell script on the first error?

windows powershell

Powershell Invoke-WebRequest Fails with SSL/TLS Secure Channel

powershell ssl

How can I replace every occurrence of a String in a file with PowerShell?

powershell

Running a command as Administrator using PowerShell?

powershell administrator

Is it possible to open a Windows Explorer window from PowerShell?

powershell

How to recursively delete an entire directory with PowerShell 2.0?

How to search a string in multiple files and return the names of files in Powershell?