Tag Archives: powershell

Executing One Line in VSCode–#SQLNewBlogger

I wrote about arrays in PowerShell last week, but I realized one of the things I did while experimenting was look up how to run code a line at a time. I’m sure you can Google for that, but I … Continue reading

Posted in Blog | Tagged , , | Comments Off on Executing One Line in VSCode–#SQLNewBlogger

Removing a PowerShell Array Element–#SQLNewBlogger

I saw an article on this and realized I had no idea how to do this, so I decided to practice a bit. I don’t work with PoSh arrays a lot, but with more and more DevOps work needing complex … Continue reading

Posted in Blog | Tagged , , | Comments Off on Removing a PowerShell Array Element–#SQLNewBlogger

Copilot Experiments: A little PowerShell help

It’s been a little while since I’ve had time to relax a bit and try some AI help. This is another experiment I made. A user on SSC asked about PowerShell to copy files with a date appended. This is … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Copilot Experiments: A little PowerShell help

Creating TAIL on Windows for Text Files

UPDATE: Article changed based on the comment from Mr. Sewell. I wrote recently about making a HEAD utility to find the top few lines from a text file. I used Powershell and scripting to make this work from any Windows … Continue reading

Posted in Blog | Tagged , | 2 Comments