9

Get Logged In Users Using Powershell

Get Logged In Users Using Powershell

A while back I posted my initial script to find the users that are logged into a server and log them off remotely. That was several years ago and I thought I would take another crack at it to try… Continue Reading

8

Get Directory Tree Size Using Powershell (Recursive)

Get Directory Tree Size Using Powershell

The other day I got some alerts saying that one of our file servers was running out of space. Typically, I would just go into VMware vCenter, expand the disk and call it a day. The problem was that this… Continue Reading

6

Get Direct Reports in Active Directory Using Powershell (Recursive)

Get Direct Reports in Active Directory Using Powershell (Recursive)

It might come in handy from time to time to drill down on a manager’s direct reports in Active Directory. A good use case is if a director or VP wants to send an email to all of their direct… Continue Reading

0

Disable Clutter in Office 365 Mailboxes Using Powershell

Disable Clutter in Office 365 Mailboxes Using Powershell

Clutter is a feature in Office 365 that moves all of your low priority emails out of your inbox into a dedicated folder. The problem is that some legitimate emails might be marked as low priority and inadvertently be sent… Continue Reading

2

Create Free Lets Encrypt SSL Certificates Using Powershell

Create Free Lets Encrypt SSL Certificates Using Powershell

In this day and age the use of SSL certificates are an excellent method for connecting to anything securely. The majority of sites you browse have that ‘lock’ icon enabled, meaning that you’ve successfully created an encrypted tunnel between yourself… Continue Reading

0

Add Multiple Computers To SCCM Collection Using Powershell

Add Multiple Computers To SCCM Collection Using Powershell

Anytime you’re working with multiple objects its always a good idea to try and streamline the process. In this article I’m going to show you how to add multiple computers to SCCM collection using Powershell as well as make an… Continue Reading