PowerShell: Copy files and additional files with different name
This maybe helps some people which need to copy multiple files. In my example I search for Contoso...
PowerShell: Copy Log files with Date and Content
Some days ago I made a blog post about Select-String in PowerShell. I created a “script” or a better a command to check log...
Powershell: Search for String or grep for Powershell
This shows you how you can search in files for specific content with Windows PowerShell. This also “replaces” the Windows...
PowerShell: Count your Code lines
After Coding some lines in a lot of different files you wanna know how much lines you have coded....