I ran into an issue where the certificate I got came as a .crt and the private key was .key.You can combine these two together […]
Category: PowerShell
PowerShell Add email address to an Email Message after hours or on the weekend.
Just a quick little snippet that can be used if you want something like email alerts from a script to add an email address to […]
Get ftps status of All Web Apps in Azure Subscription
I’ve been digging around trying to figure out how to get the FTPS status of all of my web apps in an Azure Subscription. Surprisingly […]
PowerShell Quick Snippet – Connect into Azure Subscription
Just another quick snippet that may help someone out there. If you’re just needing a quick snippet to connect into your Azure Subscription you can […]
PowerShell Quick Snippet – Get Windows Service
This is just a quick snippet that I’ll probably search for again in the future that I wanted to document here. 🙂If you’re wanting to […]
Use PowerShell to install telnet on Windows Server or Windows 10
From time to time I have the need to install telnet on a server and test to see if that machine is able to telnet […]
SharePoint Saturday Atlanta 2019 – PowerShell and Office 365 for Admins Slide deck #SPSATL
I had a great opportunity to attend and speak at the SPSATL this past weekend! Was a great time to learn from so many experts […]
NACS 2019 – PowerShell and Office 365 for Admins Slidedeck
Thanks for everyone who took the time to come to my session with PowerShell and office 365 for admins this morning at Day 1 of […]
Return all the Get-Counter counters in the Web Service Path
Somewhere, someone, is going to want to get a list of all of the counters available on a server in a specific Path. Maybe it’s […]