PowerShell

LATEST

Working with Planner Data Through the Graph

Last Update: Oct 13, 2022

PowerShell has its Limitations I like using PowerShell to work with Office 365 data, but sometimes PowerShell isn’t the right tool. It might be too slow, or a PowerShell cmdlet isn’t available to work with some data. Planner is a good example. People have asked about reporting the plans available to a user or the…

View Article

Extending Objects in Windows PowerShell, Part 1

Last Update: Oct 10, 2022

PowerShell MVP Jeff Hicks shares beginning tips and tricks for getting started with extending objects in Windows PowerShell.

View Article

Filtering PowerShell

Last Update: Oct 10, 2022

PowerShell is all about working with objects. Some commands can return hundreds if not thousands of objects and often you only really need small subset. To get the small subset, you need to perform some type of filtering.

View Article
PowerShell

Understanding PowerShell Objects

Last Update: Oct 10, 2022

One of the features that both makes PowerShell so easy to use yet sometimes difficult to learn is its focus on objects. I have taught PowerShell objects to many people over the last 10 years and this is not as difficult as people make it out to be. That is to say, I think many…

View Article

Filtering PowerShell with the Where Method

Last Update: Oct 10, 2022

PowerShell guru Jeff Hicks shows how to use the Where() method to do similar filtering tasks that you might use Where-Object for. In some cases, the Where() method does more.

View Article
PowerShell

How to Use PowerShell to Manage Folder Permissions

Last Update: Sep 30, 2022

Looking to manage folder permissions with Powershell? This is the easy way to accomplish that task.

View Article
PowerShell

Using PowerShell to Delete Files and Folders

Last Update: Sep 27, 2022

Looking for a simple and easy way to delete content with PowerShell? Here you go.

View Article

What’s New in PowerShell 7.1

Last Update: Sep 07, 2022

The latest versions of PowerShell are not included out-of-the-box with Windows 10. So, you might not know that PowerShell is already on version 7.1

View Article

Using Windows PowerShell Modules in PowerShell 7

Last Update: Sep 07, 2022

With the advent of PowerShell Core and PowerShell 7, not all modules have been updated to be compatible with core engine updates or cross-platform accessibility.

View Article

The Top 10 PowerShell Commands That You Should Know

Last Update: Sep 07, 2022

In this guide, we’re going to detail the top ten PowerShell commands for managing Windows PCs, checking services and processes, creating automated tasks, and output options. If you’ve never used PowerShell before, this is a very versatile task automation solution and we hope this guide the PowerShell commands covered in this guide will make your…

View Article
Go to page