Office 365 Powershell Connections
Many businesses have already transitioned to Office 365, and those that haven't most likely will be in the near future. System Administrator will be a ...
WMI and CIM with PowerShell – The Basics
If you've been working with computers for any length of time you have heard the terms WMI and CIM. CIM (Common Information Model) is a database that h ...
SQL Counters with PowerShell
Many times a DBA will want to check specific SQL counters. In this article we will show you exactly how you can easy do that in PowerShell.
#Get a li ...
Checking SQL Services with PowerShell
From time to time every SQL DBA needs to know if their SQL Database servers are functioning properly. With PowerShell's Get-Service command-let it is ...
Send Mail with PowerShell
We can create a basic function to send email with PowerShell by using the following, we will call it Send-SimpleMail.
function Send-SimpleMail ([st ...
Reading and Writing to SQL Databases with PowerShell
First let's start off by saying that this is not meant to be the end to end all solutions especially for large databases with thousands of records. Th ...