PowerShell

LATEST

PowerShell

How to Upgrade to PowerShell 7

Last Update: Jul 17, 2023

Looking to upgrade to PowerShell 7? Here’s the easy way to move to the new version of the platform.

View Article
PowerShell

Using the Ternary Conditional Operator in PowerShell 7

Last Update: Jul 17, 2023

PowerShell 7.0 introduces a familiar mainstay of most programming languages, the Ternary Operator. Using a much shorter syntax for if/then logic, it makes defining conditional values for properties much more concise and easy to read.

View Article

Analyzing Azure Active Directory Sign-In Data with PowerShell

Last Update: Jul 17, 2023

AzureADPreview Module Gives Insight into Sign-in Data The Azure Active Directory (recently renamed Microsoft Entra ID) PowerShell module (now renamed the Azure Active Directory PowerShell for Graph module) comes in two versions. The general availability version is intended for production while the preview version (AzureADPreview) contains the cmdlets from the general availability version plus some…

View Article
PowerShell

How to Check Your PowerShell Version

Last Update: Jun 15, 2023

Whether you’re a PowerShell pro or just starting out, it’s useful to know how to check your PowerShell version. We’ll explain how to do that in this guide. How to check your PowerShell version Let’s quickly check the version of PowerShell installed on your device: For more details on the different ways to check the…

View Article

Creating Advanced Functions in PowerShell

Last Update: Apr 17, 2023

Microsoft PowerShell MVP Jeff Hicks gives us the low-down on creating advanced functions in PowerShell in this detailed tutorial.

View Article

Creating PowerShell Function Failsafes with WhatIf

Last Update: Apr 17, 2023

PowerShell function that supports the WhatIf parameter and how you can use it to make your PowerShell functions even more solid

View Article

Anatomy of a PowerShell Advanced Function

Last Update: Apr 17, 2023

PowerShell advanced functions provide modularity in automating system administration tasks and by structuring PowerShell scripts as advanced functions, you can transform your scripts and functions into reusable tools.

View Article

Understanding PowerShell Terminology

Last Update: Apr 17, 2023

PowerShell expert Jeff Hicks provides an overview of introductory PowerShell terms to help you get acquainted with PowerShell.

View Article

Working with Linux Permissions in PowerShell 7

Last Update: Mar 31, 2023

With the introduction of PowerShell Core and now PowerShell 7, the cross-platform capabilities of PowerShell have also brought new challenges. System administrators used to working on Windows systems that now operate cross-platform need to be able to handle permissions in similar ways.

View Article
PowerShell

Microsoft Updates Teams PowerShell Module to Version 5.0

Microsoft has announced the release of version 5.0 of the Microsoft Teams PowerShell module. The latest release brings major performance improvements and new filtering capabilities for the Get-CsOnlineUser cmdlet. The Get-CsOnlineUser cmdlet is a PowerShell command that is used in Microsoft Teams to retrieve information about user accounts. It fetches information about the user name,…

View Article
Go to page