1 3 4 5 6 7 50 / 69 POSTS
Office 365 – Implementing a Display Name Format for all users

Office 365 – Implementing a Display Name Format for all users

It is important to understand that if your Azure AD is synced with your on-premise Active Directory then any changes made in Azure AD for users will b ...
Disable Office 365 Services with PowerShell

Disable Office 365 Services with PowerShell

Ok, in our previous article we discussed how to connect to various service in Office 365, now we will show up how you can disable Office 365 services ...
Office 365 Powershell Connections

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

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

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

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

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 ...
1 3 4 5 6 7 50 / 69 POSTS