Enquire Now

Tags: automation-null

PowerShell's way of representing the absence of output from a pipeline, via [System.Management.Automation.Internal.AutomationNull]::Value, which can be thought of as an array-valued $null.

0 Questions