Tag Archives: powershell

Executing PoSh line by line in VS Code

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I’ve had to relearn this trick multiple times, so I decided to write a post. The simple answer is … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Getting Your dbatools Version–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I was trying to test something recently and it didn’t work. One would think that I would remember to … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Getting Your dbatools Version–#SQLNewBlogger

Running Powershell Scripts – #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. When you install Windows, by default, the execution of scripts is prevented. If you try to run something on … Continue reading

Posted in Blog | Tagged , | Comments Off on Running Powershell Scripts – #SQLNewBlogger

Installing PowerShell for SQL Server – #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. PowerShell is the hot new scripting language for working with processes outside of an application. It’s cross platform, and … Continue reading

Posted in Blog | Tagged , , | Comments Off on Installing PowerShell for SQL Server – #SQLNewBlogger