Tag Archives: Powershell
-
#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 -
A detailed view into your Azure resources
Leave a commentJanuary 5, 2017 by Kenneth Fisher
I’ve been studying Azure recently and came across a really interesting Azure site. resources.azure.com To give you an idea why …
Continue reading -
Powershell script to create multiple SQL Server Connections
2February 24, 2016 by Kenneth Fisher
As with most of these types of things, I had a need. I want to show how using sys.dm_exec_[requests/sessions/connections] is …
Continue reading -
Running Powershell scripts remotely.
2April 29, 2015 by Kenneth Fisher
I’ve only recently started to play with Powershell (PoSH) but even I’ve begun to discover what a huge number of …
Continue reading