Category Archives: Powershell
-
Common commands and tasks to make dealing with Windows Core easier.
2January 20, 2020 by Kenneth Fisher
I don’t know how many of you are working with Windows Core these days but personally I think it’s a …
Continue reading -
#PowershellBasics: Working with arrays
2November 25, 2019 by Kenneth Fisher
I mentioned arrays in a previous post so I figured I should talk about what they are and how to …
Continue reading -
#PowershellBasics: The GetType() and GetTypeCode() methods
1October 28, 2019 by Kenneth Fisher
I’m a DBA. Data types are kind of important to me. I mean I know they are important to developers …
Continue reading -
#PowershellBasics: Get-Help -Online
Leave a commentOctober 21, 2019 by Kenneth Fisher
One of the other things I learned from the Powershell class I’m taking this week is that there is an …
Continue reading -
#PowershellBasics: Powershell vs Powershell Core
1October 10, 2019 by Kenneth Fisher
I’m taking a Powershell class this week and I have to say the teacher is one of the best I’ve …
Continue reading -
When using Powershell to control Azure the Cloud Shell doesn’t require an additional login.
1September 18, 2019 by Kenneth Fisher
When studying Azure one of the things you’ll be asked to learn is the Powershell commands that can control, well, …
Continue reading -
Learning Powershell with Show-Command
4July 11, 2019 by Kenneth Fisher
Years ago I blogged about how I like to use the SSMS scripting feature to learn how to do things. …
Continue reading -
Making music with Powershell
5December 20, 2017 by Kenneth Fisher
Happy holidays everyone! Ok, this isn’t even remotely related to SQL Server but it sounded fun. I found someone playing …
Continue reading -
Turn on/off Azure VMs with Powershell
1September 12, 2017 by Kenneth Fisher
T-SQL Tuesday has rolled up on us yet again. This month it’s Rob Sewell’s (b/t) turn to host and picked …
Continue reading -
Running multiple queries at the same time.
8May 24, 2017 by Kenneth Fisher
I read an interesting question today. Someone wanted to be able to run the same stored procedure multiple times, at …
Continue reading