powershellbyexample
powershellbyexample copied to clipboard
PowerShell By Example
Lets split by using replace: (I used = as a replacement so you will remember ;-)) ``` [regex]::Replace('29 July, 2014, 30 July, 2014, 31 July, 2014,29 July, 2014, 30 July,...
When you have a specific CSV file, you can use the Import-Csv command to interpret the data as CSV. It is more like: When you have a specific CSV file,...
Lots of commands can be case (in-)sensitive. For instance the Switch command: switch [-regex | -wildcard | -exact] [-casesensitive] () { "string" | number | variable | { } {...