Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

Why do I need to run `ssh-add` in my Powershell profile?

powershell posh-git

PowerShell module design - Export-ModuleMember

Windows PowerShell give password in command Enter-PSSession

windows powershell

How can I import a tab delimited text file with Import-CSV when the file has no header row?

powershell

powershell variable syntax $($a)?

powershell

Powershell - Rename filename by removing the last few characters

powershell

How can you check if a variable is in an array in PowerShell?

Better PowerShell hosts than powershell.exe?

powershell

Add group "Everyone" to directory and all of it's sub-directories

How to check if the user hits enter with no input in a powershell script?

powershell

Why does continue in ForEach-Object operate like break? [duplicate]

powershell

Compare-Object on $null array

object powershell compare

How do I remove IIS custom header using Powershell?

iis powershell iis-7

.SelectSingleNode in Powershell script using xPath not working on extracting values from web.config file

Can not see my service under services after installing with Topshelf

Compare two list and find names that are in list one and not list two using powershell

windows powershell compare

check if an string exists in a list of strings, using powershell

powershell

How to get the actual size-on-disk of a file from PowerShell?

.net powershell

How do I use Json.NET to parse json in PowerShell?

json powershell json.net

Extract lines matching a pattern from all text files in a folder to a single output file