Scripting

LATEST

PowerShell Problem Solver: Identify Folders with Blocked Inheritance Using PowerShell

Last Update: May 03, 2022

In this PowerShell Problem Solver, Jeff Hicks shows us how to leverage PowerShell to identify, enable, and reset folders with blocked inheritance.

View Article

Testing URIs and URLs with PowerShell

Last Update: Apr 21, 2022

Learn how to test URIs and URLs with PowerShell in this how-to article by Windows PowerShell Microsoft MVP Jeff Hicks.

View Article

How to Copy Files with PowerShell Remoting

Last Update: Apr 21, 2022

Jeff Hicks shares tips for copying files between computers with PowerShell remoting, as an alternative to the common system administrator task.

View Article

Execute Scripts Inside Azure VMs from the Portal

This post will show how to use the Run Command to execute PowerShell scripts inside an Azure virtual machine running Windows Server from the Azure Portal. Note that this can also be done using PowerShell, CLI, and REST API.

View Article

PowerShell Classes Part 5 — Classes or PSCustom Objects?

Custom PowerShell objects are one way to represent a set of data as a single object and so are PowerShell classes. In this article, take a look at some of the similarities and differences between the two object structures so that you can best define custom objects for your needs.

View Article

PowerShell Classes Part 4 — Constructors and Inheritance

Take your PowerShell class programming to the next level! Define constructors to simplify the creation of the classes, and use inheritance to create a hierarchy of classes and subclasses that inherit properties and methods.

View Article

PowerShell Classes Part 3 — Using Methods

In part 3 of the PowerShell Class series, Missy Januszko discusses how to define methods to perform actions against an instance of the class.

View Article

PowerShell Classes Part 2 — Enumerated Types

In the second part of the series on PowerShell classes, learn how and where to declare constant values using Enums and explore the differences between enums and ValidateSet.

View Article

Creating Your First PowerShell Class

Take your PowerShell programming to a new level by learning how to use classes.

View Article

Unraveling the Mystery of $MyInvocation

Missy Januszko explores the uses of $MyInvocation.

View Article
Go to page