Blog

Unraveling the Mystery of $MyInvocation

Missy Januszko explores the uses of $MyInvocation.

View Article

Creating Custom Objects in PowerShell with the Original Object

Learn to create custom objects in PowerShell while keeping the original object in part two of this series.

View Article
PowerShell

Using PowerShell Select-Object

Last Update: Jul 29, 2022

PowerShell is an object-oriented shell for Windows, Linux, and macOS. And as such, you will need to understand how to work with PowerShell objects to get the best out of it. In this article, PowerShell expert Jeff Hicks takes you through the different ways you can use the PowerShell Select-Object cmdlet. I think by nature…

View Article

PowerShell Problem Solver: Getting Process Details

Learn how to find hidden object properties in PowerShell and use them to get details about running processes on your servers.

View Article

Free Webinar: Best New Features in Exchange 2010 SP2

Service Pack 2 for Exchange 2010 offers a number of features that will help you get more done and save time. Join Exchange MVP J. Peter Bruzzese for a freelive webinar to learn about the best new features in Exchange 2010 SP2.

View Article

Creating Custom XML from .NET and PowerShell

The fifth installment of this series demonstrates another technique to assemble an XML document from scratch using the .NET Framework.

View Article

Archiving Teams the Official Way

Microsoft Teams has introduced a way for Office 365 tenants to archive teams. Basically you set the team to be read-only, a status that affects conversations and files. However, it doesn’t stop team members having read-write access to other group resources, like Planner or Power BI.

View Article

Testing Hyper-V Disk Health with a Custom Property

Jeff Hicks takes his custom solution on testing Hyper-V disk health a step further by showing us steps to help automate the process with PowerShell.

View Article

Grouping PowerShell Objects with Group-Object

Learn how to group PowerShell objects using the Group-Object cmdlet in this how-to by Contributing Editor Jeff Hicks.

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
Go to page